Skip to content

Commit

Permalink
Reorganize some files
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 Apr 29, 2024
1 parent cd39534 commit 23df6fb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: tev2-requirements
sidebar_label: Initial Requirements
sidebar_label: Thoughts on Tool Development
description: Some early-time requirements for doing TermRefs.
date: 20220303
---
Expand Down
2 changes: 1 addition & 1 deletion docs/terms/patterns/pattern-terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ attribution: "[TNO Terminology Design](https://tno-terminology-design.github.io/
originalLicense: "[CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1)"
---

# Create and Maintain Terminologies
# The TEv2 Mental Model for Terminologies

import useBaseUrl from '@docusaurus/useBaseUrl'

Expand Down
18 changes: 9 additions & 9 deletions sidebars.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
const sidebars = {
tev2SideBar: [
{ label: 'Introduction/Overview',
link: { type: 'doc', 'id': 'categories/overview' },
type: 'category',
items: [
{ type: 'autogenerated', dirName: 'overview' },
{ type: 'doc', label: 'TEv2 Terminology Model', id: 'terms/patterns/terminology'},
]
},
{ label: 'Specifications',
link: { type: 'doc', 'id': 'categories/specs' },
type: 'category',
Expand Down Expand Up @@ -30,15 +38,7 @@ const sidebars = {
link: { type: 'doc', 'id': 'categories/manuals' },
type: 'category',
items:
[ { label: 'Introduction-Overview',
link: { type: 'doc', 'id': 'categories/overview' },
type: 'category',
items: [
{ type: 'autogenerated', dirName: 'overview' },
{ type: 'doc', label: 'Terminology Support', id: 'terms/patterns/terminology'},
]
},
{ label: 'Guides',
[ { label: 'Guides',
link: { type: 'doc', 'id': 'categories/guides' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'guides' } ]
Expand Down

0 comments on commit 23df6fb

Please sign in to comment.