File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ _Generate JSON-RPC requests and parse responses in Python._
1010
1111Jump to:
1212[ GitHub] ( https://github.com/explodinglabs/jsonrpcclient ) |
13- [ Community Wiki] ( https://github.com/explodinglabs/jsonrpcclient/wiki )
13+ [ Developer Wiki] ( https://github.com/explodinglabs/jsonrpcclient/wiki )
1414
1515``` sh
1616pip install jsonrpcclient
Original file line number Diff line number Diff line change 11site_name : jsonrpcclient
2- site_url : https://www. explodinglabs.com/jsonrpcclient/
2+ site_url : https://explodinglabs.com/jsonrpcclient/
33repo_url : https://github.com/explodinglabs/jsonrpcclient
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)"
14+ scheme : default
15+ primary : " indigo"
1316 toggle :
1417 icon : material/brightness-auto
1518 name : Switch to light mode
1619
1720 # Palette toggle for light mode
1821 - media : " (prefers-color-scheme: light)"
1922 scheme : default
23+ primary : " indigo"
2024 toggle :
2125 icon : material/brightness-7
2226 name : Switch to dark mode
2327
2428 # Palette toggle for dark mode
2529 - media : " (prefers-color-scheme: dark)"
2630 scheme : slate
31+ primary : " indigo"
2732 toggle :
2833 icon : material/brightness-4
2934 name : Switch to system preference
35+ plugins :
36+ - search
3037extra_css :
3138 - assets/extra.css
3239markdown_extensions :
You can’t perform that action at this time.
0 commit comments