Arbeitsabläufe
2 min
workflow docid\ k4pdpz n6xeoqlkitvxwq blöcke präsentieren eine abfolge von schritten mit nummerierten indikatoren sie sind nützlich für installationsanleitungen, tutorials, onboarding‑abläufe und jeden prozess, der in einer bestimmten reihenfolge abgeschlossen werden muss syntax sie können diese komponente entweder mit markdown oder mdx hinzufügen \ workflowblock \ workflowblockitem step title step content \ \ \<workflowblock> \<workflowblockitem> step title step content \</workflowblockitem> \</workflowblock> jedes workflowblockitem repräsentiert einen einzelnen schritt im prozess die erste zeile wird als schritttitel verwendet, während der restliche inhalt zur schrittbeschreibung wird workflow‑elemente können standardmäßige markdown‑formatierung enthalten, einschließlich inline‑code, listen, links und anderer unterstützter komponenten mdx‑beispiel das folgende beispiel erstellt einen vierstufigen 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.