From 1e6646ff86ac79a59e1080dedac0f53141db2951 Mon Sep 17 00:00:00 2001 From: Rieks Date: Mon, 14 Aug 2023 13:33:56 +0200 Subject: [PATCH] Reorganization of manuals (no changes in contents yet) Signed-off-by: Rieks --- .../{tev2-roles.md => manuals/00-man-overview.md} | 15 ++++++++------- .../{author.md => author/00-author-overview.md} | 4 +--- .../00-contributor-overview.md} | 6 ++---- .../10-contributors-repo.md} | 0 .../20-contributors-wiki.md} | 0 .../40-contributors-latex.md} | 0 .../00-curator-overview.md} | 4 +--- .../10-curator-tev2-installation.md} | 0 8 files changed, 12 insertions(+), 17 deletions(-) rename docs/{tev2-roles.md => manuals/00-man-overview.md} (89%) rename docs/manuals/{author.md => author/00-author-overview.md} (93%) rename docs/manuals/{contributor.md => contributor/00-contributor-overview.md} (90%) rename docs/manuals/{contributors-repo.md => contributor/10-contributors-repo.md} (100%) rename docs/manuals/{contributors-wiki.md => contributor/20-contributors-wiki.md} (100%) rename docs/manuals/{contributors-latex.md => contributor/40-contributors-latex.md} (100%) rename docs/manuals/{curator.md => curator/00-curator-overview.md} (98%) rename docs/manuals/{tev2-installation.md => curator/10-curator-tev2-installation.md} (100%) diff --git a/docs/tev2-roles.md b/docs/manuals/00-man-overview.md similarity index 89% rename from docs/tev2-roles.md rename to docs/manuals/00-man-overview.md index fa3916ec6e..7f3ea38626 100644 --- a/docs/tev2-roles.md +++ b/docs/manuals/00-man-overview.md @@ -1,15 +1,11 @@ --- -id: tev2-roles -sidebar_label: Roles -displayed_sidebar: tev2SideBar -scopetag: tev2 +id: man-overview date: 20220513 --- -# TEv2 - Roles +# Manuals import useBaseUrl from '@docusaurus/useBaseUrl' - export const mark = ({children}) => ( {children} @@ -20,7 +16,12 @@ The entire section on Terminology Engine v 2 (TEv2) is still under construction. As TEv2 is not (yet) available, the texts that specify the tool are still 'raw', i.e. not yet processed.
[readers](@) will need to see through some (currently unprocessed) notational conventions. ::: -Individual people may participate in a variety of roles, each of which requires specific capabilities. They are summarized in the following sections: +Individual people may participate in any of the following roles: +- [**Contributors**](#contributor) contribute to the further development of a [terminology](@). +- [**Curators**](#curator) maintain the [terminology](@) and ensure it becomes available for use. +- [**Authors**](#author) write texts that use the [terms](@) defined in one or more [terminologies](@) + +Each role requires specific capabilities. They are summarized in the following sections: ## Contributors {#contributor} diff --git a/docs/manuals/author.md b/docs/manuals/author/00-author-overview.md similarity index 93% rename from docs/manuals/author.md rename to docs/manuals/author/00-author-overview.md index dc5d14a28d..6f9fac1ebc 100644 --- a/docs/manuals/author.md +++ b/docs/manuals/author/00-author-overview.md @@ -1,8 +1,6 @@ --- -id: author +id: author-overview sidebar_label: Authors -displayed_sidebar: tev2SideBar -scopetag: tev2 date: 20220513 --- diff --git a/docs/manuals/contributor.md b/docs/manuals/contributor/00-contributor-overview.md similarity index 90% rename from docs/manuals/contributor.md rename to docs/manuals/contributor/00-contributor-overview.md index dcd43c2194..ebb528ff80 100644 --- a/docs/manuals/contributor.md +++ b/docs/manuals/contributor/00-contributor-overview.md @@ -1,14 +1,12 @@ --- -id: contributor +id: contributor-overview sidebar_label: Contributors -displayed_sidebar: tev2SideBar -scopetag: tev2 date: 20220513 --- import useBaseUrl from '@docusaurus/useBaseUrl' -# Contributors Manual +# Contributors Manual - Overview