Closed kordwarshuis closed 2 months ago
Plan:
terms.json
-> contains file names of all files in /terms-and-definitions
specs.json
so this file will be manageable in size (not the case if we have, say, 500 terms)specs-generated.json
from specs.json
and terms.json
specs-generated.json
is now the input for the Spec-Up-T script instead of specs.json
specs.json
, and the terms will have a default orderterms.json
specs.json
and terms.json
are configuration files. specs-generated.json
however is a “system file” and will live in /output
and should not be edited by the userDone. It has its own menu item, number 5 (npm run menu
):
Please choose one of the following options:
[1] Render specification
[2] Export to PDF
[3] Look up xrefs
[4] Validate config file
[5] Add new terms
[6] Open documentation website
[Q] Quit
See https://blockchainbird.github.io/spec-up-t-website/docs/cheat-sheet#start-command-line-menu
REPO: https://github.com/blockchainbird/spec-up-t/
Create a separate JSON file that contains all the terms to improve the readability of the JSON files.
This is a follow-up of https://github.com/WebOfTrust/WOT-terms/issues/145
To make this workable and practical, the following should be implemented: