mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00
49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
site_name: uMap
|
|
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
|
|
- Architecture:
|
|
- Frontend (JS): architecture/frontend.md
|
|
- 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
|
|
theme:
|
|
name: material
|
|
palette:
|
|
- scheme: 'default'
|
|
media: '(prefers-color-scheme: light)'
|
|
primary: 'custom'
|
|
toggle:
|
|
icon: 'material/lightbulb'
|
|
name: 'Switch to dark mode'
|
|
- scheme: 'slate'
|
|
media: '(prefers-color-scheme: dark)'
|
|
primary: 'custom'
|
|
toggle:
|
|
icon: 'material/lightbulb-outline'
|
|
name: 'Switch to light mode'
|
|
features:
|
|
- navigation.sections
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
markdown_extensions:
|
|
- pymdownx.magiclink
|
|
- 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
|