docs: add render modes and adaptive transitions documentation#942
Merged
leecalcote merged 4 commits intomasterfrom Apr 9, 2026
Merged
docs: add render modes and adaptive transitions documentation#942leecalcote merged 4 commits intomasterfrom
leecalcote merged 4 commits intomasterfrom
Conversation
Add comprehensive documentation for the four render modes (Full, Medium, Wireframe, View Only) and the Adaptive mode that automatically shifts between modes based on real-time performance metrics. Cross- reference from existing performance and URL parameters docs. Signed-off-by: Lee Calcote <leecalcote@gmail.com> Relates to meshery-extensions#3923 Signed-off-by: hortison <160366376+hortison@users.noreply.github.com>
✅ Deploy Preview for bejewelled-pegasus-b0ce81 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Kanvas documentation page describing render fidelity options (Full/Medium/Wireframe/View Only) and the Adaptive mode, and cross-links it from existing performance and URL parameter docs to help users tune canvas responsiveness.
Changes:
- Introduces a new
/kanvas/advanced/render-modes/page covering render modes, Adaptive behavior, and usage guidance. - Updates the URL Parameters doc to document
render=medium|wireframe|viewOnlyandadaptive=true, linking to the new page. - Updates the Performance Limits doc with a pointer to Render Modes as a tuning lever.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| content/en/kanvas/advanced/url-parameters/index.md | Adds documentation for additional render values and adaptive=true, with a cross-link to Render Modes. |
| content/en/kanvas/advanced/render-modes/index.md | New comprehensive Render Modes + Adaptive mode documentation page. |
| content/en/kanvas/advanced/performance/index.md | Adds a short “Render Modes for Performance” cross-reference section. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Lee Calcote <leecalcote@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Lee Calcote <leecalcote@gmail.com>
leecalcote
approved these changes
Apr 9, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Lee Calcote <leecalcote@gmail.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.
Summary
render=medium|wireframe|viewOnlyandadaptive=trueparameter documentationRelates to layer5labs/meshery-extensions#3923
Test plan
/kanvas/advanced/render-modes/