File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Examples
2
2
3
- Examples have moved to the [ Community Wiki] ( https://github.com/explodinglabs/jsonrpcserver/wiki ) .
3
+ Examples have moved to the [ Wiki] ( https://github.com/explodinglabs/jsonrpcserver/wiki ) .
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ since there's no http body, use status code 204 - no content.
26
26
Use ` @method(name="new_name") ` .
27
27
28
28
Or use the dispatch function's [ methods
29
- parameter] ( https://www. explodinglabs.com/jsonrpcserver/dispatch/#methods ) .
29
+ parameter] ( https://explodinglabs.com/jsonrpcserver/dispatch/#methods ) .
30
30
31
31
## How to get the response in other forms?
32
32
Original file line number Diff line number Diff line change 1
- ---
2
- hide :
3
- - toc
4
- ---
5
-
6
1
<style >
7
2
.md-content__inner h1 :first-of-type {
8
3
display : none ;
14
9
_ Process incoming JSON-RPC requests in Python._
15
10
16
11
Jump to:
17
- [ GitHub] ( https://github.com/explodinglabs/jsonrpcserver ) | [ Community Wiki] ( https://github.com/explodinglabs/jsonrpcserver/wiki )
12
+ [ GitHub] ( https://github.com/explodinglabs/jsonrpcserver ) | [ Developer Wiki] ( https://github.com/explodinglabs/jsonrpcserver/wiki )
18
13
19
14
## Documentation
20
15
Original file line number Diff line number Diff line change 1
1
site_name : jsonrpcserver
2
- site_url : https://www. explodinglabs.com/jsonrpcserver/
2
+ site_url : https://explodinglabs.com/jsonrpcserver/
3
3
repo_url : https://github.com/explodinglabs/jsonrpcserver
4
4
theme :
5
5
name : material
6
+ logo : assets/logo.png
6
7
features :
7
8
- navigation.footer
8
9
- palette.toggle
9
10
- content.code.copy
10
11
palette :
11
12
# Palette toggle for automatic mode
12
13
- media : " (prefers-color-scheme)"
13
- primary : pink
14
+ scheme : default
15
+ primary : " pink"
14
16
toggle :
15
17
icon : material/brightness-auto
16
18
name : Switch to light mode
17
19
18
20
# Palette toggle for light mode
19
21
- media : " (prefers-color-scheme: light)"
20
22
scheme : default
21
- primary : pink
23
+ primary : " pink"
22
24
toggle :
23
25
icon : material/brightness-7
24
26
name : Switch to dark mode
25
27
26
28
# Palette toggle for dark mode
27
29
- media : " (prefers-color-scheme: dark)"
28
30
scheme : slate
29
- primary : pink
31
+ primary : " pink"
30
32
toggle :
31
33
icon : material/brightness-4
32
34
name : Switch to system preference
35
+ plugins :
36
+ - search
33
37
extra_css :
34
38
- assets/extra.css
35
39
markdown_extensions :
You can’t perform that action at this time.
0 commit comments