diff --git a/kernelci.org/config.toml b/kernelci.org/config.toml
index 95ae1d00..75f16119 100644
--- a/kernelci.org/config.toml
+++ b/kernelci.org/config.toml
@@ -47,7 +47,7 @@ enable = true
# -- docsy parameters --
[params.ui]
-sidebar_menu_compact = false
+sidebar_menu_compact = true
breadcrumb_disable = false
sidebar_search_disable = false
navbar_logo = true
@@ -91,7 +91,12 @@ footer_about_disable = false
name = "Dashboard"
url = "https://linux.kernelci.org/job"
+ [[menu.main]]
+ identifier = "about"
+ name = "About"
+ url = "/about/"
+
[[menu.main]]
identifier = "blog"
name = "Blog"
- url = "https://kernelci.org/blog/"
+ url = "/blog/"
diff --git a/kernelci.org/content/en/_index.md b/kernelci.org/content/en/_index.md
index 0e07a28b..11a948f6 100644
--- a/kernelci.org/content/en/_index.md
+++ b/kernelci.org/content/en/_index.md
@@ -1,40 +1,133 @@
---
title: "Documentation"
+no_list: true
+toc_hide: true
cascade:
- type: "blog"
toc_root: true
_target:
path: "/blog/**"
+- type: "maestro"
+ toc_root: true
+ _target:
+ path: "/maestro/**"
+- type: "legacy"
+ toc_root: true
+ _target:
+ path: "/legacy/**"
+- type: "api_pipeline"
+ toc_root: true
+ _target:
+ path: "/api_pipeline/**"
- type: "docs"
_target:
path: "/**"
---
+
-### [KCIDB](kcidb)
+Ensuring the quality, stability and long-term maintenance of the Linux kernel
+
+
The linux kernel is the focal point +of all our work. Learn how to use CI services to help improve the code. +
+Do you have hardware in a lab that you +would like to share with the community? The linux kernel needs hardware to +test on whether it is virtual or real. The more hardware that is available, +the more coverage that can be provided. +
+Continuous Integration only works if +we have services that expand our ecosystem to include more testing, +hardware, regression tracking, etc. Do you have a CI service you would like +to plug in? +
+KernelCI is an architecture that +helps build out a connected ecosystem, gathers results, and documents standards. +
+