-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (40 loc) · 928 Bytes
/
mkdocs.yml
File metadata and controls
44 lines (40 loc) · 928 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
38
39
40
41
42
43
44
site_name: GeoFabric
site_description: Pragmatic geospatial toolkit for ETL, analytics, and publishing.
site_url: https://marcostfermin.github.io/GeoFabric/
repo_url: https://github.com/marcostfermin/GeoFabric
repo_name: marcostfermin/GeoFabric
edit_uri: edit/main/docs/
theme:
name: material
language: en
features:
- navigation.instant
- navigation.sections
- navigation.expand
- navigation.top
- toc.follow
- content.code.copy
- content.action.edit
- search.suggest
- search.highlight
icon:
repo: fontawesome/brands/github
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.highlight
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- API: api.md