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 11# Examples
22
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.
2626Use ` @method(name="new_name") ` .
2727
2828Or use the dispatch function's [ methods
29- parameter] ( https://www. explodinglabs.com/jsonrpcserver/dispatch/#methods ) .
29+ parameter] ( https://explodinglabs.com/jsonrpcserver/dispatch/#methods ) .
3030
3131## How to get the response in other forms?
3232
Original file line number Diff line number Diff line change 1- ---
2- hide :
3- - toc
4- ---
5-
61<style >
72.md-content__inner h1 :first-of-type {
83 display : none ;
149_ Process incoming JSON-RPC requests in Python._
1510
1611Jump 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 )
1813
1914## Documentation
2015
Original file line number Diff line number Diff line change 11site_name : jsonrpcserver
2- site_url : https://www. explodinglabs.com/jsonrpcserver/
2+ site_url : https://explodinglabs.com/jsonrpcserver/
33repo_url : https://github.com/explodinglabs/jsonrpcserver
44theme :
55 name : material
6+ logo : assets/logo.png
67 features :
78 - navigation.footer
89 - palette.toggle
910 - content.code.copy
1011 palette :
1112 # Palette toggle for automatic mode
1213 - media : " (prefers-color-scheme)"
13- primary : pink
14+ scheme : default
15+ primary : " pink"
1416 toggle :
1517 icon : material/brightness-auto
1618 name : Switch to light mode
1719
1820 # Palette toggle for light mode
1921 - media : " (prefers-color-scheme: light)"
2022 scheme : default
21- primary : pink
23+ primary : " pink"
2224 toggle :
2325 icon : material/brightness-7
2426 name : Switch to dark mode
2527
2628 # Palette toggle for dark mode
2729 - media : " (prefers-color-scheme: dark)"
2830 scheme : slate
29- primary : pink
31+ primary : " pink"
3032 toggle :
3133 icon : material/brightness-4
3234 name : Switch to system preference
35+ plugins :
36+ - search
3337extra_css :
3438 - assets/extra.css
3539markdown_extensions :
You can’t perform that action at this time.
0 commit comments