diff --git a/docs/intro.md b/docs/intro.md index 96b9cb977..6ec25ee2a 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -99,7 +99,7 @@ Choose a verb (preceded by lı): Choose an object (preceded by zö): - uyö (that) - küöxi (fruit) -- pioli (hello) +- %%pioli|pioli%% (hello) - sütüö (friend) Choose a sentence ender: diff --git a/docs/lexicon.md b/docs/lexicon.md new file mode 100644 index 000000000..e69de29bb diff --git a/docs/words/pioli.md b/docs/words/pioli.md new file mode 100644 index 000000000..145b0c11d --- /dev/null +++ b/docs/words/pioli.md @@ -0,0 +1,9 @@ +--- +id: pioli +title: pioli +hoverText: hello/goodbye +--- + +### Term explanation + +content here \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index fa15651f7..ae352eab5 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -25,9 +25,13 @@ const config = { onBrokenMarkdownLinks: 'warn', plugins: [ - '@lunaticmuch/docusaurus-terminology' + '@lunaticmuch/docusaurus-terminology', + { + // @ts-ignore + termsDir: './docs/words/', + glossaryFilepath: './docs/lexicon.md', + } ], - // Even if you don't use internalization, you can use this field to set useful // metadata like html lang. For example, if your site is Chinese, you may want // to replace "en" with "zh-Hans".