This is the official documentation site source code. The site is leveraging Jekyll and is deployed to Netlify
If you are interested in translating our documents, you can visit our project in Crowdin.
$ git clone [email protected]:zephir-lang/zephir-docs-app.git
$ cd zephir-docs-app
$ git submodule init
$ git submodule update
And wait for load any required submodules. After that, we need a few ruby dependencies:
$ bundle install
$ ./prebuild.sh
$ bundle exec jekyll build
Then, from the root of the blog just run:
$ ./serve
For git 1.6.1 or above you can use something similar to:
$ cd zephir-docs-app
$ git submodule update --remote --merge
$ ./prebuild.sh
$ bundle exec jekyll build
See git-submodule(1) for details.
This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information. © Zephir Team and contributors
A big thank you to: