You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow content editors to see a live preview of their content/changes without requiring push to master.
Pull requests (targeting master) would be rendered to a preview site.
The subdomain of the preview versus the main URL, as well as their redirect URLs, should be configurable.
The Github Action would post a comment back on the pull request with the URL to which the site was published.
The text was updated successfully, but these errors were encountered:
plaurent
changed the title
Allow customization of "dev" prefix on published domain
"docs" vs "docspreview" subdomain depending on if it's a open PR or a main push?
May 12, 2021
Originally I considered having a separate subdomain for each PR # (somewhat similar to what Netlify does), but this would require us to automatically create install new callback URLs into the registered Azure AD application. (And that set up is manual for now.)
plaurent
changed the title
"docs" vs "docspreview" subdomain depending on if it's a open PR or a main push?
Add support for a single preview subdomain for PRs to main
May 13, 2021
Allow content editors to see a live preview of their content/changes without requiring push to master.
Pull requests (targeting master) would be rendered to a preview site.
The subdomain of the preview versus the main URL, as well as their redirect URLs, should be configurable.
The Github Action would post a comment back on the pull request with the URL to which the site was published.
The text was updated successfully, but these errors were encountered: