This is an automated email from the ASF dual-hosted git repository.

asorokoumov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/otava-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4200706  Add incubation disclaimers
4200706 is described below

commit 4200706af1d21cad4349bb3c828f16977ce7b8db
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Sat Mar 29 12:00:09 2025 -0700

    Add incubation disclaimers
---
 .asf.yaml            | 3 +--
 README.md            | 2 +-
 docusaurus.config.ts | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index bded54e..808cef5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,7 +16,7 @@
 # under the License.
 
 github:
-  description: "Apache Otava Website"
+  description: "Website for Apache Otava (incubating)"
   homepage: https://otava.apache.org/
   features:
     issues: false
@@ -40,4 +40,3 @@ publish:
 #   pullrequests: [email protected]
 #   jobs:         [email protected]
 #   discussions:  [email protected]
-
diff --git a/README.md b/README.md
index 8462273..a672ae7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Apache Otava Website
 
-This project is a website for Apache Otava..
+This project is a website for Apache Otava (incubating).
 
 This website was built using [Docusaurus](https://docusaurus.io/) version of 
[apache-website-template](https://github.com/apache/apache-website-template/tree/docusaurus).
 
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index c8946f0..dbe0d91 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -148,7 +148,7 @@ const config: Config = {
       },
       copyright: `<div>
       <p>
-        Apache ${projectName} 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 t [...]
+        Apache ${projectName} (incubating) 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 do [...]
       </p>
       <p>
         Copyright © ${new Date().getFullYear()} The Apache Software 
Foundation, Licensed under the Apache License, Version 2.0. <br/>

Reply via email to