-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
43 lines (37 loc) · 1.06 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
# Project information
site_name: Kepler | How to create Map app
site_description: A helpful guide to illustrate how to make a map app like Saudi Map with Kepler.gl.
site_author: Cartologic
site_url: https://kepler-covid.mapsaudi.com/
# Repository
repo_name: cartologic/saudi-kepler-map
repo_url: https://github.com/cartologic/saudi-kepler-map
# Copyright
copyright: Copyright © Cartologic | 2021
# Configuration
theme:
name: material
palette:
primary: blue grey
accent: teal
font:
text: Ubuntu
code: Ubuntu Mono
extra_css:
- css/custom.css
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Introduction: index.md
- Installation and Requirements: installation.md
- Integrate Kepler into React: integrateKepler.md
- Fetch and display data on map: display-data-on-map.md
- Additional tweaks and customizations: additional-tweaks.md