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 git@github.com:zephir-lang/zephir-docs-app.git
$ cd zephir-docs-app
$ git submodule init
$ git submodule updateAnd wait for load any required submodules. After that, we need a few ruby dependencies:
$ bundle install
$ ./prebuild.sh
$ bundle exec jekyll buildThen, from the root of the blog just run:
$ ./serveFor 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 buildSee 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: