diff --git a/README.md b/README.md index 3bb71e8..9faeb42 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

-> *Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI services.* +> *Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI* ## Quickstart @@ -36,6 +36,9 @@ Authorizaton tokens can be requested [here](https://github.com/kernelci/kernelci The kci-dev project welcomes, and depends on, contribution from developers and users in the open source community. The [Contributor Guide](https://github.com/kernelci/kci-dev/blob/main/CONTRIBUTING.md) should guide you on how to contribute to kci-dev project. +## Documentation + +For latest informations check out the documentation [here](https://kernelci.github.io/kci-dev/) ## License diff --git a/hugo.toml b/hugo.toml index 133c859..3c07ba8 100644 --- a/hugo.toml +++ b/hugo.toml @@ -35,6 +35,17 @@ sidebar_cache_limit = 1000 name = "checkout" pageRef = "checkout/" weight = 20 + + [[menu.main]] + name = "config" + pageRef = "config/" + weight = 20 + + [[menu.main]] + name = "config_file" + pageRef = "config_file/" + weight = 20 + [[menu.main]] name = "testretry" pageRef = "testretry/" @@ -44,3 +55,8 @@ sidebar_cache_limit = 1000 name = "results" url = "results/" weight = 20 + + [[menu.main]] + name = "maestro-results" + url = "maestro-results/" + weight = 20