This is the documentation for the Kernel platform. It's connected to docs.onkernel.com.
In order to sync our code snippets in our docs ( not playground ) with the OpenAPI spec, we put <OpenAPICodeGroup>[get|put|post|delete] [path]
in the docs.
For example, if we want to add a code snippet for the GET /api/v1/users
endpoint, we would put <OpenAPICodeGroup>get /api/v1/users
in the docs.
We then use a GitHub Action to generate the code snippets from the docs and push them to the gh_action_generated_docs
branch. Mintlify will then deploy the docs from that branch.
To run the docs locally, you can use the following command:
mintlify dev
We welcome contributions to the documentation. Please feel free to submit a pull request with your changes. See CONTRIBUTING.md and CODE_OF_CONDUCT.md for more details.
This project is licensed under the MIT License - see the LICENSE.md file for details.