Add "data-based" command doc framework basics

This commit is contained in:
Ske 2020-06-10 23:19:43 +02:00
parent cca287d3e3
commit 321f4d7d25
10 changed files with 166 additions and 5 deletions

4
docs/commands/README.md Normal file
View file

@ -0,0 +1,4 @@
# Command documentation (experimental)
Command documentation is defined in `commands.js`. `build.js` can export a JSON file consumed by other tools (hopefully?).
This documentation is loaded by the `CommandInfo` Vue component, used in `commands.md` for the command page (and maybe other places soon?).