forked from gee-community/geemap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
46 lines (40 loc) · 1.04 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
site_name: geemap
site_url: https://geemap.org
repo_url: https://github.com/giswqs/geemap
theme:
name: material
icon:
repo: fontawesome/brands/github
features:
- instant
- navigation.expand
- tabs
- search.highlight
plugins:
- search
- mkdocstrings
- git-revision-date
markdown_extensions:
- attr_list
nav:
- Home: index.md
- Installation: installation.md
- Get Started: get-started.md
- Usage: usage.md
- Tutorials: tutorials.md
- Contributing: contributing.md
- Citations: citations.md
- FAQ: faq.md
- Voilà App: https://geemap-tutorials.herokuapp.com
- Blog: https://blog.gishub.org
- YouTube Channel: https://www.youtube.com/c/QiushengWu
- Report Issues: https://github.com/giswqs/geemap/issues
- API Reference:
- basemaps module: basemaps.md
- cartoee module: cartoee.md
- common module: common.md
- conversion module: conversion.md
- eefolium module: eefolium.md
- geemap module: geemap.md
- legends module: legends.md
- ml module: ml.md