Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website does not have the correct trademark disclaimer #107

Closed
thisisobate opened this issue Jan 15, 2024 · 2 comments · Fixed by #108
Closed

Website does not have the correct trademark disclaimer #107

thisisobate opened this issue Jan 15, 2024 · 2 comments · Fixed by #108
Assignees

Comments

@thisisobate
Copy link

thisisobate commented Jan 15, 2024

As part of our ongoing effort to cncf/techdocs#198, we noticed that the website does not pass the trademark criteria on CLOMonitor.

To fix this:
Head to the source code of the website. In the <footer> section, add a disclaimer or link to the Linux foundation trademark disclaimer page:

Disclaimer

<footer>
   <p>The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, 
         please see our <a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademark Usage page</a>.
   </p>
</footer>

Link

 <footer>
      <ul>
          <li><a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademarks</a></li>
      </ul>
 </footer>
@kate-goldenring
Copy link
Collaborator

@thisisobate the GitBook free version we use does not support footers. Would CNCF support us in upgrading to pro or enterprise? Or is there a different documents CMS that we should move to?

@thisisobate
Copy link
Author

thisisobate commented Jan 16, 2024

We usually advise all our projects to use the Hugo/docsy/netlify stack. In case you're looking to migrating on the long term, please feel free to open a ticket on our servicedesk platform.

For a quick fix, you can actually add the disclaimer at the bottom of your readme page:

The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, 
         please see our [Trademark Usage page](https://www.linuxfoundation.org/legal/trademark-usage).

That should do the trick @kate-goldenring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants