Skip to content

Commit ad3e18f

Browse files
committed
2 parents da88296 + 2d1d09d commit ad3e18f

File tree

125 files changed

+2736
-1865
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+2736
-1865
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: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
:root {
2+
/* ✅ Fonts */
3+
--md-text-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
4+
"Segoe UI", "Liberation Sans", sans-serif;
5+
--md-code-font: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono",
6+
Menlo, Consolas, monospace;
7+
8+
/* ✅ Light Mode Text Colors */
9+
--md-default-fg-color: #111;
10+
}
11+
12+
[data-md-color-scheme="slate"] {
13+
/* ✅ Dark Mode Text Colors */
14+
--md-default-fg-color: #e9e9e9;
15+
}
16+
17+
/* Fix a horizontal scroll isue */
18+
.md-typeset * {
19+
margin-left: 0 !important;
20+
margin-right: 0 !important;
21+
}
22+
23+
.md-typeset {
24+
margin-left: 0 !important;
25+
margin-right: 0 !important;
26+
27+
p,
28+
h1,
29+
h2,
30+
h3,
31+
h4,
32+
h5,
33+
h6 {
34+
margin: 0;
35+
padding: 0;
36+
padding-left: 20px;
37+
padding-right: 20px;
38+
}
39+
40+
/* Change header fonts */
41+
h1, h2, h3, h4, h5, h6 {
42+
font-weight: 700;
43+
font-style: normal;
44+
letter-spacing: -0.5px;
45+
line-height: 140%;
46+
}
47+
48+
h1 {
49+
color: var(--md-default-fg-color);
50+
font-size: 1.2rem;
51+
margin-bottom: 1em;
52+
}
53+
54+
h2 {
55+
font-size: 1rem;
56+
}
57+
58+
h3 {
59+
font-size: 0.9rem;
60+
}
61+
62+
p, ul, ol, pre {
63+
font-size: 17px;
64+
margin-top: 1em;
65+
margin-bottom: 1em;
66+
}
67+
68+
ul, ol {
69+
margin-left: 3rem;
70+
padding-left: 3rem;
71+
}
72+
73+
blockquote {
74+
border-left: 0 !important;
75+
border-radius: 0;
76+
margin: 0;
77+
margin-bottom: 1em;
78+
padding: 1px;
79+
background-color: rgba(255, 87, 34, 0.05);
80+
81+
[data-md-color-scheme="slate"] {
82+
background-color: rgba(255, 204, 0, 0.1);
83+
}
84+
}
85+
86+
pre {
87+
line-height: 150%;
88+
}
89+
pre > code {
90+
padding-left: 20px;
91+
}
92+
}
93+
94+
.md-content__inner {
95+
/* Target only the page title (first H1 in the article) */
96+
.md-typeset {
97+
h1:first-of-type {
98+
padding-left: 20px;
99+
}
100+
}
101+
}
102+
103+
article {
104+
padding-bottom: 3rem;
105+
}
106+

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)