The static DFRNT TerminusDB cloud hosting and TerminusDB documentation can be found on https://terminusdb.org/docs . It is written in NextJS and can be build
by running npm run build. Note that the API key is needed for access
to the data product.
A documentation snapshot can be generated by running the crawler:
./run-crawler.sh --assets-domain assets.terminusdb.com --max-pages 200 --download-mediaThis will generate a all_documents.json file in the output directory.
The schema for the documentation snapshot is located in the schema directory, together with an example of the output and a copy of the menu-structure based on the CMS schema published in the Terminusdb blogposts and based on the generated json files on terminusdb.com/docs in the NEXT hydration section with minor edits.
The menu structure is located in the menu-structure.json file in the schema directory and can be loaded directly into TerminusDB using the schema.
Media files can be downloaded using the command above.