This is the official documentation site source code.
$ git clone [email protected]:zephir-lang/documentation.git
$ cd zephir-docs-app
You 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
$ ./serve
This will get you in the dockerized environment. Launch the server by issuing the following command:
$ mkdocs serve
Check 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!