From 5766c43136125f0312d9de4e2b3935c97948a9be Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Feb 01 2025 14:58:23 +0000 Subject: Fix a few nits --- diff --git a/docs/git.md b/docs/git.md index a9f8cf0..5ffc0b1 100644 --- a/docs/git.md +++ b/docs/git.md @@ -32,7 +32,7 @@ as a member of the `sig-core` SIG group. We have to push two things: Let's assume that my pkg centpkg-minimal that I want to build has an archive called centpkg.minimal.tar.gz. To be able to push to lookaside cache, we need the following : - * a valid TLS cert (also needed to build on cbs.centos.org) obtained through [centos-cert](../auth/) util + * a valid TLS cert (also needed to build on cbs.centos.org) obtained through [centos-cert](auth.md) util * either script `lookaside_upload` or `lookaside_upload_sig` in your $PATH (coming from centos-git-common git repo, see above) There are two path available for the lookaside cache, each is available using a different script: diff --git a/docs/index.md b/docs/index.md index 84544a6..11ad503 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,8 +1,6 @@ -# CentOS SIG Guide - CentOS Special Interest Groups are smaller groups within the CentOS community that focus feature work on or awareness around a topic related to CentOS Linux and CentOS Stream. -## SIGS +## SIGs * [Active SIGs](active-sigs.md) * [Retired SIGs](retired-sigs.md) diff --git a/mkdocs.yml b/mkdocs.yml index e65c4db..4aadf56 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,15 +6,15 @@ repo_name: centos/sig-guide edit_uri: edit/master/f/docs/ nav: - - index.md + - SIGs: index.md - Authentication: auth.md - Lookaside/Git: git.md - Building in CBS: cbs.md - - ci.md - - delivery.md - - dns.md - - documentation.md - - SIG's spin: spin.md + - Testing: ci.md + - Delivery: delivery.md + - DNS: dns.md + - Documentation: documentation.md + - SIG spins: spin.md - Using GitLab: gitlab.md theme: