Skip to content

Commit c9730f8

Browse files
committed
Change to Mkdocs
1 parent d20365a commit c9730f8

File tree

12 files changed

+374
-287
lines changed

12 files changed

+374
-287
lines changed

.readthedocs.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img alt="Logo" src="https://github.com/explodinglabs/jsonrpcserver/blob/main/docs/logo.png?raw=true" />
2+
<img alt="Logo" src="https://github.com/explodinglabs/jsonrpcserver/blob/main/logo.png?raw=true" />
33
</p>
44

55
<p align="center">

docs/Makefile

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

docs/conf.py

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

docs/dispatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and gives a JSON-RPC response.
88
'{"jsonrpc": "2.0", "result": "pong", "id": 1}'
99
```
1010

11-
[See how dispatch is used in different frameworks.](examples)
11+
[See how dispatch is used in different frameworks.](examples.md)
1212

1313
## Optional parameters
1414

0 commit comments

Comments
 (0)