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
This PR touches site/, which is no longer the source for docs.estuary.dev. The site is now built from two other repos:
estuary/docs for platform docs:
guides, concepts, reference, getting started.
estuary/connectors for
connector pages, under docs/reference/Connectors/.
If you meant to change the docs, the change will not reach the site
from here. Please move it to whichever of those two repos owns the
page.
If this is a code PR that happens to include a doc file, the code
part is fine. One thing to know: site/ PRs now need review from
the docs owners before they can merge, so the fastest way through is
to move the doc edit to the repo above, or drop it from this PR.
There are no PR previews for site/ any more. The old docs.estuary.dev/pr-preview/pr-N/ links all return 404.
site/ is kept until 2026-09-30 (tentative) so it can serve as a
rollback path for the new site, then it is removed. The build check
on this PR only confirms that rollback target still compiles.
Sticky comment posted and reads correctly. It uses the same sticky header as the old one, so existing site/ PRs will have their dead preview link replaced by this notice on their next push.
No new pr-preview/ directory on gh-pages. Count unchanged at 574.
CODEOWNERS auto-requested @aeluce. Sorry for the notification, Emily, this was the test firing.
Build check passed in 2m24s under its new job name, so both workflow files parse.
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
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.
Throwaway PR verifying the changes in #3384. Based on that branch, not master, so both the new workflow and the new CODEOWNERS file are in play.
Checking three things:
pr-preview/directory appears ongh-pages.site/change.Closing as soon as those are confirmed.