diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2026-05-16 13:39:17 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2026-05-16 13:39:17 +0000 |
| commit | e8dc94ad407c2a076b01367d77628c640ef14e67 (patch) | |
| tree | 62ebc864f31bc759715356362d225afe7568d37f | |
| parent | 6ca4aa4272f371dd4628e5c9f2b70f3052c4e772 (diff) | |
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
| -rw-r--r-- | website/content/en/commercial/_index.adoc | 1 | ||||
| -rw-r--r-- | website/content/en/commercial/misc.adoc | 11 | ||||
| -rw-r--r-- | website/data/en/vendors/misc.toml | 2 | ||||
| -rw-r--r-- | website/themes/beastie/i18n/en.toml | 3 | ||||
| -rw-r--r-- | website/themes/beastie/layouts/_partials/commercial-misc.html | 24 | ||||
| -rw-r--r-- | website/themes/beastie/layouts/_partials/sidenav.html | 1 |
6 files changed, 0 insertions, 42 deletions
diff --git a/website/content/en/commercial/_index.adoc b/website/content/en/commercial/_index.adoc index 7c998231c0..27a94ab6cb 100644 --- a/website/content/en/commercial/_index.adoc +++ b/website/content/en/commercial/_index.adoc @@ -13,7 +13,6 @@ You can see the link:consult[alphabetical] list, or, if you prefer, view it by l * link:hardware[Hardware Vendors] Need specialized tools, looking to buy a new desktop, or to fill a cage with rack mount servers that come with FreeBSD pre-installed? These companies may have what you need! * link:isp[Internet Service Providers] If you need webspace on a FreeBSD-based system or want your company connected to the internet, these companies may offer what you need! -* link:misc[Miscellaneous Vendors] Books and accessories you just cannot live without! * link:software_bycat[Software Vendors] Vendors From audio players, network drivers, to commercial databases, FreeBSD has a wide variety of industrial strength software available. You can see the link:software[alphabetical] list, or, if you prefer, view it by link:software_bycat[categories]. diff --git a/website/content/en/commercial/misc.adoc b/website/content/en/commercial/misc.adoc deleted file mode 100644 index ce9b86ac18..0000000000 --- a/website/content/en/commercial/misc.adoc +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Consulting Services" -sidenav: support -vendor: misc ---- - -The power, flexibility, and reliability of FreeBSD attract a wide variety of users and vendors. Here you will find vendors offering commercial products and/or services for FreeBSD. - -For your convenience, we have divided our growing commercial listing into several sections. If your company supports a FreeBSD related product, service, consulting, or support that should be added to this page, please fill out a https://www.freebsd.org/support/bugreports/[problem report] in category Documentation->Website. Submissions should contain a medium-sized paragraph in length, describing your company. Please note that the inclusion of vendors in our list does not signify our endorsement of their products or services by the FreeBSD Project. - -== Miscellaneous Vendors diff --git a/website/data/en/vendors/misc.toml b/website/data/en/vendors/misc.toml deleted file mode 100644 index ae85fde886..0000000000 --- a/website/data/en/vendors/misc.toml +++ /dev/null @@ -1,2 +0,0 @@ -# Sort the entries by name - diff --git a/website/themes/beastie/i18n/en.toml b/website/themes/beastie/i18n/en.toml index dba4edb098..6eae26049a 100644 --- a/website/themes/beastie/i18n/en.toml +++ b/website/themes/beastie/i18n/en.toml @@ -495,9 +495,6 @@ other = "E-Commerce Solutions and Tools" [email] other = "Electronic Mail Software" -[misc] -other = "Miscellaneous" - [network] other = "Network Systems and Applications" diff --git a/website/themes/beastie/layouts/_partials/commercial-misc.html b/website/themes/beastie/layouts/_partials/commercial-misc.html deleted file mode 100644 index e98e784fd3..0000000000 --- a/website/themes/beastie/layouts/_partials/commercial-misc.html +++ /dev/null @@ -1,24 +0,0 @@ -{{ $miscVendorsPath := (printf "data/%s/vendors/misc.toml" $.Language.Lang) }} - -{{ $miscVendorsData := "" }} -{{ if (fileExists $miscVendorsPath) -}} - {{ $data := index hugo.Data $.Language.Lang }} - {{ $miscVendorsData = $data.vendors }} -{{ else }} - {{ $dataDefaultLanguage := index hugo.Data hugo.Sites.Default.Language.Lang }} - {{ $miscVendorsData = $dataDefaultLanguage.vendors }} -{{ end }} - -{{ with $miscVendorsData.misc }} - <dl> - {{ range (sort .misc "name" "asc") }} - <dt> - <a id="{{ .id }}" name="{{ .id }}" href="{{ .url }}">{{ .name }}</a> - </dt> - <dd> - {{ .description | safeHTML }} - </dd> - {{ end }} - </dl> -{{ end }} - diff --git a/website/themes/beastie/layouts/_partials/sidenav.html b/website/themes/beastie/layouts/_partials/sidenav.html index e52c3b963b..d69a919e0a 100644 --- a/website/themes/beastie/layouts/_partials/sidenav.html +++ b/website/themes/beastie/layouts/_partials/sidenav.html @@ -95,7 +95,6 @@ <li><a href={{ "commercial/hardware/" | relLangURL }}>{{ i18n "hardware" }}</a></li> <li><a href={{ "commercial/consult_bycat/" | relLangURL }}>{{ i18n "consulting" }}</a></li> <li><a href={{ "commercial/isp/" | relLangURL }}>{{ i18n "ispCommercial" }}</a></li> - <li><a href={{ "commercial/misc/" | relLangURL }}>{{ i18n "misc" }}</a></li> </ul> </li> <li> |
