Document Viewer Lite - #1614
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: ebe4d916-6045-40a9-a413-71e53db9bd09
RaananW
approved these changes
Aug 24, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation and navigation for the WebGPU-only Viewer Lite variant.
Changes:
- Documents NPM/CDN setup, WebGPU requirements, and limitations.
- Links Viewer Lite from related Viewer documentation.
- Adds Viewer Lite to navigation.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Summary | Review |
|---|---|---|
content/features/featuresDeepDive/babylonViewer/v2/viewerLite.md |
Adds Viewer Lite documentation | Update the inconsistent package name to babylon-lite or align the package configuration. |
content/features/featuresDeepDive/babylonViewer/v2/elementInterface.md |
Documents Lite interface limitations | No issues noted. |
content/features/featuresDeepDive/babylonViewer.v2.md |
Links to Viewer Lite | No issues noted. |
configuration/structure.json |
Adds Viewer Lite navigation entry | No issues noted. |
Suppressed comments (1)
content/features/featuresDeepDive/babylonViewer/v2/viewerLite.md:64
- WebGPU is exposed only in a secure context, so this requirement is incomplete: a supported browser on an HTTP origin will still fail to initialize Lite (apart from localhost development). Please call out HTTPS, with the localhost exception, here so users do not interpret browser support alone as sufficient.
Viewer Lite requires WebGPU and does not fall back to WebGL. Verify that WebGPU is available in every browser you support before choosing Viewer Lite.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Documentation snapshot uploaded. Snapshot: https://snapshots-cvgtc2eugrd3cgfd.z01.azurefd.net/DOCS/refs/pull/1614/merge |
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
Validation
npm run validate:contentnpm run build:content