-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
76 lines (68 loc) · 1.63 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# 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 - 2024 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