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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This monorepo contains two libraries:

- [Full Documentation](https://strawgate.com/py-key-value/)
- [Getting Started Guide](https://strawgate.com/py-key-value/getting-started.html)
- [Stores Guide](https://strawgate.com/py-key-value/stores.html)
- [Wrappers Guide](https://strawgate.com/py-key-value/wrappers.html)
- [Adapters Guide](https://strawgate.com/py-key-value/adapters.html)
- [API Reference](https://strawgate.com/py-key-value/api/protocols.html)
Expand Down Expand Up @@ -196,7 +197,7 @@ Each store has a **stability rating** indicating likelihood of
backwards-incompatible changes. Stable stores (Redis, Valkey, Disk, Keyring)
are recommended for long-term storage.

**[📚 View all stores, installation guides, and examples →](https://strawgate.com/py-key-value/stores/)**
**[📚 View all stores, installation guides, and examples →](https://strawgate.com/py-key-value/stores.html)**

### Adapters

Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ py-key-value is a Python framework that offers:
## Quick Links

- [Getting Started](getting-started.md) - Installation and basic usage
- [Stores](stores.md) - Detailed documentation for all stores
- [Wrappers](wrappers.md) - Detailed documentation for all wrappers
- [Adapters](adapters.md) - Detailed documentation for all adapters
- [API Reference](api/protocols.md) - Complete API documentation
Expand Down