-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
83 lines (82 loc) · 2.25 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
markdown_extensions:
- def_list
- footnotes
- pymdownx.tasklist:
custom_checkbox: true
- tables:
- toc:
baselevel: 2
permalink: false
nav:
- 'index.md'
- 'Communications':
- 'communications/checklist.md'
- 'communications/communications.md'
- 'communications/mailing_lists.md'
- 'communications/remarks.md'
- 'Conduct':
- 'conduct/checklist.md'
- 'conduct/conduct.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'
- 'Experience':
- 'experience/bathroom-baskets.md'
- 'experience/experience.md'
- 'experience/registration.md'
- 'experience/special_events.md'
- 'experience/visas.md'
- 'experience/volunteers.md'
- 'Inclusion':
- 'inclusion/checklist.md'
- 'inclusion/childcare.md'
- 'inclusion/inclusion.md'
- 'Logistics':
- 'logistics/av.md'
- 'logistics/budget.md'
- 'logistics/design_website_checklist.md'
- 'logistics/logistics.md'
- 'logistics/organizers.md'
- 'logistics/photographer.md'
- 'logistics/post_conference.md'
- 'logistics/schedule.md'
- 'logistics/swag.md'
- 'logistics/tickets.md'
- 'logistics/timeline.md'
- 'logistics/venue.md'
- 'logistics/venue_checklist.md'
- 'logistics/website.md'
- 'Opportunity Grants':
- 'opportunity_grants/checklist.md'
- 'opportunity_grants/opportunity_grants.md'
- 'Program':
- 'program/checklist.md'
- 'program/example_schedule.md'
- 'program/lightning_talks.md'
- 'program/orientation.md'
- 'program/program.md'
- 'program/sprints.md'
- 'program/sprints_checklist.md'
- 'program/timeline.md'
- 'Sponsors':
- 'sponsors/checklist.md'
- 'sponsors/sponsors.md'
plugins:
- search
repo_url: https://github.com/djangocon/djangocon-us-docs
site_name: DjangoCon US Docs
theme:
name: material