-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·32 lines (29 loc) · 864 Bytes
/
mkdocs.yml
File metadata and controls
executable file
·32 lines (29 loc) · 864 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
site_name: Cartoview
site_url: https://cartoview.net
repo_url: https://github.com/cartologic/cartoview.git
edit_uri: /docs/
repo_name: Github
site_author: Cartologic
copyright: Cartologic
nav:
- About: index.md
- Key Features: key-features.md
- Demo: demo.md
- Installation:
- Ubuntu: installation/ubuntu.md
- Windows: installation/windows.md
- Docker: installation/docker.md
- Vagrant: installation/vagrant.md
- Cartoview Project: installation/cartoview-project.md
- Windows Installer: installation/windows-installer.md
- Install App: install-app.md
- For Developers: for-developers.md
- Upload App to GeoApp Market: upload-app.md
- Contribute: contribute.md
- Issues: issues.md
- Frequently Asked Questions: FAQ.md
theme: readthedocs
extra_css:
- css/custom.css
markdown_extensions:
- admonition