MagicDoor Docs

Getting Started

Welcome to MagicDoor Internal Documentation

Welcome to MagicDoor Docs

This is the internal documentation for MagicDoor — AI-Automated Rental Management.

  • 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...

Control the sidebar with meta.json files:

{
  "title": "Section Name",
  "pages": ["page-one", "page-two", "subfolder"]
}

On this page