-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Shared Language Context and Enhanced Code Examples #827
base: main
Are you sure you want to change the base?
Conversation
…concurrency/overview.mdx (buggy)
@lningthou is attempting to deploy a commit to the Hatchet Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I'm assuming this depends on #824 and related PRs? I'm missing all the examples in the docs on vercel preview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still need to go through examples page by page, leaving this un approved for now.
worker.register_workflow(workflow) | ||
worker.start() | ||
``` | ||
<CodeCell language="Python" blockName="registering_workflows_starting_workers"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we'd want to keep existing code as a fallback or override
@@ -118,6 +118,12 @@ html.dark .nextra-code-block pre { | |||
background-color: #1e293b !important; | |||
} | |||
|
|||
.shiki { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this?
PR: Implement Shared Language Context and Enhanced Code Examples
New Components and Features
1. LanguageContext
2. UniversalTabs Component
3. CodeCell Component
Codeblocks Scraper Script
Functionality
pnpm run build
Note: This script requires authentication to avoid GitHub API rate limiting.
process.env.GITHUB_TOKEN
to be set