From f05a1a2e1bd5cf493320a54b9f78db2fa025f894 Mon Sep 17 00:00:00 2001 From: David Linke Date: Mon, 26 Aug 2024 11:29:25 +0200 Subject: [PATCH] Link notes for maintainers and README as index --- README.md | 6 +++++- docs/for_maintainers/README.md | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 docs/for_maintainers/README.md diff --git a/README.md b/README.md index f2461f9e..71972325 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Finally, when the proposed pull request is accepted, your changes will be integr The vocabularies are stored in split form using one folder per vocabulary. Each concept, collection and concept scheme is stored in a separate file using the ID-part of the IRI as file name. -See [inbox-excel-vocabs/README.md](inbox-excel-vocabs/README.md) for a minimal example how to test the submission process. +See [inbox-excel-vocabs/README.md](https://github.com/nfdi4cat/voc4cat/tree/main/inbox-excel-vocabs/README.md) for a minimal example how to test the submission process. ## How to suggest improvements to the tooling & template? @@ -109,6 +109,10 @@ To discuss about the workflow for maintaining SKOS vocabularies based on this te To discuss about the tool that converts Excel to SKOS in GitHub-actions of this template, create an [voc4cat-tool issue](https://github.com/nfdi4cat/voc4cat-tool/issues). +## Documentation for voc4cat maintainers + +We collect notes on some typical workflows for maintainers in the `docs`-folder, see [docs/README.txt](https://github.com/nfdi4cat/voc4cat/tree/main/docs/for_maintainers/README.md) for an overview. + ## Contributors For details see the Zenodo record. diff --git a/docs/for_maintainers/README.md b/docs/for_maintainers/README.md new file mode 100644 index 00000000..7db01e75 --- /dev/null +++ b/docs/for_maintainers/README.md @@ -0,0 +1,5 @@ +# Documentation for voc4cat maintainers + +_This may be integrated into a full sphinx/mkdocs-generated HTML documentation later._ + +- [Handling of ID-requests](/docs/for_maintainers/voc4cat%20maintenance%20-%20Handling%20of%20ID-requests.md)