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 758abae..e2dd86b 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