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

fix: add Apache Podling Website Checks for Disclaimer and Privacy #158

Merged
merged 2 commits into from
Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/cn/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ <h1 class="text-center">欢迎大家参与 HugeGraph 的任何贡献</h1>
</div>

{{< /blocks/section >}}

{{< blocks/section >}}
<p>Apache EventMesh 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>
{{< /blocks/section >}}
4 changes: 4 additions & 0 deletions content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,7 @@ <h1 class="text-center">Welcome to the HugeGraph open source community!</h1>
</div>

{{< /blocks/section >}}

{{< blocks/section >}}
<p>Apache EventMesh 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>
{{< /blocks/section >}}
1 change: 1 addition & 0 deletions themes/docsy/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<li><a class="white" href="http:https://www.apache.org/events/current-event">Events</a></li>
<li><a class="white" href="http:https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="white" href="http:https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a class="white" href="https://privacy.apache.org/policies/privacy-policy-public.html" target="_blank">Privacy</a></li>
</ul>
</div>
</div>
Expand Down