diff --git a/mkdocs.yml b/mkdocs.yml
index bca5966362a78713e73b169e93cf749af349a438..dd01ae2b81f124621be7b4aa23e152fdfacb6467 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -46,16 +46,26 @@ pages:
     - Creating a Payment Processor: extensions/payment-processors/create.md
   - CMS-specific development: extensions/cms-specific.md
 - API:
-  - APIv3 Intro: api/index.md
-  - APIv3 Usage: api/usage.md
-  - APIv3 Actions: api/actions.md
-  - APIv3 Options: api/options.md
-  - APIv3 Joins: api/joins.md
-  - APIv3 Chaining: api/chaining.md
-  - APIv3 Custom Data: api/custom-data.md
-  - APIv3 Examples: api/examples.md
-  - APIv3 Interfaces: api/interfaces.md
-  - APIv3 Changes: api/changes.md
+  - API Intro: api/index.md
+  - API Interfaces: api/interfaces.md
+  #- APIv4:
+  #  - APIv4 Usage: api/v4/usage.md
+  #  - APIv4 Actions: api/v4/actions.md
+  #  - APIv4 Options: api/v4/options.md
+  #  - APIv4 Joins: api/v4/joins.md
+  #  - APIv4 Chaining: api/v4/chaining.md
+  #  - APIv4 Custom Data: api/v4/custom-data.md
+  #  - APIv4 Examples: api/v4/examples.md
+  #  - APIv4 Changes: api/v4/changes.md
+  - APIv3:
+    - APIv3 Usage: api/v3/usage.md
+    - APIv3 Actions: api/v3/actions.md
+    - APIv3 Options: api/v3/options.md
+    - APIv3 Joins: api/v3/joins.md
+    - APIv3 Chaining: api/v3/chaining.md
+    - APIv3 Custom Data: api/v3/custom-data.md
+    - APIv3 Examples: api/v3/examples.md
+    - APIv3 Changes: api/v3/changes.md
 - Hooks:
   - Hooks Introduction: hooks/index.md
   - Usage: