https://github.com/zephir-lang/documentation
Zephir Documentation
https://github.com/zephir-lang/documentation
Last synced: about 1 year ago
JSON representation
Zephir Documentation
- Host: GitHub
- URL: https://github.com/zephir-lang/documentation
- Owner: zephir-lang
- License: mit
- Created: 2024-01-15T00:56:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T21:05:26.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T14:15:26.373Z (over 1 year ago)
- Language: Dockerfile
- Size: 1.26 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zephir - Documentation site source
This is the official documentation [site](https://docs.zephir-lang.com/latest/introduction/) source code.
## How to try it out
```sh
$ 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.
```sh
docker build -t zephir-mike .
```
Once the image is built, run the `./serve` command
```sh
$ ./serve
```
This will get you in the dockerized environment. Launch the server by issuing the following command:
```sh
$ 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](https://github.com/zephir-lang/documentation/blob/master/LICENSE) file for more information.
## Thank you
A big thank you to:
- [Cloudflare](https://cloudflare.com) for hosting the site
- All of our supporters and users!