Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href="https://www.bestpractices.dev/projects/9829"><img src="https://www.bestpractices.dev/projects/9829/badge"></a>
</p>

> *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

Expand Down Expand Up @@ -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

Expand Down
16 changes: 16 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -44,3 +55,8 @@ sidebar_cache_limit = 1000
name = "results"
url = "results/"
weight = 20

[[menu.main]]
name = "maestro-results"
url = "maestro-results/"
weight = 20
Loading