Skip to content

Commit

Permalink
clean up tool spec files (move some to miscellaneous and back)
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 Oct 10, 2023
1 parent 6aa5fba commit 7bca449
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/terms/tev2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
term: tev2
termType: concept
isa:
glossaryTerm:
glossaryTerm: TEv2
glossaryText: "a set of specifications and tools that caters for the [curation](@) of [terminologies](@), as well as for its subsequent use in publications of different types (e.g. websites, whitepapers) and formats (e.g. html, LaTeX), as appropriate for different, individual [scopes](@)."
synonymOf:
grouptags:
Expand Down
15 changes: 15 additions & 0 deletions docs/tev2-miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
id: tev2-miscellaneous
date: 20231010
---

# TEv2 - Miscellaneous

import useBaseUrl from '@docusaurus/useBaseUrl'

export const mark = ({children}) => (
<span style={{ color:'black', backgroundColor:'yellow', padding:'0.2rem', borderRadius:'2px', }}>
{children}
</span> );

This section of the documentation contains miscellaneous documents that - at least for now - we do not want to discard.
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const sidebars = {
},
{ type: 'category',
label: 'Miscellanous',
link: {type: 'doc', id: 'tev2-miscellaneous'},
items: [ { type: 'autogenerated', dirName: 'miscellaneous' } ]
},
],
Expand Down

0 comments on commit 7bca449

Please sign in to comment.