Skip to content

Commit ff35016

Browse files
committed
Add Open Source section with GitHub link after Quick Example
1 parent 35523cb commit ff35016

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

docs/docusaurus/docs/introduction.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ hide_title: true
1111

1212
Runner Codes is a **secure execution environment** for running code snippets generated by Large Language Models (LLMs) inside [Firecracker microVMs](https://firecracker-microvm.github.io/). It provides strong isolation, fast boot times, and support for multiple programming languages.
1313

14-
:::info Open Source
15-
16-
Runner Codes is **fully open source** and available on GitHub. Contributions are welcome!
17-
18-
**GitHub:** [github.com/andrebassi/runner-codes](https://github.com/andrebassi/runner-codes)
19-
20-
:::
21-
2214
## Why Firecracker?
2315

2416
Firecracker is a Virtual Machine Monitor (VMM) developed by AWS that provides:
@@ -72,6 +64,12 @@ curl -X POST http://localhost:8080/api/v1/execute \
7264
}
7365
```
7466

67+
## Open Source
68+
69+
Runner Codes is **fully open source** under the MIT license. The entire codebase, including the CLI, HTTP API, guest runner, and documentation, is available on GitHub. We welcome contributions, bug reports, and feature requests from the community.
70+
71+
<a href="https://github.com/andrebassi/runner-codes" target="_blank" class="button button--primary button--lg">View on GitHub</a>
72+
7573
## Next Steps
7674

7775
- [Quickstart Guide](/quickstart) - Get started in 5 minutes

0 commit comments

Comments
 (0)