Skip to content

programster/docsify-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docsify Server

Getting Started

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.

Customizations

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.

About

A project to make it easey to deploy Docsify through Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published