mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
Add "data-based" command doc framework basics
This commit is contained in:
parent
cca287d3e3
commit
321f4d7d25
10 changed files with 166 additions and 5 deletions
4
docs/commands/README.md
Normal file
4
docs/commands/README.md
Normal 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?).
|
||||
Loading…
Add table
Add a link
Reference in a new issue