From 03b42ee631971583353e3716d3810791e756df61 Mon Sep 17 00:00:00 2001 From: Seamus Lee <seamuslee001@gmail.com> Date: Wed, 9 Oct 2019 21:47:47 +1100 Subject: [PATCH] Include menu file --- mkdocs.yml | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index bca59663..dd01ae2b 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: -- GitLab