This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
87 lines (78 loc) · 2.01 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
edit_uri: edit/master/docs/
extra:
config_override: false
doc_owner: Resilience Team
doc_owner_shortid: ychaos-dev@yahooinc.com
version:
provider: mike
social:
- icon: material/email
link: mailto://ychaos-dev@yahooinc.com
name: Mail Resilience Team
extra_css: []
markdown_extensions:
- admonition
- codehilite
- attr_list
- markdown_include.include:
base_path: docs
- toc:
permalink: true
toc_depth: 3
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_png
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.tabbed
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
- awesome-pages
- mkdocstrings:
watch:
- src/ychaos
nav:
- YChaos:
- Home: index.md
- Get Started: get_started.md
- Changelog: releases.md
- Contribution: contribution.md
- Project Dependencies: dependencies.md
- Code Of Conduct: code_of_conduct.md
- FAQ: faq.md
- ...
remote_branch: gh-pages
remote_name: origin
repo_name: yahoo/ychaos
repo_url: https://github.com/yahoo/ychaos
site_name: YChaos - The Resilience Toolkit
site_url: https://yahoo.github.io/ychaos
site_description: Python module ychaos
strict: false
theme:
name: 'material'
base_url: https://github.com/yahoo/ychaos
language: 'en'
features:
- navigation.tabs
palette:
primary: 'white'
icon:
repo: fontawesome/brands/github
# Not Strictly Copyright :D
copyright: Maintained by Yahoo! Resilience Team
use_directory_urls: true