Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Ponzu CMS + Server Framerwork Docs

Contributing

Documentation contributions are welcome and appreciated. If you find something lacking in documentation or have submitted a PR that is being merged into master, please help everyone out and write some docs!

Note: Docker is required to follow these instructions, but you can also use MkDocs natively, see details here. Ponzu docs use the "Material" theme.

Here is how to run a local docs server and build them for release:

  1. Clone this repository
$ git clone https://github.com/ponzu-cms/docs.git
  1. Start the development server which will watch and auto-build the docs
$ docker run --rm -it -p 8000:8000 -v `pwd`:/docs squidfunk/mkdocs-material
  1. Submit a PR with your changes. If you run the build step, please do not add it to the PR.

Thank you!