-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
68 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
site_name: Developer Portal
site_url: https://experiment-games.github.io/experiment-source
extra_css:
- stylesheets/extra.css
theme:
name: material
custom_dir: docs_custom/theme
logo: logo-white.png
palette:
scheme: slate
primary: custom
features:
- navigation.footer
- content.action.edit
- content.action.view
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.path
- navigation.indexes
- toc.follow
- toc.integrate
- navigation.top
- content.code.copy
repo_url: https://github.com/experiment-games/experiment-source
edit_uri: edit/experiment-main/docs/
copyright: Copyright © 2024 - experiment.games
not_in_nav: /index.md
use_directory_urls: true
extra:
social:
- icon: fontawesome/solid/house
link: https://experiment.games
name: Experiment.games Homepage
plugins:
- awesome-pages:
enabled: true
filename: .pages.yml
- redirects:
enabled: true
redirect_maps:
'index.md': 'general/welcome.md'
'general/standard-types/integer.md': 'general/standard-types/number.md'
- search:
enabled: true
- privacy:
enabled: true
- tags:
enabled: true
tags_file: general/tags.md
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.tasklist
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: 🔗