From b0fddf7da2ced4cf2082540d255f698c49e0a334 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 6 Aug 2026 13:16:22 +0000 Subject: [PATCH] =?UTF-8?q?docs(examples):=20=E4=BF=AE=E5=A4=8D=20hello-wo?= =?UTF-8?q?rld=20README=20=E6=8C=87=E5=90=91=E5=B7=B2=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E7=9A=84=E4=B8=A4=E6=9D=A1=E6=AD=BB=E9=93=BE?= =?UTF-8?q?=20(#3486)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ../crm/ 与 ../todo/ 两个目录已在 12b287d8b(2026-05-02)随 Todo/CRM 示例移除, README 的 "Learn more" 仍指向它们,入门读者第一跳即 404。 按 examples/README.md 的 rule of thumb 进阶路径替换为现存的两个示例: - byo-backend-console:接入已有产品 / 自有后端 - console-starter:从零起一个 ObjectStack console 描述取自各自 README 与 package.json,未臆造;../schema-catalog/ 原样保留。 Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01GTRjn8xBqp75dk7kFupVRt --- examples/hello-world/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/hello-world/README.md b/examples/hello-world/README.md index 6abbc264ff..1a9cc7284e 100644 --- a/examples/hello-world/README.md +++ b/examples/hello-world/README.md @@ -28,6 +28,6 @@ pnpm install ## Learn more -- [CRM Example](../crm/) — full-featured reference app -- [Todo Example](../todo/) — ObjectStack protocol basics +- [BYO Backend Console](../byo-backend-console/) — add ObjectUI to an existing product with your own REST/GraphQL backend (~100 lines: custom `DataSource` + router) +- [Console Starter](../console-starter/) — fork it to stand up a brand-new ObjectStack console, with the full plugin set already wired - [Schema Catalog](../schema-catalog/) — canonical JSON schemas used across docs & tests