Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zephir-lang/documentation
Zephir Documentation
https://github.com/zephir-lang/documentation
Last synced: 5 days 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-07T00:12:17.000Z (4 months ago)
- Last Synced: 2024-07-07T02:16:17.914Z (4 months ago)
- Language: Dockerfile
- Size: 1.49 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
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 [email protected]: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
## LicenseThis 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!