-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
66 lines (64 loc) · 1.66 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
site_name: VISU / Make PHP Games
repo_url: https://github.com/phpgl/visu
site_url: https://visu.phpgl.net
use_directory_urls: false
nav:
- Home: index.md
- Getting Started:
- Installation & Requirements: getting-started/installation.md
- Project Setup: getting-started/project-setup.md
- User Guide: 'user-guide/'
- Games: 'games/'
- PHP-GLFW →: https://phpgl.net
plugins:
- search
- include_dir_to_nav
# - tags
theme:
name: material
custom_dir: docs/overrides
logo: ./logo_s.png
font:
text: Source Sans Pro
palette:
scheme: default
primary: black
features:
- navigation.tabs
- navigation.footer
extra_css:
- stylesheets/extra.css
copyright: Copyright © 2023 Mario Döring / @see <a target="_blank" href="https://github.com/phpgl/visu/blob/master/LICENSE">LICENSE</a>
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/phpgl
- icon: fontawesome/brands/twitter
link: https://twitter.com/mario_deluna
markdown_extensions:
- attr_list
- md_in_html
- admonition
- footnotes
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.extra
- pymdownx.tabbed
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
extend_pygments_lang:
- name: php
lang: php
options:
startinline: true
- toc:
permalink: true