Skip to content

Commit 573f607

Browse files
committed
Rename "Community Wiki" to "Developer Wiki" or just Wiki
1 parent 0213b73 commit 573f607

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

docs/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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).

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ since there's no http body, use status code 204 - no content.
2626
Use `@method(name="new_name")`.
2727

2828
Or 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

docs/index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
hide:
3-
- toc
4-
---
5-
61
<style>
72
.md-content__inner h1:first-of-type {
83
display: none;
@@ -14,7 +9,7 @@ hide:
149
_Process incoming JSON-RPC requests in Python._
1510

1611
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)
1813

1914
## Documentation
2015

mkdocs.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,39 @@
11
site_name: jsonrpcserver
2-
site_url: https://www.explodinglabs.com/jsonrpcserver/
2+
site_url: https://explodinglabs.com/jsonrpcserver/
33
repo_url: https://github.com/explodinglabs/jsonrpcserver
44
theme:
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
3337
extra_css:
3438
- assets/extra.css
3539
markdown_extensions:

0 commit comments

Comments
 (0)