1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+
3
4
< head >
4
5
< meta charset ="UTF-8 ">
5
6
< title > chdb: embedded SQL OLAP Engine powered by ClickHouse</ title >
6
7
< meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 " />
7
8
< meta name ="description " content ="chdb: embedded SQL OLAP Engine powered by ClickHouse ">
8
9
< meta name ="viewport " content ="width=device-width, initial-scale=1.0, minimum-scale=1.0 ">
9
- < meta name ="keywords " content ="clickhouse,clickhouse-server,serverless,olap,database,slq,duckdb,chdb,python,nodejs,rust,go,binding,library,embedded database, in-process sql, embedded database ">
10
+ < meta name ="keywords "
11
+ content ="clickhouse,clickhouse-server,serverless,olap,database,slq,duckdb,chdb,python,nodejs,rust,go,binding,library,embedded database, in-process sql, embedded database ">
10
12
< meta name ="robots " content ="index, follow ">
11
13
< link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css ">
12
14
< link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/sidebar.min.css " />
13
15
< link rel ="icon " type ="image/png " sizes ="32x32 " href ="favicon-32x32.png ">
14
16
< link rel ="icon " type ="image/png " sizes ="16x16 " href ="favicon-16x16.png ">
15
- < link
16
- rel ="stylesheet "
17
- href ="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css "
18
- title ="docsify-darklight-theme "
19
- type ="text/css "
20
- />
17
+ < link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css "
18
+ title ="docsify-darklight-theme " type ="text/css " />
21
19
< link rel ="
stylesheet "
href ="
//cdn.jsdelivr.net/npm/@antonz/[email protected] /dist/snippet.css "
>
22
20
< style >
23
21
.sidebar-nav img : first-of-type {
24
22
max-width : 130px ;
25
23
}
24
+
26
25
.app {
27
- margin-top : 5 px ;
26
+ margin-top : 35 px ;
28
27
}
28
+
29
29
.sidebar {
30
- margin-top : 5 px ;
30
+ margin-top : 35 px ;
31
31
margin-left : 15px ;
32
32
max-width : 15rem ;
33
33
}
34
+
34
35
.sidebar li {
35
36
margin : 0px 0 ;
36
37
}
38
+
37
39
.content {
38
40
top : 0px ;
39
- padding-top : 5 px ;
41
+ padding-top : 35 px ;
40
42
left : 15rem ;
41
43
}
44
+
42
45
video {
43
46
max-width : 600px ;
44
47
}
48
+
45
49
img {
46
50
filter : var (--invert , 'invert(0%)' );
47
51
}
52
+
48
53
code {
49
- background : # ffffff ;
50
- color : # 000 ;
54
+ background : # ffffff ;
55
+ color : # 000 ;
51
56
}
57
+
52
58
: root {
53
- --sidebar-width : 15rem ;
59
+ --sidebar-width : 15rem ;
54
60
}
61
+
55
62
.headercontent {
56
63
color : # FFF ;
57
64
font-size : large;
58
65
}
66
+
59
67
.headercontent a {
60
68
color : # FFF ;
61
69
text-decoration : none;
62
70
}
71
+
72
+ .markdown-section {
73
+ padding : 0 15px 40px ;
74
+ }
75
+
63
76
# docsify-darklight-theme {
64
77
position : fixed;
65
78
right : 50px ;
66
- top : 40 px !important ;
79
+ top : 70 px !important ;
67
80
width : 35px ;
68
81
height : 35px ;
69
82
z-index : 9999999 ;
70
83
}
84
+
71
85
.github-corner svg {
72
86
height : 55px ;
73
87
width : 55px ;
88
+ fill : # 333 ;
89
+ z-index : 999999 ;
74
90
}
91
+
75
92
codapi-output pre {
76
- line-height : 1.2 !important ;
93
+ line-height : 1.2 !important ;
77
94
}
95
+
78
96
codapi-toolbar button {
79
97
background : url (https://doc.chdb.io/codapi_icon.png) no-repeat 5px center;
80
98
padding : 5px 5px 5px 27px ;
81
99
background-size : 15px 15px ;
82
100
color : # FFFFFF ;
83
101
background-color : # 000 ;
84
102
}
85
-
86
-
87
-
88
103
</ style >
89
104
</ head >
105
+
90
106
< body >
107
+ < div style ="position:fixed; height: 30px; background-color: #FF0; color: black; line-height: 30px;
108
+ text-align: center; width: 100%; z-index: 1; ">
109
+ < a href ="https://auxten.com/chdb-is-joining-clickhouse " target ="_blank " style ="color: #161600; ">
110
+ chDB joins the ClickHouse family. Read more ➡️
111
+ </ a >
112
+ </ div >
91
113
<!--
92
114
<div class="headercontent" style="position:fixed; top:0; height:50px; width: 100%; background: #000; color: #FFF; z-index: 9999; ">
93
115
<img src="chdb-snake-white.png" style="height: 50px;">
96
118
</div>
97
119
</div>
98
120
-->
99
- < div id ="app " style =" margin-top:30px; " > </ div >
121
+ < div id ="app "> </ div >
100
122
< script >
101
123
window . $docsify = {
102
124
// name: 'chdb',
128
150
} ,
129
151
plugins : [ ] ,
130
152
darklightTheme : {
131
- siteFont : "PT Sans" ,
132
- defaultTheme : 'dark' ,
133
- codeFontFamily : 'Roboto Mono, Monaco, courier, monospace' ,
134
- bodyFontSize : '17px' ,
135
- dark : {
136
- accent : '#42b983' ,
137
- toogleBackground : '#ffffff' ,
138
- background : '#091a28' ,
139
- textColor : '#b4b4b4' ,
140
- codeTextColor : '#525252' ,
141
- codeBackgroundColor : '#f7f5f5' ,
142
- borderColor : '#0d2538' ,
143
- blockQuoteColor : '#858585' ,
144
- highlightColor : '#d22778' ,
145
- sidebarSublink : '#b4b4b4' ,
146
- codeTypeColor : '#ffffff' ,
147
- coverBackground : 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)' ,
148
- toogleImage : 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/sun.svg)' ,
149
- invert : 'invert(100%)'
150
- } ,
151
- light : {
152
- accent : '#42b983' ,
153
- toogleBackground : '#091a28' ,
154
- background : '#ffffff' ,
155
- textColor : '#34495e' ,
156
- codeTextColor : '#525252' ,
157
- codeBackgroundColor : '#f8f8f8' ,
158
- borderColor : 'rgba(0, 0, 0, 0.07)' ,
159
- blockQuoteColor : '#858585' ,
160
- highlightColor : '#d22778' ,
161
- sidebarSublink : '#b4b4b4' ,
162
- codeTypeColor : '#091a28' ,
163
- coverBackground : 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)' ,
164
- toogleImage : 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/moon.svg)' ,
165
- invert : 'invert(0%)'
166
- }
153
+ siteFont : "PT Sans" ,
154
+ defaultTheme : 'dark' ,
155
+ codeFontFamily : 'Roboto Mono, Monaco, courier, monospace' ,
156
+ bodyFontSize : '17px' ,
157
+ dark : {
158
+ accent : '#42b983' ,
159
+ toogleBackground : '#ffffff' ,
160
+ background : '#091a28' ,
161
+ textColor : '#b4b4b4' ,
162
+ codeTextColor : '#525252' ,
163
+ codeBackgroundColor : '#f7f5f5' ,
164
+ borderColor : '#0d2538' ,
165
+ blockQuoteColor : '#858585' ,
166
+ highlightColor : '#d22778' ,
167
+ sidebarSublink : '#b4b4b4' ,
168
+ codeTypeColor : '#ffffff' ,
169
+ coverBackground : 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)' ,
170
+ toogleImage : 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/sun.svg)' ,
171
+ invert : 'invert(100%)'
172
+ } ,
173
+ light : {
174
+ accent : '#42b983' ,
175
+ toogleBackground : '#091a28' ,
176
+ background : '#ffffff' ,
177
+ textColor : '#34495e' ,
178
+ codeTextColor : '#525252' ,
179
+ codeBackgroundColor : '#f8f8f8' ,
180
+ borderColor : 'rgba(0, 0, 0, 0.07)' ,
181
+ blockQuoteColor : '#858585' ,
182
+ highlightColor : '#d22778' ,
183
+ sidebarSublink : '#b4b4b4' ,
184
+ codeTypeColor : '#091a28' ,
185
+ coverBackground : 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)' ,
186
+ toogleImage : 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/moon.svg)' ,
187
+ invert : 'invert(0%)'
167
188
}
189
+ }
168
190
}
169
191
</ script >
170
192
<!-- Docsify v4 -->
173
195
< script src ="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js "> </ script >
174
196
< script src ="//cdn.jsdelivr.net/npm/docsify-pagination/dist/docsify-pagination.min.js "> </ script >
175
197
< script src ="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js "> </ script >
176
-
198
+
177
199
< script src ="//cdn.jsdelivr.net/npm/docsify-prism@latest/dist/docsify-prism.min.js "> </ script >
178
200
< script src ="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-python.min.js "> </ script >
179
201
< script src ="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js "> </ script >
180
202
< script src ="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-go.min.js "> </ script >
181
203
< script src ="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-rust.min.js "> </ script >
182
204
< script src ="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-c.min.js "> </ script >
183
-
205
+
184
206
< script src ="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js "> </ script >
185
207
186
208
< script src ="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js " type ="text/javascript "> </ script >
187
209
188
210
<!-- Codapi -->
189
211
< script defer src ="
//cdn.jsdelivr.net/npm/@antonz/[email protected] /dist/snippet.js "
> </ script >
190
212
</ body >
191
- </ html >
213
+
214
+ </ html >
0 commit comments