1
0
mirror of https://git.FreeBSD.org/doc.git synced 2026-06-02 19:35:07 +00:00

237 Commits

Author SHA1 Message Date
Vladlen Popolitov 3f2e5b79b7 website: ru - fix headings for mobile version 2026-05-24 18:31:24 +03:00
Vladlen Popolitov 83d769d833 website: ru - fix headings for mobile version 2026-05-24 14:44:26 +03:00
Vladlen Popolitov 42ec4909e5 website: fix Russian translations
Differential Revision: https://reviews.freebsd.org/D57214
2026-05-23 23:11:11 +03:00
Vladlen Popolitov a23bfd024c website: fix light-dark themes switch
Reviewed by: carlavilla, ziaee
Approved by: carlavilla
Differential Revision: https://reviews.freebsd.org/D57057
PR: 295341
2026-05-22 15:00:02 +03:00
Sergio Carlavilla Delgado 01e47c9395 Website-Themes: Translate the theme to Spanish
Approved by:		acm@, fernape@
Differential Revision:	https://reviews.freebsd.org/D57024
2026-05-22 07:58:26 +02:00
Vladlen Popolitov 87156a9a79 website: Fix contributing article footer link
Reviewed by: ziaee
Differential Revision: https://reviews.freebsd.org/D57064
2026-05-20 18:22:10 +03:00
Alexander Ziaee 5c581d71c7 website: Fix contributing article footer link
Unconditionally send the website footer link to the contributing article
to the english version, as a stopgap to fix the 404. This link needs to
preserve the language.

Reported by:		debg
Reviewed by:		carlavilla
Differential Revision:	https://reviews.freebsd.org/D57064
2026-05-20 09:20:35 -04:00
Mitchell Horne 3f018dc958 Website - i18n: fix "Legacy Release" keyword
Reapply 5636b2ce27, which makes the keyword in the releases sidenav
translatable. This got lost in the website refresh.

While here, drop the entry for 13.5, which also reappeared. This
recently went EOL.

Reported by:	vladlen
2026-05-18 14:38:05 -03:00
Vladlen Popolitov 46069b4e00 website: ru.toml translated in new theme
Differential Revision: https://reviews.freebsd.org/D57052
2026-05-17 19:48:40 +03:00
Sergio Carlavilla Delgado 55369d3fa3 Website: Improve main icons
Add Jail SVG icon
Same height in all of the icons
2026-05-16 21:37:42 +02:00
Sergio Carlavilla Delgado bfa841dc6b Website - CSS: Fix openzfs icon name 2026-05-16 19:11:25 +02:00
Sergio Carlavilla Delgado 1e1c5159c0 Website: Add svg for community and openzfs icons 2026-05-16 19:10:03 +02:00
Sergio Carlavilla Delgado e8dc94ad40 Website - Commercial: Remove misc section
With the removal of FreeBSD Mall, the misc category it's empty.
Remove it from the theme, we can add it later in case we add something
in misc again.

PR: 293477
2026-05-16 15:39:17 +02:00
Sergio Carlavilla Delgado 6ca4aa4272 Website: Add svg for the documentation icon 2026-05-16 13:29:50 +02:00
Sergio Carlavilla Delgado d2d4ae124c Website: Add svg for the networking icon 2026-05-16 12:46:17 +02:00
Minsoo Choo 2a2b71e6f0 Website: Fix discord link
Pull Request: https://github.com/freebsd/freebsd-doc/pull/669
2026-05-16 09:36:15 +02:00
Sergio Carlavilla Delgado f73e67f250 Website: Draw the menu bars with CSS instead the font-awesome icons 2026-05-15 22:20:06 +02:00
Mark McBride c9c518d9db New design for the FreeBSD website.
This is not the end of the road, this is the beginning of a
continuous improvement in our website.

Respecting our users privacy, the website can work without
JavaScript enabled.

Tested on:
* FreeBSD: Firefox, Chrome
* Debian GNU/Linux: Firefox, Chrome
* Windows 10: Firefox, Chrome, Edge, IE11
* Windows 11: Firefox, Chrome, Edge
* Android 16: Firefox, Chrome
* iOS: Firefox, Safari

