You have a documentation. I turn it into a website. Any questions?
The Grundgesetz skeleton is a tool built on top of Gatsby that generates static documentation pages from Markdown files. It was initially created to address internal issues with managing documentation at Kata.ai but is now available for anyone to use. The name “Grundgesetz” is German for “constitution” and was chosen as a codename. The tool is being used by several organizations, including Kata Platform Documentation, TinaCMS, AcceleroCore Concepts, and Just Your Docs. Grundgesetz aims to standardize documentation format and provides a customizable table of contents and header menu through a JSON file. It is easy to deploy to any static web host and offers fast performance due to its use of Gatsby.
yarn (or npm install if preferred).npm install -g gatsby-cli
gatsby new project-name https://github.com/kata-ai/grundgesetz-skeleton
Replace “project-name” with your desired name.
Once the project is set up, you can start writing documentation using the development server.
The Grundgesetz skeleton is a tool built on top of Gatsby that generates static documentation pages from Markdown files. It offers customizable features such as a table of contents and header menu. The tool is easy to install and deploy, and it provides fast performance.