Skip to content

Commit b7f5a43

Browse files
patcapulongclaudejklein24greptile-apps[bot]
authored andcommitted
feat: add Building with AI page (#179)
## Summary - New documentation page at **Get started > Overview > Building with AI** (before FAQ) - Helps developers use AI coding assistants (Claude Code, Cursor, Windsurf) with the Grid API - Covers: skill installation, credential setup, example prompts by use case, CLI command reference, llms.txt discovery, and tips for best results - Uses custom FeatureCard components with new Central Icons (magnifying-glass, prompt, arrow-path-right, bug, console-sparkle) ## Test plan - [x] Page renders at `/platform-overview/building-with-ai` - [x] Appears in sidebar under Overview, before FAQ - [x] Sidebar icon (console-sparkle) renders correctly - [x] FeatureCards display with colored icons - [x] Code blocks, tables, and Tip component render properly - [x] Internal links (`/llms.txt`, `/llms-full.txt`) work 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Jeremy Klein <jklein24@gmail.com> Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent afa4387 commit b7f5a43

10 files changed

Lines changed: 281 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ figma-*.md
4848

4949
# Personal todo files
5050
TODO-*.md
51+
52+
# Icon build script (local tool, requires license key)
53+
scripts/export-icons.js

mintlify/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"platform-overview/introduction/what-is-grid",
4545
"platform-overview/capabilities",
4646
"platform-overview/use-cases",
47+
"platform-overview/building-with-ai",
4748
"platform-overview/introduction/faq"
4849
]
4950
},
Lines changed: 51 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)