-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmkdocs.yml
More file actions
137 lines (135 loc) · 4.03 KB
/
mkdocs.yml
File metadata and controls
137 lines (135 loc) · 4.03 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
markdown_extensions:
- def_list
- footnotes
- pymdownx.tasklist:
custom_checkbox: true
- tables:
- toc:
baselevel: 2
permalink: false
nav:
- "index.md"
- "Conference Chair":
- "conference_chair/about.md"
- "conference_chair/checklist.md"
- "conference_chair/history.md"
- "Drafts":
- "drafts/coc_about.md"
- "drafts/coc_complaint.md"
- "drafts/coc_violation.md"
- "drafts/drafts.md"
- "drafts/email-tutorials-faqs.md"
- "drafts/finaid_accepted.md"
- "drafts/finaid_rejected.md"
- "drafts/finaid_submitted.md"
- "drafts/recruiting.md"
- "drafts/talk_accepted.md"
- "drafts/talk_rejected.md"
- "drafts/talk_submitted.md"
- "drafts/volunteer-info-email.md"
- "drafts/volunteer.md"
- "drafts/why-to-attend.md"
- "A/V":
- "av/about.md"
- "av/checklist.md"
- "av/history.md"
- "Community":
- "community/about.md"
- "community/checklist.md"
- "community/visas.md"
- "community/orientation.md"
- "community/inclusion_checklist.md"
- "community/childcare.md"
- "community/inclusion.md"
- "community/history.md"
- "Conduct":
- "conduct/about.md"
- "conduct/checklist.md"
- "conduct/history.md"
- "Contribution Sprints":
- "contribution_sprints/about.md"
- "contribution_sprints/checklist.md"
- "contribution_sprints/history.md"
- "Health and Safety":
- "health_and_safety/about.md"
- "health_and_safety/checklist.md"
- "health_and_safety/history.md"
- "Lightning Talks":
- "lightning_talks/about.md"
- "lightning_talks/checklist.md"
- "lightning_talks/history.md"
- "Logistics":
- "logistics/budget.md"
- "logistics/design_website_checklist.md"
- "logistics/logistics.md"
- "logistics/organizers.md"
- "logistics/photographer.md"
- "logistics/post_conference.md"
- "logistics/timeline.md"
- "Marketing":
- "marketing/about.md"
- "marketing/checklist.md"
- "marketing/history.md"
- "marketing/communications.md"
- "marketing/mailing_lists.md"
- "marketing/remarks.md"
- "Online Committee":
- "online_committee/about.md"
- "online_committee/checklist.md"
- "online_committee/history.md"
- "Opportunity Grants":
- "opportunity_grants/about.md"
- "opportunity_grants/checklist.md"
- "opportunity_grants/history.md"
- "Program and Schedule":
- "program_and_schedule/about.md"
- "program_and_schedule/checklist.md"
- "program_and_schedule/history.md"
- "program_and_schedule/example_schedule.md"
- "program_and_schedule/program.md"
- "program_and_schedule/timeline.md"
- "program_and_schedule/schedule.md"
- "Social Events":
- "social_events/about.md"
- "social_events/checklist.md"
- "social_events/history.md"
- "social_events/special_events.md"
- "Sponsors":
- "sponsors/about.md"
- "sponsors/checklist.md"
- "sponsors/history.md"
- "Swag":
- "swag/about.md"
- "swag/checklist.md"
- "swag/history.md"
- "Tickets":
- "tickets/about.md"
- "tickets/checklist.md"
- "tickets/history.md"
- "Venue":
- "venue/about.md"
- "venue/checklist.md"
- "venue/bathroom-baskets.md"
- "venue/experience.md"
- "venue/history.md"
- "Volunteer Team":
- "volunteer_team/about.md"
- "volunteer_team/checklist.md"
- "volunteer_team/handbook.md"
- "volunteer_team/session_emcee.md"
- "volunteer_team/session_manager.md"
- "volunteer_team/registration.md"
- "volunteer_team/email_templates.md"
- "volunteer_team/blog_template.md"
- "volunteer_team/automation.md"
- "volunteer_team/history.md"
- "Website":
- "website/about.md"
- "website/checklist.md"
- "website/history.md"
plugins:
- search
repo_url: https://github.com/djangocon/djangocon-us-docs
site_name: DjangoCon US Docs
theme:
name: material