Thanks for all the people who sent feedback about the new design:
* adrian@
* bapt@
* bcr@
* bz@
* christos@
* cperciva@
* dbaio@
* dch@
* dteske@
* emaste@
* fernape@
* fluffy@
* gnn@
* imp@
* jrtc27@
* linimon@
* lwhsu@
* maxim@
* mp@
* philip@
* se@
* vladlen@
* ziaee@
* Minsoo Choo <minsoochoo0122@proton.me>
* The FreeBSD Foundation

Approved by:            doceng@, core@
Co-authored-by:         carlavilla@, Mark Phillips <mark@freebsdfoundation.org>
Differential Revision:  D53910
Sponsored by:           Work done by Mark Phillips was sponsored by the FreeBSD Foundation
2026-05-15 20:18:52 +02:00
Gordon Tetlow 13dfc9c24a website: Fix deeplink for how to read SAs.
Reported by:	Austin Ralls
2026-05-03 16:09:47 -07:00
Gordon Tetlow aa570f12f8 website: 13.5 is now EOL. 2026-05-01 12:51:36 -07:00
Alexander Ziaee 1971d0d1ff website: Modernize and simplify language logic
The website has really complex deprecated hugo logic for localization.
To simplify this and eliminate linter warnings, we first need a modern
hugo language key. Build that in hugo.toml, and remove all the extra
files related to the old way of doing this. This removes several INFO
messages about deprecated syntax during the build, increases clarity
of the build system, and allows us to begin transitioning off the
remaining deprecated elements.

Reviewed by:		carlavilla
Differential Revision:	https://reviews.freebsd.org/D56173
2026-04-02 15:28:17 -04:00
Mitchell Horne 9931434251 releases sidenav: label 14.3 as "Legacy"
It is already categorized this way on the page, just not in the
navigation bar, which still reads "Production Release".

Reviewed by:	emaste (releng)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D56183
2026-04-01 11:38:49 -03:00
Mitchell Horne 5636b2ce27 website/i18n: make 'Legacy Release' an i18n keyword
This text appears in the 'sidenav' component on the left side at:
https://www.freebsd.org/releases/

Currently it is hard-coded. Add the keyword to the translation
templates.

Reviewed by:	vladlen, ziaee
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D56182
2026-04-01 11:38:32 -03:00
Fernando Apesteguía 2f8978c9b6 Revert "[website]: Remove deprecated elements"
This reverts commit e4e43c2e67.
2026-03-30 10:18:29 +02:00
Fernando Apesteguía e4e43c2e67 [website]: Remove deprecated elements
.Site.Data has been deprecated
2026-03-27 14:41:53 +01:00
Brad Davis 82b9ad6b00 website: Move 14.3 down to the Legacy section
Follow up to df7ac0baaf

Reviewed by:	philip
Event:		AsiaBSDCon 2026
2026-03-20 02:11:54 -06:00
Colin Percival 75dea5f71f 14.4: Release-related website updates
Everything except the announcement itself

Approved by:	re (implicit)
Sponsored by:	OpenSats Initiative
2026-03-09 15:07:22 -07:00
Sergio Carlavilla Delgado b3c6ff6ee1 Upgrade copyright year 2026-02-19 11:28:04 +01:00
Vladlen Popolitov 3b8a4b6f40 website: RU - sync ru/projects pages
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D53935
2025-12-02 18:10:16 +03:00
Colin Percival 4b6a7a1cbb 15.0: Release-related website updates
Everything except the announcement itself

