forked from PHProxy/phproxy-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (29 loc) · 747 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (29 loc) · 747 Bytes
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
site_name: "PHProxy: Documentation"
site_url: https://phproxy.github.io/phproxy-docs/
site_favicon: images/logo.png
copyright: 'Copyright © 2017 Phoenix Eve Aspacio'
repo_name: PHProxy/phproxy
repo_url: https://github.com/PHProxy/phproxy
edit_uri: ../phproxy-docs/edit/master/docs/
remote_branch: gh-pages
theme: material
markdown_extensions:
- codehilite(guess_lang=true)
- toc(permalink=true)
- admonition
- pymdownx.magiclink
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.mark
- pymdownx.tilde
- footnotes
pages:
- 'Home': 'index.md'
extra:
logo: 'images/logo.png'
palette:
primary: 'indigo'
accent: 'orange'
social:
- type: github-alt
link: https://github.com/PHProxy
extra_css: [extra.css]