Skip to content

Commit

Permalink
Reorganization of manuals (no changes in contents yet)
Browse files Browse the repository at this point in the history
Signed-off-by: Rieks <RieksJ@users.noreply.github.com>
  • Loading branch information
RieksJ committed Aug 14, 2023
1 parent f52db34 commit 1e6646f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 17 deletions.
15 changes: 8 additions & 7 deletions docs/tev2-roles.md → docs/manuals/00-man-overview.md
Original file line number Diff line number Diff line change
@@ -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}) => (
<span style={{ color:'black', backgroundColor:'yellow', padding:'0.2rem', borderRadius:'2px', }}>
{children}
Expand All @@ -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.<br/>[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}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
id: author
id: author-overview
sidebar_label: Authors
displayed_sidebar: tev2SideBar
scopetag: tev2
date: 20220513
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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

<img
alt="This page is under construction"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
id: curator
id: curator-overview
sidebar_label: Curators
displayed_sidebar: tev2SideBar
scopetag: tev2
date: 20220513
---

Expand Down
File renamed without changes.

0 comments on commit 1e6646f

Please sign in to comment.