trustoverip / concepts-and-terminology-wg

Content and code repository for the Concepts & Terminology Working Group
https://trustoverip.github.io/concepts-and-terminology-wg/
Creative Commons Attribution 4.0 International
3 stars 3 forks source link

[PROCESS] Autogeneration of mkdocs.yml #9

Open vinomaster opened 4 years ago

vinomaster commented 4 years ago

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 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.