Quickstart
How it works
- Edit
.mdxfiles in/docson any branch. - Open a pull request.
- When the PR is merged into the default branch, Archbee picks up the changes and updates your space.
- Edits made inside Archbee come back as commits on this repo.
Adding a page
Create a new file under /docs, then add it to structure.docsTree in archbee.json:
{ "path": "my-page.mdx" }Open a PR — your new page appears in Archbee after merge.
