Closed sebbASF closed 6 months ago
To ensure the Incubation disclaimer appears on all pages of your website, you should integrate the disclaimer into a common component, such as a footer or header, that's included on every page. Here's a quick example of how you could implement this in HTML within a footer component:
<footer>
<p>Apache HugeGraph is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p>
</footer>
Make sure to include this footer in the layout template for every page. If your site is built with a framework that supports reusable components or templates, like Hugo, you can define this footer once in a partial template and include it across all pages with a simple reference in your base layout:
{{ partial "footer.html" . }}
This approach ensures the disclaimer is consistently displayed across your website, aligning with project guidelines. If there are specific workflows or approval processes for making changes to your website, ensure to follow those as outlined in your project's contribution guidelines. Additionally, leveraging automation tools like GitHub Actions for deployment can streamline updates to your website, ensuring changes are efficiently reflected live.
To continue the conversation, mention @dosu.
Problem Type (问题类型)
lack info (文档描述缺失)
Your Question (问题描述)
Website MUST have Incubation disclaimer on all pages. The disclaimer is currently only on the home page as far as I can tell. That is not sufficient, all public facing documentation should include the disclaimer
thanks for the reminder, we'll add it soon
Hi, @sebbASF, we have add Incubation disclaimer on all pages by #360, plz take a look.
Problem Type (问题类型)
lack info (文档描述缺失)
Your Question (问题描述)
Website MUST have Incubation disclaimer on all pages. The disclaimer is currently only on the home page as far as I can tell. That is not sufficient, all public facing documentation should include the disclaimer