You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the documentation for the Kernel platform. It's connected to [docs.onkernel.com](https://docs.onkernel.com).
12
11
12
+
## Code Snippets
13
+
14
+
In order to sync our code snippets in our docs ( not playground ) with the OpenAPI spec, we use a GitHub Action. You can run it locally to see the changes that will be made.
15
+
16
+
```bash
17
+
bun run .github/scripts/generate_code_samples.ts
18
+
```
19
+
20
+
When deploying, we generate the changes in a github action and push that to a branch called `gh_action_generated_docs`. Mintlify will then deploy the docs from that branch.
21
+
22
+
## Local Development
23
+
24
+
To run the docs locally, you can use the following command:
25
+
26
+
```bash
27
+
mintlify dev
28
+
```
29
+
13
30
## Contributing
14
31
15
32
We welcome contributions to the documentation. Please feel free to submit a pull request with your changes. See [CONTRIBUTING.md](CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for more details.
16
33
17
34
## License
18
35
19
-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
36
+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
0 commit comments