diff --git a/docs/federation/index.md b/docs/federation/index.md index 85f4bf8..40c0502 100644 --- a/docs/federation/index.md +++ b/docs/federation/index.md @@ -38,6 +38,12 @@ This is the public facing page where we publish all things federation in the ope [Tools We Use](/federation/tools){ .md-button .md-button--primary } +- __Shared Infrastructure Inventory__ + + Tools we maintain for the federation 🛠 + + [Tools We Maintain](/federation/infra){ .md-button .md-button--primary } + - __Code of Co-operation__ Be excellent to each other 💝 diff --git a/docs/federation/shared-infra.md b/docs/federation/infra.md similarity index 97% rename from docs/federation/shared-infra.md rename to docs/federation/infra.md index 366acae..cb7b928 100644 --- a/docs/federation/shared-infra.md +++ b/docs/federation/infra.md @@ -1,5 +1,5 @@ --- -title: Shared infrastructure +title: Shared Infrastructure Inventory --- ## Shared repository for fedi maintainers diff --git a/mkdocs.yml b/mkdocs.yml index 7fedd3f..9553020 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -88,7 +88,7 @@ nav: - "Finance": federation/finance.md - "Membership": federation/membership.md - "Code of Co-operation": federation/code-of-coop.md - - "Shared Infrastructure": federation/shared-infra.md + - "Shared Infrastructure Inventory": federation/infra.md - "Proposals": - federation/proposals/index.md - federation/proposals/federation.md