Getting Started
Welcome to MagicDoor Internal Documentation
Welcome to MagicDoor Docs
This is the internal documentation for MagicDoor — AI-Automated Rental Management.
Quick Links
- Architecture — System design and infrastructure overview
- API Reference — Internal API documentation
- Guides — How-to guides for common tasks
- Deployment — Deployment and DevOps procedures
Contributing
Edit the docs by pushing changes to the internal-docs repository. Changes are automatically deployed within one minute.
File Format
All documentation pages are written in MDX (Markdown + JSX). Each page needs frontmatter at the top:
---
title: Page Title
description: Brief description of the page
---
Your content here...Sidebar Ordering
Control the sidebar with meta.json files:
{
"title": "Section Name",
"pages": ["page-one", "page-two", "subfolder"]
}