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

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

commit 07991ee7ee6917405dca887aac1ebed52fa6a962
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Sat Mar 22 17:07:15 2025 -0700

    Contributing -> Contribute
---
 docs/{contributing.md => contribute.md} | 0
 docs/overview.md                        | 2 +-
 docs/sidebars.ts                        | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/contributing.md b/docs/contribute.md
similarity index 100%
rename from docs/contributing.md
rename to docs/contribute.md
diff --git a/docs/overview.md b/docs/overview.md
index f5a18db..574934c 100644
--- a/docs/overview.md
+++ b/docs/overview.md
@@ -8,7 +8,7 @@ sidebar_position: 1
 ## Getting Started
 - [Installation](install.md)
 - [Getting Started](getting-started.md)
-- [Contributing](contributing.md)
+- [Contribute](contribute.md)
 - [Basics](basics.md)
 
 ## Data Sources
diff --git a/docs/sidebars.ts b/docs/sidebars.ts
index dddd05e..5e5e0d3 100644
--- a/docs/sidebars.ts
+++ b/docs/sidebars.ts
@@ -30,7 +30,7 @@ const sidebars: SidebarsConfig = {
     {
       type: "category",
       label: "Getting Started",
-      items: ["install", "getting-started", "contributing", "basics"],
+      items: ["install", "getting-started", "contribute", "basics"],
       collapsed: false,
     },
     {

Reply via email to