generated from giswqs/mkdocs-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
47 lines (40 loc) · 958 Bytes
/
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
site_name: GEE Book Code
site_url: https://giswqs.github.io/geebook-code
repo_url: https://github.com/giswqs/geebook-code
theme:
palette:
scheme: preference
name: material
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
# - navigation.expand
# - navigation.tabs
- search.highlight
custom_dir: "docs/overrides"
plugins:
- search
- mkdocstrings
- git-revision-date
- mkdocs-jupyter:
include_source: True
execute: True
markdown_extensions:
- attr_list
- toc:
permalink: true
# google_analytics:
# - UA-XXXXXXXX-X
# - auto
nav:
- Home: index.md
- Chapter 1:
- chapter_01/intro.ipynb
- chapter_01/basemaps.ipynb
- Chapter 2:
- chapter_02/colorbar.ipynb
- chapter_02/heatmap.ipynb
- Blog: https://blog.gishub.org
- YouTube Channel: https://www.youtube.com/c/QiushengWu
- Report Issues: https://github.com/giswqs/geebook-code/issues