umap/mkdocs.yml

50 lines
1.4 KiB
YAML
Raw Normal View History

2016-09-10 02:44:46 -05:00
site_name: uMap
2023-11-28 08:54:11 -06:00
site_description: uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site
repo_name: umap-project/umap
repo_url: https://github.com/umap-project/umap
nav:
- Home: index.md
- Installation: install.md
2023-11-28 08:54:11 -06:00
- Architecture:
- Frontend (JS): architecture/frontend.md
2023-11-28 08:54:11 -06:00
- Deployment:
- Ubuntu Server Howto: deploy/ubuntu.md
- Docker: deploy/docker.md
- Windows: deploy/windows.md
- Configuration: settings.md
- Administration: administration.md
- Contributing: contributing.md
- how-tos:
- Customize your uMap style: custom.md
- Changelog: changelog.md
2023-11-28 08:54:11 -06:00
theme:
name: material
palette:
- scheme: 'default'
media: '(prefers-color-scheme: light)'
primary: 'custom'
2023-11-28 08:54:11 -06:00
toggle:
icon: 'material/lightbulb'
name: 'Switch to dark mode'
2023-11-28 08:54:11 -06:00
- scheme: 'slate'
media: '(prefers-color-scheme: dark)'
primary: 'custom'
2023-11-28 08:54:11 -06:00
toggle:
icon: 'material/lightbulb-outline'
name: 'Switch to light mode'
features:
- navigation.sections
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.magiclink
2023-11-28 08:54:11 -06:00
- admonition
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true