Bug 270071

Summary: Trademarks: Newly introduced trademarks are missing
Product: Documentation Reporter: Lorenzo Salvadore <salvadore>
Component: Books & ArticlesAssignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Only Me CC: dbaio, doceng
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Lorenzo Salvadore freebsd_committer freebsd_triage 2023-03-09 18:39:15 UTC
I have recently introduced new trademarks in our documentation with commit https://cgit.freebsd.org/doc/commit/?id=02a2c746a63591012e5a7a44f026c82c6ffc4a44 . They should be applied to the Committer's guide and to the new article "FreeBSD Status Report Process", however they do not appear on any of them.

Have I missed anything? Is the problem server-side?
Comment 1 Danilo G. Baio freebsd_committer freebsd_triage 2023-03-10 02:10:14 UTC
Hi.

It's missing some bits on documentation/themes/beastie/layouts/partials/trademarks.html.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-03-10 02:14:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=8329344dde2d0036a367ce9d0017acc94e1dd4f0

commit 8329344dde2d0036a367ce9d0017acc94e1dd4f0
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-03-10 02:08:36 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-03-10 02:11:08 +0000

    documentation: Enable the new trademarks

    Introduced on 02a2c746a63591012e5a7a44f026c82c6ffc4a44.

    While here, replicate them to the translation files.

    PR:             270071
    Reported by:    salvadore

 documentation/themes/beastie/i18n/bn-bd.toml                 |  9 +++++++++
 documentation/themes/beastie/i18n/da.toml                    |  9 +++++++++
 documentation/themes/beastie/i18n/de.toml                    |  9 +++++++++
 documentation/themes/beastie/i18n/el.toml                    |  9 +++++++++
 documentation/themes/beastie/i18n/es.toml                    |  9 +++++++++
 documentation/themes/beastie/i18n/fr.toml                    |  9 +++++++++
 documentation/themes/beastie/i18n/hu.toml                    |  9 +++++++++
 documentation/themes/beastie/i18n/it.toml                    |  9 +++++++++
 documentation/themes/beastie/i18n/ja.toml                    |  9 +++++++++
 documentation/themes/beastie/i18n/ko.toml                    |  9 +++++++++
 documentation/themes/beastie/i18n/mn.toml                    |  9 +++++++++
 documentation/themes/beastie/i18n/nl.toml                    |  9 +++++++++
 documentation/themes/beastie/i18n/pl.toml                    |  9 +++++++++
 documentation/themes/beastie/i18n/pt-br.toml                 |  9 +++++++++
 documentation/themes/beastie/i18n/ru.toml                    |  9 +++++++++
 documentation/themes/beastie/i18n/tr.toml                    |  9 +++++++++
 documentation/themes/beastie/i18n/zh-cn.toml                 |  9 +++++++++
 documentation/themes/beastie/i18n/zh-tw.toml                 |  9 +++++++++
 .../themes/beastie/layouts/partials/trademarks.html          | 12 ++++++++++++
 19 files changed, 174 insertions(+)
Comment 3 Danilo G. Baio freebsd_committer freebsd_triage 2023-03-10 02:30:17 UTC
It's now showing on 
https://docs.freebsd.org/en/articles/committers-guide/?foo=bar

and here as soon as the cache is invalidated:
https://docs.freebsd.org/en/articles/committers-guide/

Thanks for reporting.

Regards.