Skip to content

Commit 32cd9fa

Browse files
committed
Deployed d9dea15 to v2 with MkDocs 1.6.1 and mike 1.1.2
1 parent f043221 commit 32cd9fa

File tree

170 files changed

+21360
-41068
lines changed

Some content is hidden

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

170 files changed

+21360
-41068
lines changed

v2/404.html

Lines changed: 186 additions & 333 deletions
Large diffs are not rendered by default.

v2/changelog/index.html

Lines changed: 289 additions & 5077 deletions
Large diffs are not rendered by default.

v2/contact/index.html

Lines changed: 186 additions & 333 deletions
Large diffs are not rendered by default.

v2/css/extra.css

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,91 @@
139139
.md-nav--primary .md-nav__title .md-logo {
140140
display: none;
141141
}
142+
143+
/* 不添加额外样式的图片样式 */
144+
.md-content .original img:not(.browser-mockup img) {
145+
display: block;
146+
border: none;
147+
box-shadow: none;
148+
}
149+
150+
/* 不添加浏览器导航栏的图片样式 */
151+
.md-content img:not(.browser-mockup img) {
152+
display: block;
153+
box-shadow: 0 0.1em .5em 0 rgba(0, 0, 0, 0.4);
154+
border: none;
155+
border-radius: 4px;
156+
}
157+
158+
.browser-mockup.none {
159+
border-top: 0;
160+
border-radius: 4px;
161+
}
162+
163+
.browser-mockup.none img {
164+
border-radius: 4px;
165+
}
166+
167+
.browser-mockup.none:before {
168+
display: none;
169+
}
170+
171+
/* 添加浏览器导航栏的图片样式 */
172+
.browser-mockup {
173+
border-top: 2em solid rgba(230, 230, 230, 0.8);
174+
box-shadow: 0 0.1em .5em 0 rgba(0, 0, 0, 0.4);
175+
position: relative;
176+
border-radius: 4px 4px 4px 4px;
177+
max-width: 1200px;
178+
margin: 0 auto;
179+
}
180+
181+
.browser-mockup:before {
182+
display: block;
183+
position: absolute;
184+
content: '';
185+
top: -1.25em;
186+
left: 1em;
187+
width: 0.5em;
188+
height: 0.5em;
189+
border-radius: 50%;
190+
background-color: #f44;
191+
box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5;
192+
}
193+
194+
.browser-mockup.with-tab:after {
195+
display: block;
196+
position: absolute;
197+
content: '';
198+
top: -2em;
199+
left: 5.5em;
200+
width: 20%;
201+
height: 0em;
202+
border-bottom: 2em solid white;
203+
border-left: 0.8em solid transparent;
204+
border-right: 0.8em solid transparent;
205+
}
206+
207+
.browser-mockup.with-url:after {
208+
display: block;
209+
position: absolute;
210+
content: '';
211+
top: -1.6em;
212+
left: 5.5em;
213+
width: calc(100% - 6em);
214+
height: 1.2em;
215+
border-radius: 2px;
216+
background-color: white;
217+
}
218+
219+
.browser-mockup>* {
220+
display: block;
221+
}
222+
223+
.browser-mockup>img {
224+
border-radius: 4px 4px 4px 4px;
225+
}
226+
227+
.browser-mockup>a {
228+
line-height: 0;
229+
}

v2/dev_manual/api_manual/index.html

Lines changed: 0 additions & 3502 deletions
This file was deleted.

v2/dev_manual/dev_manual/index.html

Lines changed: 0 additions & 3504 deletions
This file was deleted.

v2/dev_manual/go_build.png

-65.5 KB
Binary file not shown.

v2/dev_manual/open.png

-28.8 KB
Binary file not shown.

v2/dev_manual/start.png

-166 KB
Binary file not shown.

0 commit comments

Comments
 (0)