-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
88 lines (84 loc) · 3.02 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
site_name: PyTexas Runbooks
theme:
name: material
logo: assets/images/favicon.png
custom_dir: overrides
features:
- navigation.tracking
- toc.integrate
- toc.follow
palette:
primary: blue
accent: yellow
copyright: Copyright © 2024 - PyTexas Foundation
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
nav:
- Home: index.md
- Conference:
- Roles:
- Conference Chair: conference/roles/conf-chair.md
- Program Chair: conference/roles/prog-chair.md
- Finance Chair: conference/roles/fin-chair.md
- Sponsorship Chair: conference/roles/spon-chair.md
# - Marketing & Social Chair: conference/roles/mark-chair.md
# - Virtual Chair: conference/roles/virt-chair.md
# - Volunteer & Venue Chair: conference/roles/vol-chair.md
# - Runbooks:
# - Attendee Feedback: conference/runbooks/feedback.md
# - Call for Proposals: conference/runbooks/cfp.md
# - Catering: conference/runbooks/catering.md
# - Code of Conduct: conference/runbooks/coc.md
# - Keynote Selection: conference/runbooks/keynote.md
# - Opportunity Grants: conference/runbooks/grants.md
# - Registration: conference/runbooks/registration.md
# - Sponsorship: conference/runbooks/sponsorship.md
# - Swag: conference/runbooks/swag.md
# - Venue Booking: conference/runbooks/venue.md
# - Full Event Timeline: timeline.md
- Meetup:
- Roles:
- Host: meetup/roles/host.md
- Backstage/Moderator: meetup/roles/backstage.md
- Speaker Engagement: meetup/roles/speaker-engagement.md
- Runbooks:
- CFP Review: meetup/runbooks/cfp-review.md
- Create Run of Show Document: meetup/runbooks/create-run-of-show.md
- Meetup Night Of Workflow: meetup/runbooks/meetup-night-of.md
- Community Events:
- Coffee Meetup: community/runbooks/coffee-talk.md
- Sprint Nights: community/runbooks/sprint-nights.md
- Contributors Guide: contribute.md
extra:
generator: false
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/pytexas
- icon: fontawesome/brands/discord
link: https://discord.gg/jNPAbcNukj
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/pytexas-foundation
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@PyTexas/
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@pytexas
- icon: fontawesome/brands/meetup
link: https://www.meetup.com/pro/pytexas
- icon: fontawesome/brands/github
link: https://github.com/pytexas