Sync from livetemplate@main - #1
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR syncs mirrored documentation content from livetemplate/livetemplate@main by updating frontmatter metadata to reflect the latest source commit and aligning page titles with the current upstream docs.
Changes:
- Updated
source_commitfrontmatter across multiple mirrored guide/reference pages to5635ad1e.... - Adjusted several frontmatter
titlevalues to match current page headings/naming from upstream. - Rewrote cross-repo CONTRIBUTING links to point to the local docs-site routes under
/contributing/*.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| content/reference/uploads.md | Update mirrored metadata (title + source_commit). |
| content/reference/template-support-matrix.md | Update mirrored metadata (title + source_commit). |
| content/reference/session.md | Update mirrored metadata (title + source_commit). |
| content/reference/server-actions.md | Update mirrored metadata (title + source_commit). |
| content/reference/pubsub.md | Update mirrored metadata (title + source_commit). |
| content/reference/navigate.md | Update mirrored metadata (title + source_commit). |
| content/reference/limitations.md | Update mirrored metadata (source_commit). |
| content/reference/error-handling.md | Update mirrored metadata (title + source_commit). |
| content/reference/controller-pattern.md | Update mirrored metadata (title + source_commit). |
| content/reference/configuration.md | Update mirrored metadata (title + source_commit). |
| content/reference/client-attributes.md | Update mirrored metadata (title + source_commit). |
| content/reference/authentication.md | Update mirrored metadata (title + source_commit). |
| content/reference/api.md | Update mirrored metadata (title + source_commit). |
| content/guides/standard-html-reactivity.md | Update mirrored metadata (source_commit). |
| content/guides/scaling.md | Update mirrored metadata (title + source_commit). |
| content/guides/progressive-complexity.md | Update mirrored metadata (title + source_commit). |
| content/guides/observability.md | Update mirrored metadata (title + source_commit). |
| content/guides/ephemeral-components.md | Update mirrored metadata (title + source_commit). |
| content/contributing/livetemplate.md | Update mirrored metadata and convert external GitHub CONTRIBUTING links to local /contributing/* routes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
End-to-end validation of the Phase 3 sync workflow.
The workflow successfully cloned
livetemplate/livetemplate@main, ran the Go sync tool (cmd/sync), and pushed this branch. PR creation failed at the last step (org policy blocksGITHUB_TOKENfrom creating PRs) so I'm opening it manually here to verify the diff.If this looks right, the workflow needs only a small adjustment to pass a
DOCS_BOT_TOKENPAT to peter-evans/create-pull-request — the actual sync logic is sound. Documented in the next commit.