File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ This monorepo contains two libraries:
1010
1111- [ Full Documentation] ( https://strawgate.com/py-key-value/ )
1212- [ Getting Started Guide] ( https://strawgate.com/py-key-value/getting-started.html )
13+ - [ Stores Guide] ( https://strawgate.com/py-key-value/stores.html )
1314- [ Wrappers Guide] ( https://strawgate.com/py-key-value/wrappers.html )
1415- [ Adapters Guide] ( https://strawgate.com/py-key-value/adapters.html )
1516- [ API Reference] ( https://strawgate.com/py-key-value/api/protocols.html )
@@ -196,7 +197,7 @@ Each store has a **stability rating** indicating likelihood of
196197backwards-incompatible changes. Stable stores (Redis, Valkey, Disk, Keyring)
197198are recommended for long-term storage.
198199
199- ** [ 📚 View all stores, installation guides, and examples →] ( https://strawgate.com/py-key-value/stores/ ) **
200+ ** [ 📚 View all stores, installation guides, and examples →] ( https://strawgate.com/py-key-value/stores.html ) **
200201
201202### Adapters
202203
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ py-key-value is a Python framework that offers:
2020## Quick Links
2121
2222- [ Getting Started] ( getting-started.md ) - Installation and basic usage
23+ - [ Stores] ( stores.md ) - Detailed documentation for all stores
2324- [ Wrappers] ( wrappers.md ) - Detailed documentation for all wrappers
2425- [ Adapters] ( adapters.md ) - Detailed documentation for all adapters
2526- [ API Reference] ( api/protocols.md ) - Complete API documentation
You can’t perform that action at this time.
0 commit comments