-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (35 loc) · 1.16 KB
/
mkdocs.yml
File metadata and controls
35 lines (35 loc) · 1.16 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
site_name: Python Software Community and Conference Organizers Toolkit
site_author: Python Software Foundation
repo_url: https://github.com/psf/organizer-toolkit
repo_name: psf/organizer-toolkit
edit_uri: edit/main/docs/
theme:
name: readthedocs
copyright: "Python Software Foundation © 2026"
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.details
- toc:
permalink: true
toc_depth: 3
nav:
- Home: index.md
- "Prospective Community Organizers": prospective-organizers/index.md
- "Current Community Organizers": "current-organizers/index.md"
- "Reviving a Dormant Community": "reviving-dormant/index.md"
- "Event MVP": "event-mvp/index.md"
- "Conference Organizing": "conference-organizing/index.md"
- "When Things Go Wrong": "when-things-go-wrong/index.md"
- "Governance, Trademarks, and Policies": "governance/index.md"
- "Building and Growing a Community": "growing-a-community/index.md"
- "Handing Over a Community": "handing-over-a-community/index.md"
- "Dealing with Burnout": "burnout/index.md"
- "Resources": "resources/index.md"
- "FAQ": "faq/index.md"
plugins:
- search