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
8 changes: 8 additions & 0 deletions blocks/archbee.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
"structure": {
"assets": "assets/",
"docsTree": [
{
"path": "new-doc-3.mdx",
"children": []
},
{
"path": "new-doc-2.mdx",
"children": []
},
{
"path": "new-doc.mdx",
"children": []
Expand Down
2 changes: 1 addition & 1 deletion blocks/changelogs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Changelog
icon: {"lucideIcon":"Clock"}
docTags: changelog
createdAt: Wed Apr 29 2026 10:25:59 GMT+0300 (Eastern European Summer Time)
updatedAt: Wed Apr 29 2026 10:57:48 GMT+0300 (Eastern European Summer Time)
updatedAt: Wed Apr 29 2026 11:10:52 GMT+0300 (Eastern European Summer Time)
---

Changelog blocks display release notes with categorized items.
Expand Down
76 changes: 35 additions & 41 deletions blocks/expandable-headings.mdx
Original file line number Diff line number Diff line change
@@ -1,73 +1,67 @@
---
title: Expandable Sections
icon: chevrons-down
icon: {"lucideIcon":"ChevronsDown"}
docTags:
createdAt: Wed Apr 29 2026 10:25:59 GMT+0300 (Eastern European Summer Time)
updatedAt: Mon May 04 2026 21:49:43 GMT+0300 (Eastern European Summer Time)
---

Expandable headings let users collapse and expand content sections — ideal for FAQs, long reference docs, or optional details.
Expandable headings let users collapse and expand content sections — ideal for FAQs, long reference docs, or optional details. bla bla

<ExpandableHeading>
## What is Archbee CLI?

## What is Archbee CLI?

Archbee CLI is a command-line tool for previewing, validating, and managing your documentation locally. It renders your Markdown/MDX files with the same templates used on the Archbee platform.

Archbee CLI is a command-line tool for previewing, validating, and managing your documentation locally. It renders your Markdown/MDX files with the same templates used on the Archbee platform.
</ExpandableHeading>

<ExpandableHeading>
## How do I install it?

## How do I install it?

```bash
npm install -g @archbee/cli
```

Requires Node.js 18 or higher. LTS versions recommended.
```bash
npm install -g @archbee/cli
```

Requires Node.js 18 or higher. LTS versions recommended.
</ExpandableHeading>

<ExpandableHeading>
## Can I use it with Docusaurus?

## Can I use it with Docusaurus?

Yes — run `archbee dev` in any Docusaurus project. The CLI auto-detects `docusaurus.config.js` or `.ts` and renders it with Archbee templates. Blog, multi-instance docs, and custom CSS are all supported.

Yes — run `archbee dev` in any Docusaurus project. The CLI auto-detects `docusaurus.config.js` or `.ts` and renders it with Archbee templates. Blog, multi-instance docs, and custom CSS are all supported.
</ExpandableHeading>

<ExpandableHeading>
## What templates are available?

## What templates are available?

Four built-in templates:

- **Stripe** — Clean, modern layout (default)
- **ColorNav** — Colored navigation sidebar
- **Windy** — Minimal, spacious design
- **Booklet** — All docs on one page
Four built-in templates:

- **Stripe** — Clean, modern layout (default)
- **ColorNav** — Colored navigation sidebar
- **Windy** — Minimal, spacious design
- **Booklet** — All docs on one page
</ExpandableHeading>

## Syntax

<CodeblockTabs>
MDX

MDX

```html
<ExpandableHeading>
## Your Heading

Content that will be collapsible.
</ExpandableHeading>
```
```html
<ExpandableHeading>
## Your Heading

Markdown
Content that will be collapsible.
</ExpandableHeading>
```

```markdown
:::::ExpandableHeading
## Your Heading
Markdown

Content that will be collapsible.
:::::
```
```markdown
:::::ExpandableHeading
## Your Heading

Content that will be collapsible.
:::::
```
</CodeblockTabs>

5 changes: 4 additions & 1 deletion blocks/headings.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Headings
icon: heading
icon: {"lucideIcon":"Heading"}
docTags:
createdAt: Wed Apr 29 2026 10:25:59 GMT+0300 (Eastern European Summer Time)
updatedAt: Tue May 12 2026 15:23:47 GMT+0300 (Eastern European Summer Time)
---

Headings structure your content into sections. Three levels are supported.
Expand Down
6 changes: 5 additions & 1 deletion blocks/lists.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Lists
icon: list
icon: {"lucideIcon":"List"}
docTags:
createdAt: Wed Apr 29 2026 10:25:59 GMT+0300 (Eastern European Summer Time)
updatedAt: Wed Apr 29 2026 15:25:08 GMT+0300 (Eastern European Summer Time)
---

Standard Markdown lists for organizing content. Supports unordered, ordered, and checklist items.
Expand Down Expand Up @@ -41,3 +44,4 @@ Standard Markdown lists for organizing content. Supports unordered, ordered, and
- [ ] Unchecked task
- [x] Completed task
```

14 changes: 14 additions & 0 deletions blocks/new-doc-2.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: new doc 2
slug: cXpM-new-doc
docTags:
createdAt: Tue May 12 2026 15:23:47 GMT+0300 (Eastern European Summer Time)
updatedAt: Tue May 12 2026 15:26:57 GMT+0300 (Eastern European Summer Time)
---

new content

<hint type="info">
dada
</hint>

9 changes: 9 additions & 0 deletions blocks/new-doc-3.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: new doc 3
slug: new-doc-3
docTags:
createdAt: Tue May 12 2026 15:26:57 GMT+0300 (Eastern European Summer Time)
updatedAt: Tue May 12 2026 15:27:06 GMT+0300 (Eastern European Summer Time)
---

new dc3
4 changes: 2 additions & 2 deletions blocks/new-doc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: new doc
slug: DO9j-new-doc
docTags:
createdAt: Wed Apr 29 2026 10:57:48 GMT+0300 (Eastern European Summer Time)
updatedAt: Wed Apr 29 2026 10:57:55 GMT+0300 (Eastern European Summer Time)
updatedAt: Mon May 04 2026 21:49:38 GMT+0300 (Eastern European Summer Time)
---

new doc c
new doc c bla bla
Loading