Documentation Index
Fetch the complete documentation index at: https://docs.moodmnky.com/llms.txt
Use this file to discover all available pages before exploring further.
Documentation Migration Guide
This guide outlines the steps for migrating content from the old documentation structure to the new structure.Directory Structure Changes
We’ve reorganized the documentation structure to better align with the PRD and improve organization:New Directory Structure
Migration Plan
Phase 1: Setup and Preparation
- ✅ Create the new directory structure
- ✅ Create placeholder index files for main sections
- Update the docs.json.new file (ready for implementation)
- Create a content mapping spreadsheet (see below for template)
Phase 2: Content Migration
For each section, follow these steps:- Copy content from the old structure to the new structure
- Update internal links to point to new locations
- Update frontmatter metadata if needed
- Test the documentation locally to ensure everything works correctly
Phase 3: Navigation Update
- Review and finalize the docs.json.new file
- Replace the existing docs.json with the new version
- Test the navigation to ensure all links work correctly
Phase 4: Cleanup
- After confirming all content is properly migrated, archive or remove old directories
- Update any remaining references to old paths
- Perform a final verification of all links and navigation
Content Mapping Template
| Old Path | New Path | Status | Notes |
|---|---|---|---|
| brand-overview/mission-vision.mdx | brand/vision/mission-vision.mdx | Pending | Update links to design docs |
| technology-stack/overview.mdx | reference/architecture/overview.mdx | Pending | - |
| api-reference/introduction.mdx | api/introduction.mdx | Completed | - |
| … | … | … | … |
Implementation Notes
- Create redirects for old URLs to prevent broken links
- Update any hardcoded links in external documents or code
- Ensure all images and assets are properly migrated and linked
- Test on both light and dark themes
Testing Checklist
- All navigation tabs work correctly
- All internal links function properly
- All images and assets display correctly
- Search functionality works with new structure
- Both light and dark themes display properly
- Mobile responsiveness is maintained
Timeline
- Phase 1: [Date]
- Phase 2: [Date] - [Date] (section by section)
- Phase 3: [Date]
- Phase 4: [Date]
- Go Live: [Date]