Workflows
2 min
workflow docid\ k4pdpz n6xeoqlkitvxwq blocks present a sequence of steps with numbered indicators they are useful for installation guides, tutorials, onboarding flows, and any process that should be completed in order syntax you can add this component using either markdown or mdx \ workflowblock \ workflowblockitem step title step content \ \ \<workflowblock> \<workflowblockitem> step title step content \</workflowblockitem> \</workflowblock> each workflowblockitem represents a single step in the process the first line is used as the step title, while the remaining content becomes the step description workflow items can contain standard markdown formatting, including inline code, lists, links, and other supported components mdx example the following example creates a four step onboarding workflow \<workflowblock> \<workflowblockitem> install the cli run `npm install g @archbee/cli` to install the archbee cli globally \</workflowblockitem> \<workflowblockitem> create a project run `archbee new my docs` to create a new documentation project \</workflowblockitem> \<workflowblockitem> start the dev server run `archbee dev` to start the local preview at `localhost 3000` \</workflowblockitem> \<workflowblockitem> deploy build and deploy your docs to production \</workflowblockitem> \</workflowblock>
Have a question?
Our super-smart AI, knowledgeable support team and an awesome community will get you an answer in a flash.
To ask a question or participate in discussions, you'll need to authenticate first.