https://github.com/peachpiecompiler/peachpie-docs
Documentation of the PeachPie project.
https://github.com/peachpiecompiler/peachpie-docs
docs documentation peachpie php
Last synced: about 1 year ago
JSON representation
Documentation of the PeachPie project.
- Host: GitHub
- URL: https://github.com/peachpiecompiler/peachpie-docs
- Owner: peachpiecompiler
- License: mit
- Created: 2018-07-31T19:41:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T12:17:58.000Z (over 1 year ago)
- Last Synced: 2025-05-05T17:23:30.494Z (about 1 year ago)
- Topics: docs, documentation, peachpie, php
- Language: PowerShell
- Size: 821 KB
- Stars: 6
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
README
# peachpie-docs
Documentation for the PeachPie platform.
### Setup environment
> tested on Python >= 2.7.2
```
python -m pip install --upgrade pip
pip install pymdown-extensions
pip install mkdocs
pip install mkdocs-awesome-pages-plugin
pip install mkdocs-material==5.0.1
```
## run locally:
```shell
mkdocs serve
```
## build site
```
mkdocs build --clean
```