Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
178 changes: 130 additions & 48 deletions archbee.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,72 +4,110 @@
"template": "windy",
"contentLayout": "two-column",
"publicTheme": "light",

"faviconURL": "/public/favicon.ico",
"publicLogoURL": "/public/logo-light.png",
"darkPublicLogoURL": "/public/logo-dark.png",

"hostingColor": "#2166AE",
"darkHostingColor": "#2166AE",

"showReadTime": true,
"showLastUpdate": true,
"showThemeSwitcher": true,
"showDocNavigationButtons": true,
"hasPrimaryColorLinks": true,
"isArchbeeBrandVisible": true,
"isPublicBackgroundEnabled": true,

"docsPath": "guides",
"docsPath": "guides/",
"structure": {
"docsTree": [
{
"children": [],
"isLink": true,
"linkTitle": "Archbee Docs",
"linkHref": "https://www.archbee.com/docs",
"linkOpensInNewTab": true
},
{
"isCategory": true,
"categoryName": "Getting Started",
"isCategory": true,
"children": [
{ "path": "index.mdx" },
{ "path": "quickstart.mdx" },
{ "path": "development.mdx" }
{
"path": "index.mdx",
"children": []
},
{
"path": "quickstart.mdx",
"children": []
},
{
"path": "development.mdx",
"children": []
}
]
},
{
"isCategory": true,
"categoryName": "Essentials",
"isCategory": true,
"children": [
{ "path": "essentials/configuration.mdx" },
{ "path": "essentials/navigation.mdx" },
{ "path": "essentials/markdown.mdx" },
{ "path": "essentials/code.mdx" },
{ "path": "essentials/images.mdx" }
{
"path": "essentials/configuration.mdx",
"children": []
},
{
"path": "essentials/navigation.mdx",
"children": []
},
{
"path": "essentials/markdown.mdx",
"children": []
},
{
"path": "essentials/code.mdx",
"children": []
},
{
"path": "essentials/images.mdx",
"children": []
}
]
},
{
"isCategory": true,
"categoryName": "Customization",
"isCategory": true,
"children": [
{ "path": "customization/templates.mdx" },
{ "path": "customization/theming.mdx" },
{ "path": "customization/branding.mdx" }
{
"path": "customization/templates.mdx",
"children": []
},
{
"path": "customization/theming.mdx",
"children": []
},
{
"path": "customization/branding.mdx",
"children": []
}
]
},
{
"isCategory": true,
"categoryName": "API Commands",
"isCategory": true,
"children": [
{ "path": "api/documents.mdx" },
{ "path": "api/spaces.mdx" },
{ "path": "api/openapi-files.mdx" }
{
"path": "api/documents.mdx",
"children": []
},
{
"path": "api/spaces.mdx",
"children": []
},
{
"path": "api/openapi-files.mdx",
"children": []
}
]
}
]
},

"sites": [
{
"name": "Blocks",
Expand All @@ -81,52 +119,96 @@
"isCategory": true,
"categoryName": "Basic",
"children": [
{ "path": "headings.mdx" },
{ "path": "expandable-headings.mdx" },
{ "path": "lists.mdx" },
{ "path": "tables.mdx" },
{ "path": "buttons.mdx" },
{ "path": "callouts.mdx" },
{ "path": "dividers.mdx" },
{ "path": "vertical-split.mdx" },
{ "path": "blockquotes.mdx" },
{ "path": "link-grids.mdx" },
{ "path": "workflows.mdx" },
{ "path": "tabs.mdx" }
{
"path": "headings.mdx"
},
{
"path": "expandable-headings.mdx"
},
{
"path": "lists.mdx"
},
{
"path": "tables.mdx"
},
{
"path": "buttons.mdx"
},
{
"path": "callouts.mdx"
},
{
"path": "dividers.mdx"
},
{
"path": "vertical-split.mdx"
},
{
"path": "blockquotes.mdx"
},
{
"path": "link-grids.mdx"
},
{
"path": "workflows.mdx"
},
{
"path": "tabs.mdx"
}
]
},
{
"isCategory": true,
"categoryName": "Media",
"children": [
{ "path": "files.mdx" },
{ "path": "images.mdx" },
{ "path": "embeds.mdx" }
{
"path": "files.mdx"
},
{
"path": "images.mdx"
},
{
"path": "embeds.mdx"
}
]
},
{
"isCategory": true,
"categoryName": "Developer",
"children": [
{ "path": "code-blocks.mdx" },
{ "path": "code-drawers.mdx" },
{ "path": "diagrams.mdx" },
{ "path": "math.mdx" },
{ "path": "api-endpoints.mdx" },
{ "path": "changelogs.mdx" }
{
"path": "code-blocks.mdx"
},
{
"path": "code-drawers.mdx"
},
{
"path": "diagrams.mdx"
},
{
"path": "math.mdx"
},
{
"path": "api-endpoints.mdx"
},
{
"path": "changelogs.mdx"
}
]
}
]
}
}
],

"externalLinks": [
{ "label": "Book a Demo", "url": "https://archbee.com/book-demo" },
{
"label": "Book a Demo",
"url": "https://archbee.com/book-demo"
},
{
"label": "Sign Up ->",
"url": "https://app.archbee.com/signup",
"isPrimary": true
}
]
}
}
17 changes: 10 additions & 7 deletions guides/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
title: Welcome to Archbee
description: Build beautiful documentation with Archbee CLI
icon: house
docTags:
createdAt: Wed Apr 29 2026 11:42:38 GMT+0300 (Eastern European Summer Time)
updatedAt: Wed Apr 29 2026 15:24:54 GMT+0300 (Eastern European Summer Time)
---

Archbee CLI lets you preview, validate, and manage documentation locally. Write in Markdown or MDX, choose from 4 templates, and see changes instantly with hot reload.

## Get Started
Expand All @@ -17,9 +20,9 @@ archbee dev

## Explore

- **[Quickstart](/quickstart)** — Get up and running in under 5 minutes
- **[Configuration](/essentials/configuration)** — Learn how to configure your documentation site
- **[Templates](/customization/templates)** — Choose from 4 professionally designed templates
- **[Theming](/customization/theming)** — Customize colors, fonts, and dark mode
- **[Navigation](/essentials/navigation)** — Organize docs with spaces and categories
- **[Branding](/customization/branding)** — Logos, header links, and portal options
- [Quickstart]() — Get up and running in under 5 minutes
- [Configuration]() — Learn how to configure your documentation site
- [Templates]() — Choose from 4 professionally designed templates
- [Theming]() — Customize colors, fonts, and dark mode
- [Navigation]() — Organize docs with spaces and categories
- [Branding]() — Logos, header links, and portal options