We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047ef04 commit eea69cbCopy full SHA for eea69cb
1 file changed
README.md
@@ -1 +1,17 @@
1
-# .github
+# .github
2
+
3
+Organization-level configuration and the public website for the
4
+[Modern Python](https://github.com/modern-python) GitHub organization.
5
6
+- **Website:** [modern-python.org](https://modern-python.org) — built from `docs/`
7
+ with MkDocs + Material and deployed to GitHub Pages via
8
+ [`.github/workflows/deploy.yml`](.github/workflows/deploy.yml) on every push to `main`.
9
+- **Org profile:** [`profile/README.md`](profile/README.md) renders on the
10
+ organization's GitHub landing page.
11
+- **Deployment & domain setup:** see [`docs/DEPLOYMENT.md`](docs/DEPLOYMENT.md).
12
13
+## Local development
14
15
+```bash
16
+uv run mkdocs serve
17
+```
0 commit comments