Yes, another static site generator for markdown but with infinite left menu instead two levels of mkdocs-material, docusaurus 2, justthedocs, etc
For technical details go to the official repository:
https://github.com/docs4all/docs4all
- For developers
- As static site
- For server wtith docker
docker build -t my-site .
docker run -it --name my-site -p 8080:80 my-site
export DOCS4ALL_SITE_FOLDER=docs
npm install
npm run build
npm run publish
This will generate the static site in a folder called docs ready to be configured as github.io page
JRichardsz |