-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
74 lines (68 loc) · 1.8 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
site_name: Open Source @ CrowdStrike
repo_url: https://github.com/crowdstrike/community
edit_uri: edit/main/docs/
theme:
logo: assets/img/CS_Logos_2020_FullWhite.png
favicon: assets/img/CS_Logos_2020_FullRed.png
name: material
custom_dir: overrides
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
- navigation.indexes
- navigation.instant
- navigation.top
- navigation.tabs.sticky
- toc.integrate
- toc.follow
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
nav:
- Home: index.md
- Projects: projects.md
- Contributing: contributing.md
- 'Open Source Policy': open-source-policy.md
- 'Code of Conduct': code-of-conduct.md
markdown_extensions:
- abbr
- attr_list
- footnotes
- meta
- md_in_html
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- tables
plugins:
- search
- macros:
include_yaml:
- repos: data/repos.yaml
extra:
data:
repodata: data/repos.json
social:
- icon: fontawesome/brands/github
link: https://github.com/crowdstrike
- icon: fontawesome/brands/instagram
link: https://instagram.com/crowdstrike
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/crowdstrike
- icon: fontawesome/brands/twitter
link: https://twitter.com/crowdstrike
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCsRdY9CtEVWTNO4ulwfzqVA
extra_css:
- stylesheets/extra.css