Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

zephir-lang/zephir-docs-app

Repository files navigation

Phalcon

Hosting by:

Zephir - Documentation site source

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.

Crowdin

How to try it out

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

Easy way pull latest of all submodules

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.

License

This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information. © Zephir Team and contributors

Thank you

A big thank you to:

  • Netlify for hosting the site
  • Crowdin for offering translation services
  • Algolia for offering search services for our documentation
  • All of our supporters and users!