umap/mkdocs.yml

58 lines
1.6 KiB
YAML
Raw Normal View History

2023-12-05 09:18:10 -06:00
site_name: uMap docs
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:
2023-12-05 09:18:10 -06:00
- How-tos:
2023-12-06 11:46:32 -06:00
- Getting started: install.md
- Contribute: contributing.md
2024-01-08 08:59:17 -06:00
- Release: release.md
2023-11-28 08:54:11 -06:00
- Architecture:
2023-12-05 09:18:10 -06:00
- Overview: architecture/overview.md
- Frontend: architecture/frontend.md
- Configuration:
2023-12-06 11:46:32 -06:00
- Settings: config/settings.md
- Customize: config/customize.md
- Icon packs: config/icons.md
2023-11-28 08:54:11 -06:00
- Deployment:
- Docker: deploy/docker.md
2023-12-05 09:18:10 -06:00
- Nginx: deploy/nginx.md
- Changelog: changelog.md
2023-11-28 08:54:11 -06:00
theme:
name: material
2023-12-05 09:18:10 -06:00
logo: assets/logo.svg
homepage: https://umap-project.org
2023-11-28 08:54:11 -06:00
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
2023-12-05 09:18:10 -06:00
- navigation.footer
extra_css:
- stylesheets/extra.css
markdown_extensions:
2023-12-06 11:46:32 -06:00
- pymdownx.magiclink:
normalize_issue_symbols: true
repo_url_shorthand: true
user: umap-project
repo: umap
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