-
Notifications
You must be signed in to change notification settings - Fork 3
Kernel SDK Installation Instructions #38
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
Kernel SDK Installation Instructions #38
Conversation
Added instructions for installing Kernel SDK in a project. Locations determined by key entry points into docs.
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.
Performed full review of 64aea20...55246bd
3 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings
…n-library-in-docs
masnwilliams
left a comment
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.
do we want to have this on quickstart.mdx as well? Just thinking everywhere a user would hit first?
@masnwilliams I actually had that in this PR at first, but initially decided against it since the Quickstart is centered on the CLI (which handles installing the SDK for you in either language). I can add it back in if you think that makes sense to do. Let me know. |
yeah, that's probably fine then, no need |
Cleaned up the order of languages listed.
Updated casing so it matched existing standard + so auto-switching of all code snippets on a page in unison would work.
masnwilliams
left a comment
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.
lgtm
Description
Added instructions for installing the Kernel SDK in a project (TypeScript + Python). Locations determined by key entry points into docs.
Testing
mintlify devworks (see installation here)Visual Proof
TL;DR
Added installation instructions for the Python and TypeScript Kernel SDKs to key entry points in the docs.
Why we made these changes
To provide clear, accessible instructions for getting started with the Kernel SDK, ensuring users can correctly set up their projects for both Python and TypeScript.
What changed?
introduction.mdx: Added a new installation guide with commands for bothnpmandpip.apps/develop.mdx: Updated existing instructions to use language-specific tabs for TypeScript and Python installation.browsers/create-a-browser.mdx: Added an info block directing users to install the SDK with language-specific commands.Description generated by Mesa. Update settings