From 526263e685be4b3f5c8b50bff644e148390489f8 Mon Sep 17 00:00:00 2001 From: Arisu Tachibana Date: Mon, 20 Jan 2025 13:32:45 +0900 Subject: [PATCH 1/2] README: Add latest documentation link Signed-off-by: Arisu Tachibana --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 From f8c94f2a64b05079a860d9577c1edf71de4e632b Mon Sep 17 00:00:00 2001 From: Arisu Tachibana Date: Mon, 20 Jan 2025 13:52:06 +0900 Subject: [PATCH 2/2] hugo: Update main menu Signed-off-by: Arisu Tachibana --- hugo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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