-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (40 loc) · 1.01 KB
/
mkdocs.yml
File metadata and controls
44 lines (40 loc) · 1.01 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
site_name: "Warp tutorial"
site_url: "https://massimim.github.io/warp-tutorial/"
repo_url: "https://github.com/massimim/warp-tutorial"
repo_name: "warp-tutorial"
theme:
name: material
features:
- navigation.tabs
- navigation.instant
- toc.follow
- search.highlight
- content.tabs.link
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: light-blue
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: light-blue
nav:
- Home: index.md
# #- Home: index.md
# #- Guide: guide.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.extra
- tables # Enables standard Markdown tables
#- pymdownx.tabular # Enables advanced tables -> pip install pymdown-extensions
- pymdownx.superfences # Required for some advanced formatting
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/custom.css
plugins:
- search