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..fa4ffa08 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,11 +2,19 @@ docs_dir: docs/book site_dir: docs/html nav: - Home: index.md - - Reference: - - "Console Helper": console-helper.md - - Migration: migration.md + - v3: + - "Console Helper": v3/console-helper.md + - Migration: v3/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