feat(docs): add adk and desk section on main docs#27
Conversation
Greptile SummaryThis PR adds ADK and Desk sections to the main docs sidebar, introduces two new documentation stub pages (
Confidence Score: 5/5Safe to merge — the changes are additive documentation stubs with a targeted bug fix; no existing functionality is broken. The only substantive code change is fixing the typo in chevron icon import names, which was clearly broken before. The new docs pages are stubs that don't touch any shared logic. The Step.astro icon swap works correctly at runtime. No files require special attention, though it's worth confirming whether the unused images in src/content/docs/adk/assets/ are intentionally deferred or accidentally omitted from the MDX page. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Main Docs Sidebar] --> B[Cloud]
A --> C[ADK NEW]
A --> D[Desk NEW]
A --> E[Tutorial]
C --> C1[adk/quickstart - Get started]
C1 --> C2[Card: /adk Full ADK docs]
D --> D1[desk/introduction - Introduction]
D1 --> D2[Card: botpress.com/contact-us Sales CTA]
Reviews (2): Last reviewed commit: "fix(docs): fix incorrect import" | Re-trigger Greptile |
b31c3b2 to
09453f6
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0865088 to
68902b5
Compare
09453f6 to
1264743
Compare
Summary
Test plan