Skip to content

Commit

Permalink
change in ToC
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 27, 2024
1 parent 03b19ad commit 41da5c3
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 45 deletions.
2 changes: 1 addition & 1 deletion docs/terms/curated-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A [curated text](@) consists of two parts:
- a [header](@), which is a set of key-value pairs that are designed to facilitate automated processing;
- a [body](@), that contains texts that are designed for human interpretation.

[Curated texts](@) live in [curated files](@), that may have been generated, e.g. from [ingress tools](docs/overview/tev2-architecture#ingress-tools), or may have been constructed manually (using a text editor).
[Curated texts](@) live in [curated files](@), that may have been generated, e.g. from [ingress tools](/docs/overview/tev2-architecture#ingress-tools), or may have been constructed manually, e.g., by using a text editor.

[Curated texts](@) are used for a variety of purposes, as they (may) contain texts that:

Expand Down
94 changes: 50 additions & 44 deletions sidebars.js
Original file line number Diff line number Diff line change
@@ -1,44 +1,5 @@
const sidebars = {
tev2SideBar: [
{ 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',
link: { type: 'doc', 'id': 'categories/guides' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'guides' } ]
},
{ label: 'FAQs',
link: { type: 'doc', 'id': 'categories/faqs' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'faqs' } ]
},
{ label: 'Manuals',
link: { type: 'doc', 'id': 'categories/manuals' },
type: 'category',
items:
[ { label: 'Authors',
link: { type: 'doc', 'id': 'categories/manuals-author' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'manuals/author' } ]
},
{ label: 'Contributors',
link: { type: 'doc', 'id': 'categories/manuals-contributor' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'manuals/contributor' } ]
},
{ label: 'Curators',
link: { type: 'doc', 'id': 'categories/manuals-curator' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'manuals/curator' } ]
},
],
},
{ label: 'Specifications',
link: { type: 'doc', 'id': 'categories/specs' },
type: 'category',
Expand All @@ -65,13 +26,58 @@ const sidebars = {
},
],
},
{ label: 'Miscellaneous',
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',
link: { type: 'doc', 'id': 'categories/guides' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'guides' } ]
},
{ label: 'FAQs',
link: { type: 'doc', 'id': 'categories/faqs' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'faqs' } ]
},
{ label: 'Manuals',
link: { type: 'doc', 'id': 'categories/manuals' },
type: 'category',
items:
[ { label: 'Authors',
link: { type: 'doc', 'id': 'categories/manuals-author' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'manuals/author' } ]
},
{ label: 'Contributors',
link: { type: 'doc', 'id': 'categories/manuals-contributor' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'manuals/contributor' } ]
},
{ label: 'Curators',
link: { type: 'doc', 'id': 'categories/manuals-curator' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'manuals/curator' } ]
},
],
},
{ label: 'Miscellanous',
link: { type: 'doc', 'id': 'categories/miscellaneous' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'miscellaneous' } ]
},
],
},
{ type: 'doc', id: 'tev2-glossary'},
{ type: 'doc', id: 'tev2-glossaries-demo'},
{ label: 'Miscellanous',
link: { type: 'doc', 'id': 'categories/miscellaneous' },
type: 'category',
items: [ { type: 'autogenerated', dirName: 'miscellaneous' } ]
},
],
};

Expand Down

0 comments on commit 41da5c3

Please sign in to comment.