docs(content): align docs site with 11 breaking changes (Hono-only, removed APIs)#2398
Merged
Conversation
Sweep of content/docs/** (the docs.objectstack.ai site) for symbols/packages removed in 11. ADRs/audits and metric names (http_requests_total) left as-is; service-ai references kept (correctly documented as cloud/Enterprise). - packages.mdx + concepts/packages.mdx: Framework Adapters → Hono-only; removed the 6 non-Hono adapter sections, the plugin-msw sections, and fixed the dependency ASCII tree. - deployment-vercel.mdx: removed the broken Next.js "Option A" (@objectstack/nextjs); Hono is the server path; intro reframed + a callout flags the removed MSW mode. - environment-variables.mdx: alias table reframed (ecosystem names permanent/silent; OS_MULTI_TENANT / OBJECTSTACK_METADATA_WRITABLE / AUTH_BASE_URL removed-in-11 note). - one-liners: flow.mdx / business-logic.mdx (http_request→http), client-sdk.mdx (query aliases removed), metadata-service.mdx (IUIService removed), references/index.mdx (PolicySchema row), plugins.mdx (plugin-msw), schema.mdx / security.mdx / adding-a-metadata-type.mdx (env renames), authentication.mdx (removed the MSWPlugin browser-kernel example). Deferred (follow-up): deployment-vercel.mdx MSW-mode how-to section + its checklist/comparison entries, and implementation-status.mdx QA table column. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
os-zhuang
added a commit
that referenced
this pull request
Jun 27, 2026
…Vercel guide (#2399) Closes the two deferred items from the docs-site pass (#2398 / #2392): - deployment-vercel.mdx: removed the entire MSW Mode section and all its references (intro table, "Choosing the Mode", the MSW checklist subsection, the Comparison table) — `@objectstack/plugin-msw` is gone. Hono server mode is now the single documented path; a short callout notes the removal. - implementation-status.mdx: QA table `@objectstack/plugin-msw` column → `@objectstack/verify` (the actual test harness). content/docs/** now has no removed-package references (only an intentional "removed in 11" callout). MDX validated by Build Docs. Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The user-facing docs site (
content/docs/**, docs.objectstack.ai) still documented removed packages/APIs. This sweeps it for everything removed in 11.Fixed
packages.mdx+concepts/packages.mdx— Framework Adapters → Hono-only; removed the 6 non-Hono adapter sections +plugin-mswsections + fixed the dependency ASCII tree.deployment-vercel.mdx— removed the broken Next.js "Option A" (@objectstack/nextjs); Hono is the server path; intro reframed + a<Callout>flags the removed MSW mode.environment-variables.mdx— alias table reframed: ecosystem names (DATABASE_URL,AUTH_SECRET, …) are permanent/silent; added a "Removed in 11" note forOS_MULTI_TENANT/OBJECTSTACK_METADATA_WRITABLE/AUTH_BASE_URL.flow.mdx/business-logic.mdx(http_request→http),client-sdk.mdx(query aliases removed),metadata-service.mdx(IUIServiceremoved),references/index.mdx(PolicySchemarow),plugins.mdx(plugin-msw),schema.mdx/security.mdx/adding-a-metadata-type.mdx(env renames),authentication.mdx(removed theMSWPluginexample).Left as-is (intentional)
docs/adr/**+docs/audits/**(historical),http_requests_totalmetric names, and@objectstack/service-ai(correctly documented as cloud/Enterprise — open = MCP-only).Deferred → follow-up
deployment-vercel.mdxMSW-mode how-to section + its checklist/comparison entries (flagged by the callout).implementation-status.mdxQA-tableplugin-mswcolumn (snapshot doc).Content-only (no package changes).
<Callout type="warn">matches existing usage.🤖 Generated with Claude Code