Files
metabuilder/docs/NAVIGATION.md
JohnDoe6345789 d6e9197ce7 feat: restructure security module and add new operations
- Created new utility files for password, schema, and page rendering.
- Refactored secure-db-layer to separate operations into distinct files.
- Added operations for creating, updating, and deleting comments and users.
- Implemented access rules for credential management.
- Enhanced user and credential verification processes.
- Introduced seed data and workflow engine modules.
- Updated security context and access checks for various operations.
2025-12-25 18:33:21 +00:00

12 KiB

MetaBuilder Documentation Navigation

A complete guide to finding what you need in the MetaBuilder docs.

🎯 Start Here


📚 By Category

🚀 Getting Started

Essential reading for new team members:

🏗️ Architecture & Design

Core system architecture:

🧪 Testing & Quality

Test strategy, implementation, and metrics:

🔄 Refactoring

Code quality and refactoring guides:

📦 Packages & Components

Package system documentation:

🛠️ Implementation & Integration

Detailed implementation guides:

🗄️ Database

Database documentation:

🔒 Security

Security and compliance:

🚀 API & Integration

API reference and integration:

🚢 Deployment & DevOps

Deployment and infrastructure:

💻 Development Workflows

Development guides and tools:

🐛 Stub Detection

Stub detection system:

🐍 Lua Scripting

Lua integration and scripting:

📋 Reference

Additional references:

📚 Troubleshooting

Problem solving:

🔧 Build & Deployment

Build and compilation:

📁 Source Code Documentation

Source code structure: TODO: docs/src/ is missing; add the folder or update/remove the src links below.

🏁 DBAL (Database Abstraction Layer)

📖 Additional Guides


I want to...

Task Link
Get started getting-started/NEW_CONTRIBUTOR_PATH.md
Understand architecture architecture/5-level-system.md
Write tests testing/TESTING_GUIDELINES.md
Refactor code refactoring/REFACTORING_STRATEGY.md
Create a package packages/README.md
Integrate with DBAL implementation/DBAL_INTEGRATION.md
Deploy deployments/README.md
Troubleshoot troubleshooting/README.md
Check quality metrics quality-metrics/README.md
Use Act locally guides/ACT_CHEAT_SHEET.md
Learn Lua lua/snippets-guide.md
Setup SASS guides/SASS_CONFIGURATION.md

📊 Documentation Stats

  • Total Documentation Files: 168+ markdown files
  • Main Categories: 23 directories
  • Quick References: 10+ cheat sheets
  • Implementation Guides: 15+ detailed guides
  • Architecture Docs: 9+ architecture files

🔍 Search Tips

Use Ctrl+P (or Cmd+P on Mac) in VS Code to quickly find files:

  • Type TESTING_ to find all testing-related docs
  • Type DBAL_ to find database layer docs
  • Type REFACTORING_ to find refactoring guides
  • Type architecture/ to browse architecture files
  • Type guides/ACT_ to find Act testing guides

📝 Contributing

When adding new documentation:

  1. Choose the appropriate category from above
  2. Add a link to this navigation file
  3. Update the relevant README.md in that directory
  4. Update INDEX.md if it's a major document

For more info, see ORGANIZATION.md.