Merged
Conversation
✅ Deploy Preview for astro-docs-2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
sarah11918
commented
Oct 4, 2023
Member
Author
|
FRIDAY CHAOS... splitting this into two pages to better suit the proposed new sidebar sections... |
sarah11918
commented
Nov 5, 2023
sarah11918
commented
Nov 5, 2023
lilnasy
reviewed
Nov 6, 2023
ElianCodes
approved these changes
Nov 6, 2023
Member
ElianCodes
left a comment
There was a problem hiding this comment.
Seems like all of the questions and notes I had about these pages during talking and doc'ing are taken care of!
Really good pages!
Co-authored-by: Elian ☕️ <hello@elian.codes>
Co-authored-by: Elian ☕️ <hello@elian.codes>
sarah11918
commented
Nov 6, 2023
sarah11918
commented
Nov 6, 2023
sarah11918
commented
Nov 7, 2023
This was referenced Nov 11, 2023
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.
Description
This:
For future follow up (because it will touch a lot of pages):
servermode, because that's all there was when they were written!PURPOSE:
output: 'static',output: 'hybrid', andoutput: 'server') together all on a new page titled Rendering Modes.Previously, we had
Therefore, we often had to describe the difference between all these modes in support threads, including when and why you might choose to use them.
The emphasis here shifts from "a page about SSR" to a core concepts page describing and comparing the three
outputmodes and then a page about enablingserverandhybridas an "add on"Direct preview link to the new page: https://deploy-preview-4667--astro-docs-2.netlify.app/en/core-concepts/rendering-modes/ and revamped SSR page: https://deploy-preview-4667--astro-docs-2.netlify.app/en/guides/server-side-rendering/