From 5b4f91974e903ef1d4da9d969f7973af4429e95f Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Fri, 26 Dec 2025 21:08:45 +0100 Subject: [PATCH] docs: add subscription workflow plan to navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add orphaned implementation/subscription-workflow-plan.md to the Implementation Plans section of mkdocs.yml navigation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index ee8a56a6..75fdeaeb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -147,6 +147,7 @@ nav: - Messaging System: implementation/messaging-system.md - Order Item Exceptions: implementation/order-item-exceptions.md - Product Suppliers Table: implementation/product-suppliers-table.md + - Subscription Workflow: implementation/subscription-workflow-plan.md - Unified Order View: implementation/unified-order-view.md - VAT Invoice Feature: implementation/vat-invoice-feature.md - OMS Feature Plan: implementation/oms-feature-plan.md