Hi, As stated in [1], the DISCLAIMER (the content is the same as [2]) should be included on each page of our website.
[1] https://incubator.apache.org/guides/branding.html#disclaimers [2] https://github.com/apache/incubator-horaedb/blob/main/DISCLAIMER You can take a look at [3] and [4] how to implement this. [3] https://fury.apache.org/ [4] https://github.com/apache/incubator-fury-site/blob/c2ed9e752babb03c5e8e0f96e801848692afc624/docusaurus.config.ts#L200 IIUC we use mdbook as the site generator, so the experience above may not be reused directly, but we should find a way to customize the page layout to add the footer. Or we can instead migrate the website to other technology like Docusaurs [5] [6]. [5] https://github.com/apache/apache-website-template/tree/docusaurus [6] https://docusaurus.io/ Best, tison.