This is a JavaScript project to help you generate a lightweight static documentation site from a markdown and an open API yaml file.
demo.mp4
- Do not modify any codes
- Open ./demo/docs.html using your browser
- Install the dependencies:
npm install
- If you want to change the markdown content: modify ./content/api.mdx
- If you want to change the open API yaml content: modify ./content/openapi.yaml
- Generate the docs:
npm run generate
- Open ./out/docs.html using your browser
content
: markdown and open API yaml filedemo
: generated files for the demo siteout
: generated files for the documentation generator output sitesrc
: logic codestemplates
: HTML, CSS, and JavaScript files for the site template