-
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathmkdocs.yml
More file actions
91 lines (91 loc) · 2.84 KB
/
mkdocs.yml
File metadata and controls
91 lines (91 loc) · 2.84 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: PyLadiesCon Portal Docs
site_url: https://pyladiescon-portal-docs.netlify.app
theme:
name: material
logo: assets/logo.png
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
favicon: assets/favicon.ico
palette:
primary: "pink"
features:
- navigation.footer
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- content.code.copy
- content.code.select
- content.tabs.link
- content.action.edit
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- About:
- PyLadiesCon Portal: about/index.md
- Team: about/team.md
- Developer Guide:
- Setup Guide: developer/setup.md
- Contributing: developer/contributing.md
- How Tos: developer/howto.md
- Markdown Emails: developer/markdown-emails.md
- Deployment: developer/deployment.md
- User Guide:
- Get started: user/get_started.md
- Core Team: user/core_team.md
- Volunteers: user/volunteer.md
- Sponsors: user/sponsor.md
- Policies:
- Terms of Service: policies/terms_of_use.md
- Acceptable Use Policy: policies/acceptable_use_policy.md
- Code of Conduct: https://global-conference-2025.netlify.app/en/coc/
- Portal: https://portal.pyladies.com/
repo_url: https://github.com/pyladies/pyladiescon-portal
repo_name: pyladies/pyladiescon-portal
edit_uri: edit/main/docs/
extra:
homepage: https://conference.pyladies.com
social:
- icon: fontawesome/brands/discord
link: https://discord.com/invite/2fUN4ddVfP
name: Join our Discord
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@pyladies
name: Follow us on Mastodon
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/pyladiescon.bsky.social
name: Follow us on BlueSky
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/pyladiescon
name: Connect with us on LinkedIn
- icon: fontawesome/brands/instagram
link: https://instagram.com/pyladiescon
name: Follow us on Instagram
- icon: fontawesome/brands/youtube
link: https://youtube.com/@pyladiesglobal
name: Subscribe to our YouTube Channel
- icon: material/hand-coin
link: https://2025.conference.pyladies.com/en/donate/
name: Donate to PyLadiesCon
- icon: fontawesome/brands/github
link: https://github.com/pyladies/pyladiescon-portal
name: Contribute to our repository
plugins:
- social
- tags
- rss
- git-revision-date-localized:
enable_creation_date: true
- git-committers:
repository: pyladies/pyladiescon-portal
branch: main