π§ Navigation Scope Indicators Implementation Plan¶
Overview¶
This document outlines the plan for adding visual scope indicators to the documentation navigation, helping teams quickly identify which features belong to each MVP tier.
Scope Indicator System¶
Visual Indicators¶
- π’ MVP Core - Essential features (green circle)
- π‘ MVP Extended - Enhanced features (yellow circle)
- π Post-MVP - Growth features (orange circle)
- βͺ Future - Aspirational features (white circle)
Alternative Text Indicators¶
- [CORE] - MVP Core features
- [EXT] - MVP Extended features
- [POST] - Post-MVP features
- [FUT] - Future features
Implementation Approach¶
Phase 1: Documentation Only¶
Add scope indicators to document titles in frontmatter without modifying navigation:
Phase 2: Navigation Updates (Future)¶
Update .pages files to include scope in navigation titles:
title: '03. π’ Business Processes'
nav:
- π’ Initial Setup [CORE]: initial-setup/
- π’ Policy Management [CORE]: policy-management/
- π‘ Approval Process [EXT]: approval-process/
- π Incident Response [POST]: incident-response/
Affected Navigation Files¶
Core Sections (MVP Core)¶
/docs-internal/docs/01-getting-started/.pages../03-core-principles/.pages../04-business/processes/initial-setup/.pages../04-business/processes/policy-management/.pages../04-business/processes/implementation/.pages../04-business/processes/monitoring/.pages
Extended Sections (MVP Extended)¶
../04-business/processes/communication/.pages../04-business/processes/approval-process/.pages../04-business/processes/e8-management/.pages../06-features/integrations/WhatsApp/.pages
Post-MVP Sections¶
../04-business/processes/incident-response/.pages../04-business/processes/third-party-risk/.pages../06-features/future/.pages
Benefits¶
- Quick Identification: Teams can instantly see feature scope
- Priority Clarity: Visual hierarchy reinforces development priorities
- Scope Discipline: Constant reminder of MVP boundaries
- Stakeholder Communication: Clear feature timeline expectations
Implementation Checklis¶
- Finalize scope indicator design (emoji vs text)
- Update documentation style guide with indicator standards
- Create script to add indicators to frontmatter
- Test navigation rendering with indicators
- Update
.pagesfiles systematically - Verify MkDocs build with changes
- Document indicator meanings in getting started guide
Risks and Mitigations¶
Risk: Navigation Clutter¶
Mitigation: Use subtle indicators, test with users
Risk: Build Failurest¶
Mitigation: Test changes incrementally, have rollback plan
Risk: Confusion¶
Mitigation: Clear legend in documentation, consistent usage
Next Steps¶
- Immediate: Continue using scope in frontmatter
- Short-term: Add indicators to document titles
- Medium-term: Update navigation with approval
- Long-term: Automate indicator management