From 2f92a03b556f6b0291561af246e19083b11e8233 Mon Sep 17 00:00:00 2001 From: George Steel Date: Mon, 11 Sep 2023 22:36:18 +0100 Subject: [PATCH] Prepare docs for v4 branch Signed-off-by: George Steel --- docs/book/{ => v3}/console-helper.md | 0 docs/book/{ => v3}/migration.md | 0 mkdocs.yml | 15 ++++++++++++--- 3 files changed, 12 insertions(+), 3 deletions(-) rename docs/book/{ => v3}/console-helper.md (100%) rename docs/book/{ => v3}/migration.md (100%) diff --git a/docs/book/console-helper.md b/docs/book/v3/console-helper.md similarity index 100% rename from docs/book/console-helper.md rename to docs/book/v3/console-helper.md diff --git a/docs/book/migration.md b/docs/book/v3/migration.md similarity index 100% rename from docs/book/migration.md rename to docs/book/v3/migration.md diff --git a/mkdocs.yml b/mkdocs.yml index b19b2f3e..d631b3ff 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,11 +2,20 @@ docs_dir: docs/book site_dir: docs/html nav: - Home: index.md - - Reference: - - "Console Helper": console-helper.md - - Migration: migration.md + - v3: + - Reference: + - "Console Helper": console-helper.md + - Migration: migration.md site_name: laminas-stdlib site_description: Laminas\Stdlib repo_url: 'https://github.com/laminas/laminas-stdlib' extra: project: Components + current_version: v3 + versions: + - v3 +plugins: + - redirects: + redirect_maps: + migration.md: v3/migration.md + console-helper.md: v3/console-helper.md