-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
73 lines (66 loc) · 1.83 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
70
71
72
73
site_name: Reusable GH Workflows
site_description: Github workflows that can be shared across all HOT projects.
# strict: true
site_url: "https://www.hotosm.org"
repo_name: "hotosm/gh-workflows"
repo_url: "https://github.com/hotosm/gh-workflows/"
edit_uri: "edit/main/gh-workflows/"
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_css:
- css/extra.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
- mdx_truly_sane_lists
plugins:
- search
- git-revision-date-localized
nav:
- Home: index.md
- Intro to Workflows: intro.md
- Build & Deploy (Containers):
- Image Build: image_build.md
- Image Artifact: image_artifact.md
- Remote Deploy (Compose): remote_deploy_compose.md
- Get Env Vars: env_vars.md
- Image Multi-Arch: image_build_multi.md
- Running Tests:
- Compose: test_compose.md
- PyTest: test_pytest.md
- PNPM: test_pnpm.md
- Updating Docs:
- MkDocs Build: mkdocs_build.md
- Doxygen Build: doxygen_build.md
- OpenAPI Build: openapi_build.md
- PNPM Build: pnpm_build.md
- Wiki Build: wiki.md
- Publishing Packages:
- PyPi Publish: pypi_publish.md
- NPM Publish: npm_publish.md
- Python App Version: py_app_version.md