Skip to content

Commit ec71cd9

Browse files
author
Exploding Labs Bot
committed
Update site from docs source repo
1 parent 0851d3d commit ec71cd9

File tree

10 files changed

+102
-16
lines changed

10 files changed

+102
-16
lines changed

jsonrpcclient/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="/jsonrpcclient/assets/extra.css">
46+
4547
<script>__md_scope=new URL("/jsonrpcclient/",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

jsonrpcclient/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+
}

jsonrpcclient/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/jsonrpcclient/examples/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/jsonrpcclient/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

jsonrpcclient/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/jsonrpcclient/faq/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/jsonrpcclient/faq/">
1212

1313

1414
<link rel="prev" href="../responses/">
@@ -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

jsonrpcclient/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/jsonrpcclient/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/jsonrpcclient/">
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

@@ -474,7 +476,7 @@ <h1>Home</h1>
474476
}
475477
</style>
476478

477-
<p><img alt="jsonrpcclient" src="images/logo.png" /></p>
479+
<p><img alt="jsonrpcclient" src="assets/logo.png" /></p>
478480
<p><em>Generate JSON-RPC requests and parse responses in Python.</em></p>
479481
<p>Jump to:
480482
<a href="https://github.com/explodinglabs/jsonrpcclient">GitHub</a> |

jsonrpcclient/requests/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/jsonrpcclient/requests/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/jsonrpcclient/requests/">
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

jsonrpcclient/responses/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/jsonrpcclient/responses/">
11+
<link rel="canonical" href="https://www.explodinglabs.com/jsonrpcclient/responses/">
1212

1313

1414
<link rel="prev" href="../requests/">
@@ -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

jsonrpcclient/sitemap.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
4-
<loc>https://explodinglabs.com/jsonrpcclient/</loc>
5-
<lastmod>2025-07-12</lastmod>
4+
<loc>https://www.explodinglabs.com/jsonrpcclient/</loc>
5+
<lastmod>2025-07-17</lastmod>
66
</url>
77
<url>
8-
<loc>https://explodinglabs.com/jsonrpcclient/examples/</loc>
9-
<lastmod>2025-07-12</lastmod>
8+
<loc>https://www.explodinglabs.com/jsonrpcclient/examples/</loc>
9+
<lastmod>2025-07-17</lastmod>
1010
</url>
1111
<url>
12-
<loc>https://explodinglabs.com/jsonrpcclient/faq/</loc>
13-
<lastmod>2025-07-12</lastmod>
12+
<loc>https://www.explodinglabs.com/jsonrpcclient/faq/</loc>
13+
<lastmod>2025-07-17</lastmod>
1414
</url>
1515
<url>
16-
<loc>https://explodinglabs.com/jsonrpcclient/requests/</loc>
17-
<lastmod>2025-07-12</lastmod>
16+
<loc>https://www.explodinglabs.com/jsonrpcclient/requests/</loc>
17+
<lastmod>2025-07-17</lastmod>
1818
</url>
1919
<url>
20-
<loc>https://explodinglabs.com/jsonrpcclient/responses/</loc>
21-
<lastmod>2025-07-12</lastmod>
20+
<loc>https://www.explodinglabs.com/jsonrpcclient/responses/</loc>
21+
<lastmod>2025-07-17</lastmod>
2222
</url>
2323
</urlset>

jsonrpcclient/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)