Skip to content

Commit 6f32c7f

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 3ce5460 commit 6f32c7f

File tree

12 files changed

+112
-22
lines changed

12 files changed

+112
-22
lines changed

jsonrpcserver/404.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242

4343

4444

45+
<link rel="stylesheet" href="/jsonrpcserver/assets/extra.css">
46+
4547
<script>__md_scope=new URL("/jsonrpcserver/",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
4648

4749

jsonrpcserver/assets/extra.css

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
/* CSS custom properties replacing Sass variables */
2+
:root {
3+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
4+
"Segoe UI", "Liberation Sans", sans-serif;
5+
}
6+
7+
.md-content__inner {
8+
margin: 0;
9+
padding: 0;
10+
padding-bottom: 3rem;
11+
}
12+
13+
.md-typeset {
14+
p,
15+
ol,
16+
ul,
17+
h1,
18+
h2,
19+
h3,
20+
h4,
21+
h5,
22+
h6 {
23+
padding: 0 20px;
24+
color: black;
25+
}
26+
27+
/* Change header fonts */
28+
h1, h2, h3, h4, h5, h6 {
29+
font-weight: 700;
30+
font-style: normal;
31+
letter-spacing: -0.5px;
32+
line-height: 140%;
33+
}
34+
35+
h1 {
36+
font-size: 1.2rem;
37+
margin: 0.5em 0 1em 0;
38+
}
39+
40+
h2 {
41+
font-size: 1rem;
42+
margin: 1.5em 0 1.3em 0;
43+
}
44+
45+
h3 {
46+
font-size: 0.9rem;
47+
margin: 2em 0 1.1em 0;
48+
}
49+
50+
p, ul, ol, pre {
51+
font-size: 17px;
52+
}
53+
54+
pre {
55+
line-height: 140%;
56+
}
57+
58+
pre > code {
59+
padding-left: 20px;
60+
padding-right: 20px;
61+
}
62+
}
63+
64+
/* Target only the page title (first H1 in the article) */
65+
.md-content__inner.md-typeset h1:first-of-type {
66+
padding-left: 20px;
67+
}
68+
69+
.md-content__inner.md-typeset blockquote {
70+
background-color: #ffd;
71+
border-left: 0;
72+
border-radius: 5px;
73+
padding: 1px 0;
74+
}

jsonrpcserver/async/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010

11-
<link rel="canonical" href="https://explodinglabs.com/jsonrpcserver/async/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/jsonrpcserver/async/">
1212

1313

1414
<link rel="prev" href="../dispatch/">
@@ -48,6 +48,8 @@
4848

4949

5050

51+
<link rel="stylesheet" href="../assets/extra.css">
52+
5153
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
5254

5355

jsonrpcserver/dispatch/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010

11-
<link rel="canonical" href="https://explodinglabs.com/jsonrpcserver/dispatch/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/jsonrpcserver/dispatch/">
1212

1313

1414
<link rel="prev" href="../methods/">
@@ -48,6 +48,8 @@
4848

4949

5050

51+
<link rel="stylesheet" href="../assets/extra.css">
52+
5153
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
5254

5355

jsonrpcserver/examples/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010

11-
<link rel="canonical" href="https://explodinglabs.com/jsonrpcserver/examples/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/jsonrpcserver/examples/">
1212

1313

1414
<link rel="prev" href="../faq/">
@@ -46,6 +46,8 @@
4646

4747

4848

49+
<link rel="stylesheet" href="../assets/extra.css">
50+
4951
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
5052

5153

jsonrpcserver/faq/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010

11-
<link rel="canonical" href="https://explodinglabs.com/jsonrpcserver/faq/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/jsonrpcserver/faq/">
1212

1313

1414
<link rel="prev" href="../async/">
@@ -48,6 +48,8 @@
4848

4949

5050

51+
<link rel="stylesheet" href="../assets/extra.css">
52+
5153
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
5254

5355

jsonrpcserver/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010

11-
<link rel="canonical" href="https://explodinglabs.com/jsonrpcserver/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/jsonrpcserver/">
1212

1313

1414

@@ -46,6 +46,8 @@
4646

4747

4848

49+
<link rel="stylesheet" href="assets/extra.css">
50+
4951
<script>__md_scope=new URL(".",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
5052

5153

@@ -524,7 +526,7 @@ <h1>Home</h1>
524526
}
525527
</style>
526528

527-
<p><img alt="jsonrpcserver" src="images/logo.png" /></p>
529+
<p><img alt="jsonrpcserver" src="assets/logo.png" /></p>
528530
<p><em>Process incoming JSON-RPC requests in Python.</em></p>
529531
<p>Jump to:
530532
<a href="https://github.com/explodinglabs/jsonrpcserver">GitHub</a> | <a href="https://github.com/explodinglabs/jsonrpcserver/wiki">Community Wiki</a></p>

jsonrpcserver/installation/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010

11-
<link rel="canonical" href="https://explodinglabs.com/jsonrpcserver/installation/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/jsonrpcserver/installation/">
1212

1313

1414
<link rel="prev" href="..">
@@ -48,6 +48,8 @@
4848

4949

5050

51+
<link rel="stylesheet" href="../assets/extra.css">
52+
5153
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
5254

5355

jsonrpcserver/methods/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010

11-
<link rel="canonical" href="https://explodinglabs.com/jsonrpcserver/methods/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/jsonrpcserver/methods/">
1212

1313

1414
<link rel="prev" href="../installation/">
@@ -48,6 +48,8 @@
4848

4949

5050

51+
<link rel="stylesheet" href="../assets/extra.css">
52+
5153
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
5254

5355

0 commit comments

Comments
 (0)