-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (31 loc) · 752 Bytes
/
mkdocs.yml
File metadata and controls
37 lines (31 loc) · 752 Bytes
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
site_name: "basic_OASIS"
site_description: "Minimal project website"
site_url: "https://cu-esiil.github.io/basic_OASIS/"
repo_name: "CU-ESIIL/basic_OASIS"
repo_url: "https://github.com/CU-ESIIL/basic_OASIS"
edit_uri: "edit/main/docs/"
nav:
- Site:
- Home: index.md
- Examples: examples.md
theme:
name: material
logo: assets/esiil_content/esiil_oasis_logo.png
favicon: assets/esiil_content/favicon.ico
custom_dir: docs/overrides
features:
- navigation.sections
- navigation.top
- toc.integrate
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/extra.css
plugins:
- search