-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (33 loc) · 1.06 KB
/
mkdocs.yml
File metadata and controls
33 lines (33 loc) · 1.06 KB
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
site_name: Carte
repo_url: https://github.com/carte-data/carte
theme:
name: material
custom_dir: overrides
palette:
primary: black
accent: "light blue"
features:
- navigation.tabs
- navigation.sections
- navigation.indexes
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
nav:
- Home: index.md
- User Guide:
- Installation: getting_started/installation.md
- Creating your site: getting_started/creating_your_site.md
- Extracting metadata: getting_started/extracting_metadata.md
- Deploying your site: getting_started/deploying_your_site.md
- Setting up the admin site: getting_started/setting_up_admin.md
- Reference:
- Connections: reference/connections/index.md
- "Using Amundsen Databuilder extractors": reference/databuilder.md
- CLI Commands: reference/commands.md
- Roadmap: roadmap.md
- "Live demo": "https://demo.cartedata.com"