Skip to content

Commit 9024793

Browse files
os-zhuangclaude
andcommitted
docs(nav): surface the business-facing pages at the top of Learn
'What Can It Do?' and 'Build Without Code' were buried inside the Get Started folder — the exact audience they serve would never expand it. Promote both to top-level Learn entries (/docs/platform-capabilities, /docs/build-without-code; new-in-this-PR pages, so no redirects needed), and lead the docs-home 'Start here' list with them. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent d5907db commit 9024793

6 files changed

Lines changed: 6 additions & 4 deletions

File tree

File renamed without changes.

content/docs/concepts/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Before diving into code, understanding these foundational ideas will make everyt
1414
Different readers need different doors into this documentation — pick yours:
1515

1616
<Cards>
17-
<Card href="/docs/getting-started/platform-capabilities" title="I'm evaluating the platform" description="A business-language tour of what the platform can do — views, automation, approvals, permissions, analytics — no code required to read" />
18-
<Card href="/docs/getting-started/build-without-code" title="I build with the visual tools" description="What admins and business analysts can do in Studio, Console, and Setup without writing metadata by hand" />
17+
<Card href="/docs/platform-capabilities" title="I'm evaluating the platform" description="A business-language tour of what the platform can do — views, automation, approvals, permissions, analytics — no code required to read" />
18+
<Card href="/docs/build-without-code" title="I build with the visual tools" description="What admins and business analysts can do in Studio, Console, and Setup without writing metadata by hand" />
1919
<Card href="/docs/getting-started/your-first-project" title="I write metadata" description="The developer path: scaffold a project, author typed metadata with an AI agent, validate, and ship" />
2020
<Card href="/docs/kernel" title="I extend the platform" description="The contributor path: kernel architecture, plugins, services, and the protocol spec" />
2121
</Cards>

content/docs/getting-started/meta.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
"pages": [
44
"---Start Here---",
55
"index",
6-
"platform-capabilities",
76
"how-ai-development-works",
87
"build-with-claude-code",
98
"your-first-project",
109
"quick-start",
11-
"build-without-code",
1210
"examples",
1311
"---Cheatsheets---",
1412
"common-patterns",

content/docs/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ flowchart LR
2727

2828
## Start here
2929

30+
- [What Can It Do?](/docs/platform-capabilities) — the platform's capabilities in business language, no code — start here if you're evaluating
31+
- [Build Without Code](/docs/build-without-code) — what admins and analysts do visually in Console, Studio, and Setup
3032
- [Build with Claude Code](/docs/getting-started/build-with-claude-code) — the main workflow: an agent builds the app, you verify it in the Console
3133
- [How AI Development Works](/docs/getting-started/how-ai-development-works) — why AI-builds / human-verifies is fast and safe
3234
- [What is ObjectStack?](/docs/getting-started) — the protocol model and runtime layers

content/docs/meta.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"title": "Documentation",
33
"pages": [
44
"---Learn---",
5+
"platform-capabilities",
6+
"build-without-code",
57
"getting-started",
68
"concepts",
79
"---Build---",
File renamed without changes.

0 commit comments

Comments
 (0)