Skip to content

docs4all/docs4all-demo

Repository files navigation

docs4all demo

Yes, another static site generator for markdown but with infinite left menu instead two levels of mkdocs-material, docusaurus 2, justthedocs, etc

How it works?

For technical details go to the official repository:

https://github.com/docs4all/docs4all

How to run?

docker build -t my-site .
docker run -it --name my-site -p 8080:80 my-site

For github.io pages

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

Contributors


JRichardsz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published