A glossary is typically navigated using alphabetical ordering of terms/concepts. As new contributions are added as discrete granular markdown files, the ordering of the corpus of terms in the website index needs to be automated.
Proposed Solution
Write a tool that uses the directory structure of /process folder to dynamically create an ordered mkdocs.yml file. This process needs to begin with a navigation outline (template) for the tool to use as input. The resulting tool needs to be executed in a timely manner within the Makefile workflow.
Issue/Feature Description
A glossary is typically navigated using alphabetical ordering of terms/concepts. As new contributions are added as discrete granular markdown files, the ordering of the corpus of terms in the website index needs to be automated.
Proposed Solution
Write a tool that uses the directory structure of
/process
folder to dynamically create an orderedmkdocs.yml
file. This process needs to begin with a navigation outline (template) for the tool to use as input. The resulting tool needs to be executed in a timely manner within theMakefile
workflow.