From dbbdddb93d30bdcc83b0d7dcc71536d301a0b57d Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 25 Sep 2024 21:51:24 +0000 Subject: [PATCH] Contribution: Move contributing.md->index.md and move up one level Signed-off-by: Adam Warner --- docs/guides/github/{contributing.md => index.md} | 0 mkdocs.yml | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename docs/guides/github/{contributing.md => index.md} (100%) diff --git a/docs/guides/github/contributing.md b/docs/guides/github/index.md similarity index 100% rename from docs/guides/github/contributing.md rename to docs/guides/github/index.md diff --git a/mkdocs.yml b/mkdocs.yml index 758abaea1..e2dd86bd0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -162,7 +162,7 @@ nav: - 'Building': docker/build-image.md - 'DHCP': docker/DHCP.md - 'Contributing': - - 'Contributing on GitHub': guides/github/contributing.md + - 'Contributing': guides/github/index.md - 'Developer Certificate of Origin (DCO)': guides/github/dco.md - 'How to sign-off commits': guides/github/how-to-signoff.md - 'How to fork and rebase': guides/github/how-to-fork-rebase.md @@ -277,3 +277,4 @@ plugins: 'guides/vpn/wireguard/overview.md': guides/vpn/wireguard/index.md 'guides/vpn/openvpn/overview.md': guides/vpn/openvpn/index.md 'guides/misc/tor/overview.md': guides/misc/tor/index.md + 'guides/github/contributing.md': guides/github/index.md