After cloning this repo, create a README.md
file in the /docs
folder. This will be your site's entrypoint/home-page.
Then build your docsify docker image by running:
docker-compose build
... then run the server with:
docker-compose up
You should now be able to see the a docsify site showing your README.md file, by going to the IP address or hostname of the server in your browser.
Be sure to read the docsify docs to see how you can customize your site, such as by:
- choosing a different theme.
- adding syntax highlighting for more languages
- enable the navbar.
- customize the sidebar
- adding plugins.
- setting a cover page.