From 954ad9fd0060ae7fa3605e8e5912cb4e4e08208e Mon Sep 17 00:00:00 2001 From: Archbee Date: Wed, 29 Apr 2026 12:40:03 +0000 Subject: [PATCH] Archbee draft docs --- archbee.json | 178 ++++++++++++++++++++++++++++++++++------------- guides/index.mdx | 17 +++-- 2 files changed, 140 insertions(+), 55 deletions(-) diff --git a/archbee.json b/archbee.json index 01e5708..3550eaf 100644 --- a/archbee.json +++ b/archbee.json @@ -4,14 +4,11 @@ "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, @@ -19,57 +16,98 @@ "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", @@ -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 } ] -} +} \ No newline at end of file diff --git a/guides/index.mdx b/guides/index.mdx index a7325ee..fa1f1b9 100644 --- a/guides/index.mdx +++ b/guides/index.mdx @@ -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 @@ -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