An open API service indexing awesome lists of open source software.

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.

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