forked from ponylang/ponylang-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
180 lines (166 loc) · 6.07 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
site_name: Pony
copyright: Copyright © 2024 The Pony Developers
edit_uri: edit/main/docs/
repo_url: https://github.com/ponylang/ponylang-website/
site_url: https://www.ponylang.io/
use_directory_urls: !ENV [USE_DIRECTORY_URLS, true]
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/ponylang
- icon: fontawesome/brands/twitter
link: https://twitter.com/ponylang
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.highlight
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid-experimental
format: !!python/name:pymdownx.superfences.fence_code_format
- smarty
- toc:
permalink: true
plugins:
- blog:
authors: True
blog_toc: True
post_excerpt: required
post_url_date_format: yyyy/MM
categories_url_format: "categories/{slug}"
- search
- ezlinks
- htmlproofer:
enabled: !ENV [ENABLED_HTMLPROOFER, True]
validate_external_urls: !ENV [VALIDATE_EXTERNAL_URLS, True]
raise_error_after_finish: True
raise_error_excludes:
# These regularly give us 403 when we try to check, but they are fine.
# At least at the time we are writing this comment.
403: ["https://www.reddit.com/*", "https://vimeo.com/*", "https://www.raspberrypi.org/*", "https://linux.die.net/*", "https://ponylang101.splashthat.com/*", "https://www.researchgate.net/publication/221496370_Traits_Composable_Units_of_Behaviour", "https://www.gophercon-russia.ru/en", "https://www.redbubble.com/people/jdhorwitz/works/*" ]
404: ["https://github.com/organizations/ponylang/settings/repository-defaults", "https://twitter.com/bpdp/status/905653663913218050", "https://twitter.com/matthias_wahl/status/1002638819177435138"]
429: ["*"]
504: ["https://arxiv.org/*", "https://opensource.com/*", "https://vimeo.com/*"]
ignore_urls:
- https://sync-recordings.ponylang.io/
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
theme:
name: material
favicon: assets/logo.png
features:
- content.action.edit
- content.code.copy
- content.code.select
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
icon:
repo: fontawesome/brands/github
logo: assets/logo.png
palette:
# Light mode
- scheme: default
primary: brown
accent: amber
toggle:
icon: material/brightness-4
name: Switch to dark mode
# Dark mode
- scheme: slate
primary: brown
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
nav:
- Home: "index.md"
- Discover:
- What is Pony?: "discover/index.md"
- What makes Pony different?: "discover/what-makes-pony-different.md"
- Why Pony?: "discover/why-pony.md"
- Why not Pony?: "discover/why-not-pony.md"
- The Pony Philosophy: "discover/pony-philosophy.md"
- Guiding Principles: "discover/guiding-principles.md"
- Learn:
- Getting Help: "learn/getting-help.md"
- Installing Pony: "learn/installing-pony.md"
- Getting Started: "learn/getting-started.md"
- Reference Capabilities: "learn/reference-capabilities.md"
- Papers: "learn/papers.md"
- Use:
- Overview: "use/index.md"
- Debugging:
- Overview: "use/debugging.md"
- Pony LLDB Cheat Sheet: "use/debugging/pony-lldb-cheat-sheet.md"
- Track Memory Usage: "use/debugging/track-memory-usage.md"
- Dependency Management: "use/dependency-management.md"
- Infrastructure: "use/infrastructure.md"
- Packages: "use/packages.md"
- Performance:
- Overview: "use/performance.md"
- Performance Cheat Sheet: "use/performance/pony-performance-cheat-sheet.md"
- Testing:
- Overview: "use/testing.md"
- Coverage Reports: "use/testing/coverage-reports.md"
- Contribute:
- Overview: "contribute/index.md"
- Triage Issues: "contribute/triage.md"
- Project Documentation: "contribute/project-documentation.md"
- Good First Issues: "contribute/good-first-issues.md"
- CI:
- Overview: "contribute/ci.md"
- CI Image Organization: "contribute/ci/ci-image-organization.md"
- GitHub Actions and Security: "contribute/ci/gh-actions-security.md"
- Scheduled Jobs: "contribute/ci/scheduled-jobs.md"
- Triggered Jobs: "contribute/ci/triggered-jobs.md"
- Contributor Oriented Zulip Streams: "contribute/zulip-streams.md"
- Infrastructure Overview: "contribute/infrastructure.md"
- Issue and PR Labels: "contribute/labels.md"
- Last Week in Pony: "contribute/lwip.md"
- Pony Development Sync: "contribute/sync.md"
- Releases: "contribute/releases.md"
- Developer Resources:
- Arm Development with RPI 4: "contribute/developer-resources/arm-development-with-rpi-4.md"
- Performance Testing Setup: "contribute/developer-resources/performance-testing-setup.md"
- Community:
- Overview: "community/index.md"
- Zulip: "community/zulip.md"
- Office Hours: "community/office-hours.md"
- News: "community/news.md"
- Development Sync: "community/development-sync.md"
- Planet Pony: "community/planet-pony.md"
- Virtual Users' Group: "community/virtual-users-group.md"
- Norms: "community/norms.md"
- Blog:
- "blog/index.md"
- FAQ:
- Overview: "faq/index.md"
- About Pony: "faq/about-pony.md"
- Code: "faq/code.md"
- Comparisons to Other Languages: "faq/comparisons.md"
- Compiling: "faq/compiling.md"
- Ecosystem: "faq/ecosystem.md"
- Linking: "faq/linking.md"
- Runtime: "faq/runtime.md"
- Sponsors: "sponsors/index.md"