Skip to content

Commit

Permalink
fixed Tabs in mrgt
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 13, 2023
1 parent b0ee0b6 commit 990c837
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
4 changes: 1 addition & 3 deletions docs/spec-tools/11-ict.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ date: 20220421
---

import useBaseUrl from '@docusaurus/useBaseUrl'

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Expand Down Expand Up @@ -57,8 +56,7 @@ npm install tno-terminology-design/ict -g
</details>

<details>
<summary>Before running the tool from the command line, make sure you have met the necessary prerequisites depending on your operating environment.
</summary>
<summary>Before running the tool from the command line, make sure you have met the necessary prerequisites depending on your operating environment.</summary>

<Tabs
defaultValue="cmd.exe"
Expand Down
4 changes: 1 addition & 3 deletions docs/spec-tools/12-trrt.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ date: 20220421
# Term Reference Resolution Tool

import useBaseUrl from '@docusaurus/useBaseUrl'

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Expand Down Expand Up @@ -92,8 +91,7 @@ npm install tno-terminology-design/trrt -g
~~~

<details>
<summary>Before running the tool from the command line, make sure you have met the necessary prerequisites depending on your operating environment.
</summary>
<summary>Before running the tool from the command line, make sure you have met the necessary prerequisites depending on your operating environment.</summary>

<Tabs
defaultValue="cmd.exe"
Expand Down
4 changes: 1 addition & 3 deletions docs/spec-tools/13-mrg-importer.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ date: 20230731
# MRG Import Tool

import useBaseUrl from '@docusaurus/useBaseUrl'

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Expand Down Expand Up @@ -43,8 +42,7 @@ npm install tno-terminology-design/mrg-import -g
~~~

<details>
<summary>Before running the tool from the command line, make sure you have met the necessary prerequisites depending on your operating environment.
</summary>
<summary>Before running the tool from the command line, make sure you have met the necessary prerequisites depending on your operating environment.</summary>

<Tabs
defaultValue="cmd.exe"
Expand Down
7 changes: 4 additions & 3 deletions docs/spec-tools/21-mrgt.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ date: 20231006
# Machine Readable Glossary Generation Tool

import useBaseUrl from '@docusaurus/useBaseUrl'
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

The **Machine Readable Glossary generation Tool ([MRGT](@))** generates Machine Readable Glossaries ([MRGs](@)) for one specific, or all [terminology](@) versions that are [curated](@) within a specific [scope](@). [MRGs](@) come in a specific, well-defined [format](/docs/spec-files/mrg). They contain some meta-data, followed by a list of so-called [MRG entries](@), one for every [term](@) in its [scope](@), which represent [concepts](@) and other [semantic units](@) that are known within that [scope](@).

Expand All @@ -27,8 +29,7 @@ npm install tno-terminology-design/mrgt -g
~~~

<details>
<summary>Before running the tool from the command line, make sure you have met the necessary prerequisites depending on your operating environment.
</summary>
<summary>Before running the tool from the command line, make sure you have met the necessary prerequisites depending on your operating environment.</summary>

<Tabs
defaultValue="cmd.exe"
Expand All @@ -37,7 +38,7 @@ npm install tno-terminology-design/mrgt -g
{label: 'PowerShell(Windows)', value: 'powershell'},
{label: 'Bash (Linux/Mac)', value: 'bash'},
]}>

<TabItem value="cmd.exe"><br/>

1. **Node.js and NPM**: Ensure Node.js and NPM are installed.
Expand Down
1 change: 0 additions & 1 deletion docs/spec-tools/22-hrgt.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ date: 20230103
# Human Readable Glossary Generation Tool

import useBaseUrl from '@docusaurus/useBaseUrl'

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Expand Down

0 comments on commit 990c837

Please sign in to comment.