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

zephir-lang/zephir-docs-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

78236f5 · Dec 9, 2023
Sep 22, 2021
Oct 19, 2021
Oct 19, 2021
Mar 29, 2019
Sep 29, 2023
Aug 2, 2020
Dec 3, 2021
Jul 1, 2021
Jun 16, 2021
Dec 16, 2022
Sep 14, 2018
Jan 8, 2019
Aug 3, 2019
Jun 23, 2023
Jan 1, 2021
Jan 22, 2023
Aug 31, 2021
Mar 28, 2020
Jun 13, 2021
Dec 9, 2023
Dec 9, 2023
Nov 8, 2021
Jan 3, 2019
Jan 3, 2019
Apr 10, 2021

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 [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

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!