This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Merged
Conversation
Deploying documentation with
|
| Latest commit: |
9097d32
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://cc2fbc1e.documentation-beg.pages.dev |
| Branch Preview URL: | https://cron-guide.documentation-beg.pages.dev |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This pull request introduces a new guide on implementing cron jobs with Restate, along with several UI and styling updates. The key changes include the addition of the cron jobs guide, updates to the
CopyButtoncomponent, CSS adjustments for better styling, and a minor update to the site's color palette.New Guide Addition:
docs/guides/cron.mdx, docs/guides/cron.mdxR1-R167)src/data/guides.tsxwith metadata and preview image. (src/data/guides.tsx, src/data/guides.tsxR69-R76)UI Enhancements:
CopyButtoncomponent to improve accessibility and design by modifying the GitHub link icon and the copy-to-clipboard button with new dimensions, colors, and alt text. (src/components/code/copy-button.tsx, [1] [2]CSS Updates:
.ch-code-buttonstyling rules for better maintainability and added minor adjustments to margins and alignment for GitHub link icons. (src/css/codehike-styling.css, [1] [2] [3]src/css/custom.css, src/css/custom.cssL16-R16)