This is the official documentation site source code.
$ git clone git@github.com:zephir-lang/documentation.git $ cd zephir-docs-appYou will need to build a docker image, to be able to work with the documents locally.
docker build -t zephir-mike .Once the image is built, run the ./serve command
$ ./serveThis will get you in the dockerized environment. Launch the server by issuing the following command:
$ mkdocs serveCheck the documents on your browser by visiting http://localhost:8000/
This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information.
A big thank you to:
- Cloudflare for hosting the site
- All of our supporters and users!