Documentation of the PeachPie project.
Перейти к файлу
Jakub Míšek dbe03fb4fc (c) 2024-08-25 21:31:21 +02:00
custom_theme top nav order, theme customs 2018-08-01 22:47:18 +02:00
docs docs: AssemblyAtribute 2024-08-22 15:09:40 +02:00
tools generate compatibility script (.NET 6 compl) 2021-12-21 15:43:50 +01:00
.gitignore scripts to generate compatibility-status.md 2019-12-12 13:42:36 +01:00
LICENSE Initial commit 2018-07-31 21:41:27 +02:00
README.md update to material design 5.0.1 2020-04-09 14:55:55 +02:00
global.json 1.1.4 2023-01-21 17:14:50 +01:00
mkdocs.yml (c) 2024-08-25 21:31:21 +02:00

README.md

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:

mkdocs serve

build site

mkdocs build --clean