Skip to content

zephir-lang/documentation

Repository files navigation

Zephir

Zephir - Documentation site source

This is the official documentation site source code.

How to try it out

$ git clone git@github.com: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/

Easy way pull latest of all submodules

License

This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information.

Thank you

A big thank you to:

  • Cloudflare for hosting the site
  • All of our supporters and users!

Releases

No releases published

Packages

No packages published