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