The availability of features may depend on your plan type. Contact your Customer Success Manager if you have any questions.
Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

Development

Install the CLI

npm install -g @archbee/cli

Preview locally

From the root of this repo:

archbee dev

The dev server hot-reloads as you edit .mdx files or archbee.json.

Validate before pushing

archbee validate

Checks that archbee.json is valid and that every referenced doc file exists.