Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Welcome to the Firecracker Python SDK documentation! This documentation will hel
- [API Reference](api-reference.md) - Detailed information about the SDK's API
- [Configuration](configuration.md) - Configuration options for microVMs
- [Network](network.md) - Networking capabilities and examples
- [Cleanup](cleanup.md) - Resource cleanup and orphaned resource management
- [Examples](examples.md) - Practical examples for using the SDK

## What is Firecracker?
Expand Down Expand Up @@ -70,4 +71,4 @@ python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .
```
```
Loading