kubeovn / docs

Documents of Kube-OVN
https://kubeovn.github.io/docs/
7 stars 35 forks source link

Website does not have the correct trademark disclaimer #153

Closed thisisobate closed 9 months ago

thisisobate commented 9 months ago

As part of our ongoing effort to https://github.com/cncf/techdocs/issues/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>
oilbeater commented 9 months ago

@thisisobate Thanks, this has been fixed

thisisobate commented 9 months ago

@oilbeater I just ran the checks again for kubeovn.github.io on Clomonitor and it seems copyright checks is still broken.

I did some investigation and realised the root cause is due to a site redirect. To fix, please head over to kubeovn/kube-ovn. Edit the repository details and update the website url to: kubeovn.github.io/docs/stable/en/.

This should fix the issue

oilbeater commented 9 months ago

@thisisobate done, please check if it works now.