- Adjust links to the RESP spec
- Move the pages discussed in #18 to docs/usage/clients
- Adjust the links accordingly
linkchecker returns only two errors (without checking external URLs) on this branch:
URL `/topics/cluster-spec'
Name `Redict Cluster specification'
Parent URL http://localhost:1313/docs/usage/scaling/, line 1894, col 140
Real URL http://localhost:1313/topics/cluster-spec
Check time 2.972 seconds
Result Error: 404 Not Found
URL `/docs/reference/cluster-spec/#hash-tags'
Name `Hash tags'
Parent URL http://localhost:1313/docs/commands/keys/, line 1923, col 35
Real URL http://localhost:1313/docs/reference/cluster-spec/#hash-tags
Check time 3.842 seconds
Result Error: 404 Not Found
cluster-spec will move to the wiki, we need to adjust the link afterwards. This is out of scope for this PR.
* [x] Adjust links to the RESP spec
* [x] Move the pages discussed in #18 to docs/usage/clients
* [x] Adjust the links accordingly
[linkchecker](https://linkchecker.github.io/linkchecker/) returns only two errors (without checking external URLs) on this branch:
```
URL `/topics/cluster-spec'
Name `Redict Cluster specification'
Parent URL http://localhost:1313/docs/usage/scaling/, line 1894, col 140
Real URL http://localhost:1313/topics/cluster-spec
Check time 2.972 seconds
Result Error: 404 Not Found
URL `/docs/reference/cluster-spec/#hash-tags'
Name `Hash tags'
Parent URL http://localhost:1313/docs/commands/keys/, line 1923, col 35
Real URL http://localhost:1313/docs/reference/cluster-spec/#hash-tags
Check time 3.842 seconds
Result Error: 404 Not Found
```
cluster-spec will move to the wiki, we need to adjust the link afterwards. This is out of scope for this PR.