diff --git a/docs/continuous-integration.md b/docs/continuous-integration.md
index 91fe683..578d484 100644
--- a/docs/continuous-integration.md
+++ b/docs/continuous-integration.md
@@ -29,14 +29,6 @@ To enable hercules go to `https://hercules-ci.com/github/nix-community/$REPO` an
 
 To enable hydra add a new project in this [file](https://github.com/nix-community/infra/blob/master/terraform/hydra-projects.tf).
 
-#### Faster GitHub Actions
-
-[namespace](https://cloud.namespace.so) is providing us with Faster GitHub Actions, including ARM64 builders.
-
-Doc: <https://cloud.namespace.so/docs/features/faster-github-actions>.
-
-Limits: see the "Team plan" on <https://cloud.namespace.so/pricing>
-
 #### Cache
 
 [https://nix-community.cachix.org/](https://nix-community.cachix.org/)
diff --git a/docs/namespace-actions.md b/docs/namespace-actions.md
new file mode 100644
index 0000000..f8169d6
--- /dev/null
+++ b/docs/namespace-actions.md
@@ -0,0 +1,5 @@
+[namespace](https://cloud.namespace.so) is providing us with Faster GitHub Actions, including ARM64 builders.
+
+Doc: <https://cloud.namespace.so/docs/features/faster-github-actions>.
+
+Limits: see the "Team plan" on <https://cloud.namespace.so/pricing>
diff --git a/mkdocs.yml b/mkdocs.yml
index 6a2b2a4..490f228 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -4,6 +4,7 @@ nav:
   - sponsors.md
   - Services:
       - continuous-integration.md
+      - Faster GitHub Actions: namespace-actions.md
       - community-builder.md
       - R. RyanTM update bot: update-bot.md
       - NUR update: nur-update.md