-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
48 lines (44 loc) · 1.25 KB
/
mkdocs.yml
File metadata and controls
48 lines (44 loc) · 1.25 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
site_name: CrossGL Documentation
site_url: https://crossgl.github.io/crossgl-docs
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.ico
icon:
repo: fontawesome/brands/github
palette:
scheme: slate
primary: indigo
accent: red
features:
- header.autohide
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.path
- navigation.indexes
- navigation.instant
- navigation.instant.progress
- content.code.copy
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
repo_url: https://github.com/CrossGL/
repo_name: CrossGL
extra_css:
- stylesheets/extra.css
nav:
- HOME: index.md
- DYSON:
- OVERVIEW: pages/dyson/overview.md
- GETTING STARTED: pages/dyson/getting-started.md
- BILLING: pages/dyson/billing.md
- GRAPHICA:
- OVERVIEW: pages/graphica/graphica.md
- LANGUAGE: pages/graphica/language.md
# - DESIGN: pages/graphica/design.md
- API REFERENCE: pages/graphica/api_reference.md
- CONTRIBUTION : pages/graphica/graphica_contribution.md