Skip to content

Commit a5896ae

Browse files
committed
Remove installation page
1 parent 573f607 commit a5896ae

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

docs/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@
99
_Process incoming JSON-RPC requests in Python._
1010

1111
Jump to:
12-
[GitHub](https://github.com/explodinglabs/jsonrpcserver) | [Developer Wiki](https://github.com/explodinglabs/jsonrpcserver/wiki)
12+
[GitHub](https://github.com/explodinglabs/jsonrpcserver) |
13+
[Developer Wiki](https://github.com/explodinglabs/jsonrpcserver/wiki)
14+
15+
```sh
16+
pip install jsonrpcserver
17+
```
1318

1419
## Documentation
1520

16-
- [Installation](installation.md)
1721
- [Methods](methods.md)
1822
- [Dispatch](dispatch.md)
1923
- [Async](async.md)

docs/installation.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ markdown_extensions:
4141
- pymdownx.superfences
4242
nav:
4343
- Home: index.md
44-
- Installation: installation.md
4544
- Methods: methods.md
4645
- Dispatch: dispatch.md
4746
- Async: async.md

0 commit comments

Comments
 (0)