Dev guideRecipesAPI ReferenceChangelog
Dev guideRecipesUser GuidesNuGetDev 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.