feat(docs): update getting started and studio section in docs#25
feat(docs): update getting started and studio section in docs#25janelletam wants to merge 7 commits into
Conversation
Greptile SummaryThis PR updates the "Getting Started" section of the docs with consistent formatting improvements and a few content fixes. Icons are moved outside of bold markdown markers across all affected pages, and badge variants are updated from the generic
Confidence Score: 5/5Safe to merge — all changes are documentation formatting and content fixes with no logic involved. The diff is entirely documentation: icon placement normalization, badge variant corrections, a new informational Warning callout, a sidebar reorder, and a fixed role-name typo. There are no code paths, API calls, or data mutations to reason about. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
GS[Get Started section]
GS --> QS[quick-start]
GS --> MAA[Manage your agent]
MAA --> PRV[preview]
MAA --> MON[monitor ← moved up]
MAA --> KNW[knowledge]
MAA --> INS[inspect]
MAA --> HH[human-handoff]
MAA --> EA[edit-appearance ← moved down]
MAA --> CA[control-access]
GS --> CW[configure-your-workspace ← moved to end]
style MON fill:#d4edda
style EA fill:#fff3cd
style CW fill:#d4edda
Reviews (2): Last reviewed commit: "fix(docs): add back missing descriptions" | Re-trigger Greptile |
f75fee7 to
84d2aef
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
051645f to
304c366
Compare
0865088 to
68902b5
Compare
Summary
Test plan