Skip to content

Commit c2f578a

Browse files
amirreza8002Rafiot
authored andcommitted
make documentation link more obvious
Signed-off-by: amirreza <amir.rsf1380@gmail.com> Signed-off-by: Raphaël Vinot <raphael@vinot.info>
1 parent 02302e4 commit c2f578a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Python interface to the Valkey key-value store.
99
[![pre-release](https://img.shields.io/github/v/release/valkey-io/valkey-py?include_prereleases&label=latest-prerelease)](https://github.com/valkey-io/valkey-py/releases)
1010
[![codecov](https://codecov.io/gh/valkey-io/valkey-py/branch/main/graph/badge.svg?token=yenl5fzxxr)](https://codecov.io/gh/valkey-io/valkey-py)
1111

12-
[Installation](#installation) | [Usage](#usage) | [Advanced Topics](#advanced-topics) | [Contributing](https://github.com/valkey-io/valkey-py/blob/main/CONTRIBUTING.md)
12+
[Installation](#installation) | [Usage](#usage) | [Documentation](#documentation) | [Advanced Topics](#advanced-topics) | [Contributing](https://github.com/valkey-io/valkey-py/blob/main/CONTRIBUTING.md)
1313

1414
---------------------------------------------
1515

@@ -85,6 +85,10 @@ Alternatively, you might want to look at [Async connections](https://valkey-py.r
8585

8686
There is built-in support for all of the [out-of-the-box Valkey commands](https://valkey.io/commands). They are exposed using the raw Redis command names (`HSET`, `HGETALL`, etc.) except where a word (i.e. del) is reserved by the language. The complete set of commands can be found [here](https://github.com/valkey-io/valkey-py/tree/main/valkey/commands), or [the documentation](https://valkey-py.readthedocs.io/en/latest/commands.html).
8787

88+
## Documentation
89+
90+
Check out the [documentation](https://valkey-py.readthedocs.io/en/latest/index.html)
91+
8892
## Advanced Topics
8993

9094
The [official Valkey command documentation](https://valkey.io/commands)

0 commit comments

Comments
 (0)