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 4b87c1f Fixup side bar labels
4b87c1f is described below
commit 4b87c1fe695b68a7b63f7d0a35382060ade7755e
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Fri Feb 6 21:58:58 2026 -0800
Fixup side bar labels
---
docs/overview.md | 5 -----
docs/sidebars.ts | 23 ++++++++++++++++++++++-
2 files changed, 22 insertions(+), 6 deletions(-)
diff --git a/docs/overview.md b/docs/overview.md
index af94b94..2e5495b 100644
--- a/docs/overview.md
+++ b/docs/overview.md
@@ -17,11 +17,6 @@ specific language governing permissions and limitations
under the License.
-->
----
-sidebar_label: About
-sidebar_position: 1
----
-
# Welcome to Apache Otava
## Getting Started
diff --git a/docs/sidebars.ts b/docs/sidebars.ts
index bd3237d..2c7cf58 100644
--- a/docs/sidebars.ts
+++ b/docs/sidebars.ts
@@ -35,7 +35,28 @@ const sidebars: SidebarsConfig = {
{
type: "category",
label: "Getting Started",
- items: ["install", "getting-started", "contribute", "basics"],
+ items: [
+ {
+ type: "doc",
+ id: "install",
+ label: "Installation",
+ },
+ {
+ type: "doc",
+ id: "getting-started",
+ label: "Getting Started",
+ },
+ {
+ type: "doc",
+ id: "contribute",
+ label: "Contribute",
+ },
+ {
+ type: "doc",
+ id: "basics",
+ label: "Basics",
+ },
+ ],
collapsed: false,
},
{