grnet / docusaurus-terminology

Home of Docusaurus Terminology Plugin
BSD 2-Clause "Simplified" License
35 stars 5 forks source link

fix(glossary-view): add correct url for glossary.json #7

Closed tsironis closed 1 year ago

tsironis commented 1 year ago

The glossary file may be located anywhere inside the docs folder, not specifically in the root dir. The glossary.json file though will always be resolved in the /baseUrl/docs/glossary.json path, because it is stored and cached in the .docusaurus directory.