Skip to content

Commit

Permalink
Make the glossary work again
Browse files Browse the repository at this point in the history
Signed-off-by: Rieks <[email protected]>
  • Loading branch information
RieksJ committed Feb 24, 2024
1 parent bdbcdd9 commit c1f62a8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/tev2-glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ import TabItem from '@theme/TabItem';
values={[
{label: 'TEv2 glossary', value: 'glossary'},
{label: 'List of Abbreviations', value: 'abbreviations'},
{label: 'Glossary with Abbreviations value: 'glossary-and-abbrs'},
]}>

<TabItem value="glossary">

# TEv2 Glossary

{% hrg="" con[1]="markdown-table-row" con[2]="markdown-abbr-table-row" %}
{% hrg="tev2" %}

</TabItem>

Expand All @@ -36,4 +37,14 @@ import TabItem from '@theme/TabItem';

</TabItem>

<TabItem value="glossary-and-abbrs">

# TEv2 Glossary

| Abbreviation | Refers to |
| ------------ | --------- |
{% hrg="" con[1]="markdown-table-row" con[2]="markdown-abbr-table-row" %}

</TabItem>

</Tabs>

0 comments on commit c1f62a8

Please sign in to comment.