forked from gee-community/geemap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
43 lines (37 loc) · 967 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
site_name: geemap
site_url: http://giswqs.github.io/geemap
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
- Blog: https://blog.gishub.org
- YouTube Channel: https://www.youtube.com/c/QiushengWu
- Report Issues: https://github.com/giswqs/geemap/issues
- API Reference:
- geemap module: geemap.md
- basemaps module: basemaps.md
- conversion module: conversion.md
- eefolium module: eefolium.md
- legends module: legends.md
- utilities module: utils.md