-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
49 lines (45 loc) · 1.11 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
site_name: Platformer Documentation
repo_name: "platformercloud/platformer-docs"
repo_url: "https://github.com/platformercloud/platformer-docs"
site_url: "https://docs.platformer.com"
site_description: "The Cloud Native Application Platform built for Kubernetes."
theme:
features:
- tabs
- instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- navigation.sections
include_sidebar: true
name: material
custom_dir: overrides
favicon: assets/images/favicon.ico
logo: assets/images/platformer-logo.png
palette:
- scheme: platformer
plugins:
- search
- awesome-pages
markdown_extensions:
- smarty
- toc:
permalink: true
- pymdownx.tabbed
- pymdownx.superfences
- admonition
- pymdownx.details
- attr_list
- meta
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- "Welcome":
- Overview: "index.md"
- Getting started: "getting-started.md"
- CLI: "cli.md"
- Support: "support.md"
- ...
extra_css:
- assets/stylesheets/overrides.css