Skip to content

Commit c2a0c7f

Browse files
docs: add missing Stores Guide links to documentation
- Add Stores Guide link to README.md documentation section - Fix trailing slash in stores link (stores/ -> stores.html) - Add Stores link to docs/index.md Quick Links section Fixes #189 Co-authored-by: William Easton <[email protected]>
1 parent ac651f4 commit c2a0c7f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
196197
backwards-incompatible changes. Stable stores (Redis, Valkey, Disk, Keyring)
197198
are 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

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)