forked from mario-deluna/php-glfw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (59 loc) · 1.58 KB
/
mkdocs.yml
File metadata and controls
61 lines (59 loc) · 1.58 KB
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
site_name: PHP-GLFW
repo_url: https://github.com/mario-deluna/php-glfw
site_url: https://phpgl.net
use_directory_urls: false
nav:
- Home: index.md
- Gettings Started:
- Installation:
- Linux: getting-started/installation/install-linux.md
- MacOS: getting-started/installation/install-macos.md
- Windows: getting-started/installation/install-windows.md
- IDE Setup: getting-started/installation/ide-setup.md
- Creating a Window: getting-started/window-creation.md
- Drawing a Triangle: getting-started/drawing_a_triangle.md
- 'user-guide/index.md'
- API: 'API/'
plugins:
- search
- include_dir_to_nav
# - tags
theme:
name: material
custom_dir: docs/overrides
logo: ./logo_phpglfw_s.png
font:
text: Source Sans Pro
palette:
scheme: default
primary: black
features:
- navigation.tabs
extra_css:
- stylesheets/extra.css
copyright: Copyright © 2018 - 2022 Mario Döring / @see <a target="_blank" href="https://github.com/mario-deluna/php-glfw/blob/master/LICENSE">LICENSE</a>
extra:
generator: false
markdown_extensions:
- attr_list
- md_in_html
- admonition
- footnotes
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.extra
- pymdownx.tabbed
- 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