Page MenuHomeFreeBSD

D59447.diff
No OneTemporary

D59447.diff

diff --git a/documentation/themes/beastie/i18n/en.toml b/documentation/themes/beastie/i18n/en.toml
--- a/documentation/themes/beastie/i18n/en.toml
+++ b/documentation/themes/beastie/i18n/en.toml
@@ -196,6 +196,12 @@
[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
--- 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 }}

File Metadata

Mime Type
text/plain
Expires
Thu, Sep 10, 10:41 AM (20 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38642034
Default Alt Text
D59447.diff (1 KB)

Event Timeline