77 строки
1.6 KiB
YAML
77 строки
1.6 KiB
YAML
# Project information
|
|
site_name: 'PeachPie Documentation'
|
|
site_description: 'PeachPie - PHP Compiler for .NET - Documentation'
|
|
site_author: 'peachpie'
|
|
site_url: 'https://docs.peachpie.io'
|
|
|
|
# Repository
|
|
repo_name: 'peachpiecompiler/peachpie'
|
|
repo_url: 'https://github.com/peachpiecompiler/peachpie'
|
|
edit_uri: 'https://github.com/peachpiecompiler/peachpie-docs/edit/master/docs/'
|
|
|
|
# Copyright
|
|
copyright: 'Copyright © 2016 - 2021 iolevel s.r.o.'
|
|
|
|
# Configuration
|
|
theme:
|
|
name: 'material'
|
|
custom_dir: 'custom_theme'
|
|
language: 'en'
|
|
palette:
|
|
primary: 'deep orange'
|
|
accent: 'orange'
|
|
icon:
|
|
logo: material/home
|
|
repo: fontawesome/brands/github
|
|
favicon: img/favicon.ico
|
|
logo: img/logo.png
|
|
features:
|
|
- tabs
|
|
- instant
|
|
|
|
# Don't include MkDocs' JavaScript
|
|
include_search_page: false
|
|
search_index_only: true
|
|
|
|
# Customization
|
|
extra_css:
|
|
- extra.css
|
|
|
|
extra:
|
|
social:
|
|
- icon: material/home
|
|
link: 'https://www.peachpie.io/'
|
|
- icon: fontawesome/brands/github
|
|
link: 'https://github.com/peachpiecompiler/peachpie'
|
|
- icon: fontawesome/brands/twitter
|
|
link: 'https://twitter.com/pchpcompiler'
|
|
analytics:
|
|
provider: google
|
|
property: UA-73282519-1
|
|
|
|
# Extensions
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.magiclink
|
|
- pymdownx.smartsymbols
|
|
- pymdownx.superfences
|
|
- pymdownx.tilde
|
|
- pymdownx.keys
|
|
- pymdownx.mark
|
|
- pymdownx.details
|
|
- pymdownx.progressbar
|
|
- codehilite:
|
|
guess_lang: false
|
|
- toc:
|
|
permalink: "#"
|
|
|
|
# plugins
|
|
plugins:
|
|
- search:
|
|
lang:
|
|
- en
|
|
- awesome-pages
|