Add multi-language architecture page, remove redundant TypeScript AppHost docs#563
Merged
IEvangelist merged 1 commit intorelease/13.2from Mar 19, 2026
Merged
Add multi-language architecture page, remove redundant TypeScript AppHost docs#563IEvangelist merged 1 commit intorelease/13.2from
IEvangelist merged 1 commit intorelease/13.2from
Conversation
Member
|
Hey @davidfowl, is this really intended - you deleted all the stuff you just added in an earlier PR. |
…Host docs - Delete typescript-apphost.mdx (first-app JS pivot covers this) - Delete typescript-apphost-troubleshooting.mdx (empty stub) - Delete typescript-apphost-migration.mdx (not needed yet) - Remove TypeScript AppHost sidebar group - Add multi-language architecture page under Architecture covering guest/host model, ATS type system, SDK generation, polymorphism flattening, startup sequence, token-based auth - Move TS troubleshooting to general troubleshooting page - Update all cross-references and redirects Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1d1065c to
fb2c286
Compare
Contributor
Author
|
Yep. Changes the framing. |
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.
Summary
Clean up the TypeScript AppHost documentation structure and add a multi-language architecture page.
Changes
Removed redundant pages
typescript-apphost.mdx— the first-app JavaScript pivot already covers this. The TypeScript AppHost is not special; it's just another way to write an AppHost.typescript-apphost-troubleshooting.mdx— was an empty stub. Moved troubleshooting content to the general troubleshooting page.typescript-apphost-migration.mdx— new content that doesn't need to exist yet.New page
architecture/multi-language-architecture.mdx) — explains the guest/host model, ATS type system, SDK generation, polymorphism flattening, startup sequence, and connection security. Content sourced from the internalpolyglot-apphost.mdspec.Other