Skip to content

Commit c57f929

Browse files
committed
Replace button with link and add GitHub reference after intro text
1 parent ff35016 commit c57f929

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/docusaurus/docs/introduction.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ 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+
**Open Source:** https://github.com/andrebassi/runner-codes
15+
1416
## Why Firecracker?
1517

1618
Firecracker is a Virtual Machine Monitor (VMM) developed by AWS that provides:
@@ -68,7 +70,7 @@ curl -X POST http://localhost:8080/api/v1/execute \
6870

6971
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.
7072

71-
<a href="https://github.com/andrebassi/runner-codes" target="_blank" class="button button--primary button--lg">View on GitHub</a>
73+
**GitHub:** https://github.com/andrebassi/runner-codes
7274

7375
## Next Steps
7476

0 commit comments

Comments
 (0)