-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
69 lines (61 loc) · 1.5 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
site_name: ui
site_description: Shared UI components with theming for use across HOTOSM tools.
# strict: true
site_url: "https://www.hotosm.org"
repo_name: "hotosm/ui"
repo_url: "https://github.com/hotosm/ui/"
edit_uri: "edit/main/docs/"
extra:
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/hotosm/"
- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/hotosm"
- icon: "fontawesome/solid/globe"
link: "https://www.hotosm.org"
copyright: Copyright © 2010 HOTOSM
generator: false
theme:
name: material
palette:
primary: custom
favicon: images/favicon.png
logo: images/hot_logo.png
# custom_dir: docs/overrides
extra_javascript:
# - https://s3.amazonaws.com/hotosm-ui/latest/ui.js
- path: https://s3.amazonaws.com/hotosm-ui/latest/ui.js
type: module
extra_css:
- css/extra.css
- https://s3.amazonaws.com/hotosm-ui/latest/style.css
markdown_extensions:
- tables
- toc:
permalink: true
title: Page contents
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.extra
- pymdownx.emoji:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- mdx_truly_sane_lists
plugins:
- search
- exclude:
glob:
- plugins/*
- node_modules/*
nav:
- Home: index.md
- About: about.md
- Components:
- Button: components/hot-button.md
- Usage: usage.md
- Storybook: storybook.md
- License: LICENSE.md
- Changelog: CHANGELOG.md