-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
94 lines (90 loc) · 2.85 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
88
89
90
91
92
93
94
---
site_name: Ansible Meetup Toolkit Documentation
site_url: https://meetuptoolkit.readthedocs.io/
repo_url: https://github.com/ansible/meetup
edit_uri: blob/main/docs
strict: true
use_directory_urls: false
theme:
name: "ansible"
features:
- content.code.copy
- content.action.edit
- navigation.expand
- navigation.sections
- navigation.instant
- navigation.indexes
- navigation.tracking
- toc.integrate
palette:
- media: "(prefers-color-scheme: light)"
primary: teal
accent: blue
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Home: index.md
- Milestones:
- milestones/gain_awareness_of_ansible_meetups.md
- milestones/start_planning.md
- milestones/during_the_event.md
- milestones/post_event_activities.md
- Contributors Guide:
- contributing/contributing.md
- Resources:
- Email templates:
- resources/email_templates/speaker_outreach_for_the_first_time.md
- resources/email_templates/follow-up_email_for_the_speaker.md
- resources/email_templates/once_the_speaker_confirms_for_the_talk.md
- resources/email_templates/speaker_communication_once_the_event_is_announced.md
- resources/email_templates/venue_scout_for_the_first_time.md
- resources/email_templates/venue_scout_follow_up.md
- resources/email_templates/venue_scout_post_confirmation.md
- resources/email_templates/sponsor_reaching_out_for_the_first_time.md
- resources/email_templates/sponsor_follow_up.md
- resources/email_templates/sponsor_venue_post_confirmation.md
- resources/email_templates/sponsor_food_post_confirmation.md
- resources/email_templates/sponsor_supporter_post_confirmation.md
- Social media most templates:
- resources/social_media_post_templates/pre_event_post_templates.md
- resources/social_media_post_templates/during_event_post_templates.md
- resources/important_links.md
- resources/logo.md
exclude_docs:
README.md
plugins:
- autorefs
- markdown-exec
- search
markdown_extensions:
- admonition
- def_list
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
social_url_shortener: true
user: facelessuser
repo: pymdown-extensions
normalize_issue_symbols: true
- pymdownx.tabbed:
alternate_style: true
- toc:
toc_depth: 2
permalink: true