git: 19df2d7401 - main - docs website: Remove downloads, add historical
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 13:04:26 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/doc/commit/?id=19df2d7401a636999c7d71ef99342a76161cb6cd
commit 19df2d7401a636999c7d71ef99342a76161cb6cd
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-09-06 13:02:12 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-06 13:02:12 +0000
docs website: Remove downloads, add historical
Downloads is misplaced here. This is the site for the docs project,
and downloads is in the global header anyway. Take that out, and put
the historical docs archive at the bottom.
Event: Berlin Hackathon 202609
Reviewed by: carlavilla, wosch
Differential Revision: https://reviews.freebsd.org/D59447
---
documentation/themes/beastie/i18n/en.toml | 6 ++++++
documentation/themes/beastie/layouts/index.html | 12 ++++++------
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/documentation/themes/beastie/i18n/en.toml b/documentation/themes/beastie/i18n/en.toml
index 4772a0a8d9..f835ff86f2 100644
--- a/documentation/themes/beastie/i18n/en.toml
+++ b/documentation/themes/beastie/i18n/en.toml
@@ -196,6 +196,12 @@ other = "Manual pages"
[manual-pages-desc]
other = "Largest known archive of manual pages in the world"
+[docs-archive]
+other = "Historical Archive"
+
+[docs-archive-desc]
+other = "Historical Documentation Archive"
+
# ---------------------------------------------------
# Footer
# ---------------------------------------------------
diff --git a/documentation/themes/beastie/layouts/index.html b/documentation/themes/beastie/layouts/index.html
index 5d69987cc1..3789a3d1b0 100644
--- a/documentation/themes/beastie/layouts/index.html
+++ b/documentation/themes/beastie/layouts/index.html
@@ -16,12 +16,6 @@
<p>{{ i18n "learn-basics" }}</p>
</a>
</div>
- <div class="card">
- <a href={{ $downloadurl }}>
- <h5>{{ i18n "download" }}</h5>
- <p>{{ i18n "download-freebsd" }}</p>
- </a>
- </div>
<div class="card">
<a href={{ "books/handbook/" | absLangURL }}>
<h5>{{ i18n "handbook" }}</h5>
@@ -64,6 +58,12 @@
<p>{{ i18n "manual-pages-desc" }}</p>
</a>
</div>
+ <div class="card">
+ <a href="https://docs-archive.freebsd.org">
+ <h5>{{ i18n "docs-archive" }}</h5>
+ <p>{{ i18n "docs-archive-desc" }}</p>
+ </a>
+ </div>
</section>
</main>
{{ end }}