Skip to content

Commit b4f2903

Browse files
website: add Downloads page per ASF release policy (#771)
* website: add Downloads page per ASF release policy Adds a /downloads route covering the 0.42.0-incubating and 0.41.0-incubating releases with mirror-selection links for tarballs, direct HTTPS links for signatures and checksums, GPG/SHA-512 verification instructions, and the standard incubator disclaimer. Adds a "Download" entry to the navbar. Addresses the IPMC vote feedback that burr.apache.org needs a public download page per https://www.apache.org/legal/release-policy.html#publication. The repo-root .gitignore has a `downloads/` rule (Python packaging), which shadows the new Next.js app-router directory; a negation rule is added in website/.gitignore to re-include it. * website: restructure downloads page for end users Lead with install + UI launch + quick links, then ASF source releases, then verification. Apache compliance content is still present but no longer the first thing a Python dev sees. Also: flag 0.41.0 PyPI packaging issues with a note on its release card, and render version headings as "X.Y.Z (incubating)" rather than "X.Y.Z-incubating".
1 parent 56dcfd4 commit b4f2903

3 files changed

Lines changed: 522 additions & 3 deletions

File tree

website/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ out/
44
*.tsbuildinfo
55
next-env.d.ts
66
public/docs/
7+
8+
# The repo-root .gitignore has `downloads/` (Python packaging convention),
9+
# which would otherwise hide the Next.js /downloads app route. Re-include it.
10+
!src/app/downloads/

0 commit comments

Comments
 (0)