Skip to content

Docsify

Install:

npm i docsify-cli -g

Initialize:

docsify init ./docs

Serve content with docsify:

docsify serve docs

Serve with nginx:

docker run -v $(pwd)/docs:/usr/share/nginx/html:ro --rm -p 8080:80 docker.io/nginx            │

Plugins

3rd party resources