-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (40 loc) · 1.57 KB
/
mkdocs.yml
File metadata and controls
41 lines (40 loc) · 1.57 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
site_name: DrupalCorn Guide
theme: readthedocs
repo_url: https://github.com/drupalcorn/guide
nav:
# 
 is a carrage return. If we don't have a link as the first item the 'front page'
# will be Identity and Branding. It's a hack, but works.
- ' ': 'index.md'
- About:
- About this Guide: 'index.md'
- Structure: 'structure.md'
- History: 'history.md'
- Identity and Branding: 'identity/index.md'
- Camp Planning:
- Timeline: 'camp-planning/timeline.md'
- Meetings: 'camp-planning/meetings.md'
- Venue and Dates: 'camp-planning/venue_dates.md'
- Website:
- Hosting: 'camp-planning/website.md'
- Content: 'camp-planning/website_content.md'
- Sponsors: 'camp-planning/sponsors.md'
- Budgeting: 'camp-planning/budget.md'
- Lodging: 'camp-planning/lodging.md'
- Marketing: 'camp-planning/marketing.md'
- Sessions: 'camp-planning/sessions.md'
- Volunteers: 'camp-planning/volunteers.md'
- Video Capture: 'camp-planning/video.md'
- Registration: 'camp-planning/registration.md'
- Catering: 'camp-planning/catering.md'
- Friends of DrupalCorn Dinner: 'camp-planning/friends_dinner.md'
- Party: 'camp-planning/party.md'
- Training Day: 'camp-planning/training_day.md'
- Session Days: 'camp-planning/session_days.md'
- Sprint / Contribution Day: 'camp-planning/contrib_day.md'
- Post-Camp Analysis: 'camp-planning/post_camp.md'
- Code of Conduct:
- Code of Conduct: 'code-of-conduct.md'
- Managing Complaints: 'complaints.md'
markdown_extensions:
- toc:
permalink: "#"