Approved by:	re (implicit)
2025-12-01 15:04:15 -08:00
Sergio Carlavilla Delgado 86b3c5b24d Website: Add admonitions support
Initial work by Mark Phillips <mark@freebsdfoundation.org>
2025-12-01 20:24:08 +01:00
Vladlen Popolitov 991e4568c8 website: RU - sync ru/snapshot pages
Reviewed by: andy, marck
Differential Revision: https://reviews.freebsd.org/D53880
2025-11-25 20:39:30 +03:00
Vladlen Popolitov b4d7f6ba15 website: fix events and press lists on home page
Reviewed by: lwhsu
Differential Revision: https://reviews.freebsd.org/D53647
2025-11-10 20:49:25 +03:00
Vladlen Popolitov 0778549f10 website: fix left menu in RU for long words
Reviewed by: andy
Differential Revision: https://reviews.freebsd.org/D53139
2025-10-16 21:20:27 +03:00
Andrey Zakhvatov c8f0145805 Fix the Russian web content link.
Reported by:	vladlen (and the change proposed by)
Reviewed by:	carlavilla (mentor)
Differential Revision:	https://reviews.freebsd.org/D53052
2025-10-12 20:02:41 +00:00
Andrey Zakhvatov c0aefa561d Sync website/content/ru/where.adoc to the EN 728be2f552 revision.
Link "ru" content to the main page.

Reviewed by:	carlavilla, maxim (mentor), vladlen
Differential Revision:	https://reviews.freebsd.org/D53041
2025-10-12 19:39:10 +00:00
Sergey A. Osokin abb51c9842 website: remove needless comma symbol
Fixes:	e32b4e7ef2
2025-10-01 16:12:52 -04:00
Sergey A. Osokin e32b4e7ef2 website: Remove EoL'd 14.2-RELEASE 2025-10-01 15:48:08 -04:00
Alexander Ziaee 0dffe6dfdd where: Organize releases in descending order
Reviewed by:		bcr
Differential Revision:	https://reviews.freebsd.org/D52614
2025-09-24 09:41:51 -04:00
Sergio Carlavilla Delgado 93fd2e2012 Website - Theme: Remove twitter from the sidenav partial
PR:		272690
Approved by:	core@
2025-08-24 21:18:07 +02:00
Sergio Carlavilla Delgado 718ab18c3c Website: Remove event map. Google API deprecated
Google deprecated the API we use to draw the map.
2025-08-12 20:52:34 +02:00
Sergio Carlavilla Delgado 76357e3c9b Website: Migrate to new hugo layout
Reviewed by:	dbaio@, fernape@(old patch), lwhsu@(old patch)
Differential Revision:	D51539
2025-08-12 15:31:11 +02:00
Vedran Miletic bf907ed6fb Fixed broken link in site navigation
Pull Request: https://github.com/freebsd/freebsd-doc/pull/532
Closes: https://github.com/freebsd/freebsd-doc/pull/532
2025-07-21 10:08:59 -06:00
Gordon Tetlow 6ef311c4cf website: Remove EoL'd 14.1-RELEASE 2025-07-01 10:32:03 -07:00
Graham Perrin 8edcc00b9f sidenav.html three releases are legacy
Legacy, not production.

Consistent with the home page.
2025-06-14 08:41:49 -07:00
Minsoo Choo 80a7b3cc5b navigation bar: Remove Server Fault link
Server Fault is not managed by the FreeBSD Project and the documentation
website already removed Server Fault from its navigation bar.

PR:		261258
Differential Revision:	https://reviews.freebsd.org/D42771
2025-06-12 09:45:09 -04:00
Colin Percival 4fc5ff1ea7 14.3: Is not 14.2.
Fix copy-and-paste error in sidenav.

Fixes:	a47dea087a ("14.3: Release-related website updates")
2025-06-10 10:53:30 -07:00
Colin Percival a47dea087a 14.3: Release-related website updates
Everything except the announcement itself

Approved by:	re (implicit)
Sponsored by:	Amazon
2025-06-09 16:53:35 -07:00
Mark Phillips c0734eeb6f Add Plausible Analytics to main site and docs
Reviewed by:	fernape, dch
With hat:	core
Differential Revision:	https://reviews.freebsd.org/D49757
2025-05-13 09:13:03 +00:00
Colin Percival e72ecbda43 Supported release list: Remove errant comma 2025-04-17 10:54:39 -07:00