Skip to content

Commit bd38d39

Browse files
committed
init
1 parent a1ee45c commit bd38d39

File tree

23,744 files changed

+2271747
-4
lines changed

Some content is hidden

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

23,744 files changed

+2271747
-4
lines changed

.cache/md/about/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!--
2+
title: 关于
3+
sort: 2
4+
-->
5+
6+
这是一个文档生成工具,用于生成文档网站或简单的博客网站,你可以放到项目中依赖,也可以单独使用,更轻松的制作一个网站或者文档网站。

.cache/md/about___README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!--
2+
title: 关于
3+
sort: 2
4+
-->
5+
6+
这是一个文档生成工具,用于生成文档网站或简单的博客网站,你可以放到项目中依赖,也可以单独使用,更轻松的制作一个网站或者文档网站。

.cache/md/faq/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!--
2+
title: 常见问题
3+
sort: 2
4+
-->
5+
6+
这里可以问一些常见问题。
7+
8+
1. 是否支持 Markdown 中写代码?
9+
10+
> 支持在 Markdown 中写HTML、CSS。
11+
12+
2. 文档是否支持目录层级?
13+
14+
> 支持菜单无线层级,在文件夹中建立文件夹,相对应建立 `README.md`
15+
16+
3. 新增文件不能热加载,监听文件变化?
17+
18+
> 新增一个 `Markdown` 文件是支持热加载的,需要如下步骤:
19+
> - 添加完成之后必须 `Markdown` 文件不能为空。
20+
> - 如果只是添加注释配置或者空格,一样视为空。
21+
> - 在其它已加载的 `Markdown` 文件中保存一下。

.cache/md/faq___README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!--
2+
title: 常见问题
3+
sort: 2
4+
-->
5+
6+
这里可以问一些常见问题。
7+
8+
1. 是否支持 Markdown 中写代码?
9+
10+
> 支持在 Markdown 中写HTML、CSS。
11+
12+
2. 文档是否支持目录层级?
13+
14+
> 支持菜单无线层级,在文件夹中建立文件夹,相对应建立 `README.md`
15+
16+
3. 新增文件不能热加载,监听文件变化?
17+
18+
> 新增一个 `Markdown` 文件是支持热加载的,需要如下步骤:
19+
> - 添加完成之后必须 `Markdown` 文件不能为空。
20+
> - 如果只是添加注释配置或者空格,一样视为空。
21+
> - 在其它已加载的 `Markdown` 文件中保存一下。

.cache/md/github/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!--
2+
github: https://github.com/zerotoneorg/Java-Generics-and-Collections
3+
sort: 4
4+
-->

.cache/md/github___README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!--
2+
github: https://github.com/zerotoneorg/Java-Generics-and-Collections
3+
sort: 4
4+
-->

.cache/md/home/README.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
<!--
2+
title: Java 泛型与集合
3+
layout: IndexLayout
4+
visible: true
5+
-->
6+
7+
<style>
8+
body, html { background: #fff; }
9+
.markdown{ padding: 0 20px; }
10+
.jumbotron {
11+
position: absolute;
12+
background-color: #383838;
13+
top: 56px;
14+
left: 0;
15+
right: 0;
16+
padding-top: 80px;
17+
min-height: 380px;
18+
color: #c1c1c1;
19+
}
20+
.jumbotron-block { min-height: 400px; }
21+
.jumbotron-warpper {
22+
max-width: 1200px;
23+
padding: 0 30px;
24+
margin: 0 auto;
25+
}
26+
.jumbotron-title {
27+
font-size: 30px;
28+
font-weight: bold;
29+
padding-bottom: 20px;
30+
}
31+
.jumbotron-des {
32+
font-size: 1.25rem;
33+
line-height: 1.5;
34+
font-weight: 300;
35+
margin-bottom: 30px;
36+
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
37+
}
38+
.jumbotron .jumbotron-btn {
39+
display: inline-block;
40+
color: #333;
41+
font-weight: 400;
42+
text-align: center;
43+
white-space: nowrap;
44+
vertical-align: middle;
45+
user-select: none;
46+
background-color: #fff;
47+
padding: .375rem .75rem;
48+
font-size: 1rem;
49+
line-height: 1.5;
50+
border-radius: .25rem;
51+
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
52+
}
53+
.jumbotron-btn:hover {
54+
background-color: #bbb;
55+
color: #333;
56+
}
57+
.jumbotron-btn:focus {
58+
outline: 0;
59+
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
60+
}
61+
</style>
62+
<div class="jumbotron">
63+
<div class="jumbotron-warpper">
64+
<div class="jumbotron-title">Java 泛型与集合 </div>
65+
<div class="jumbotron-des">Java 泛型与集合</div>
66+
<a class="jumbotron-btn" href="#/introduce/init-project">快速开始</a>
67+
</div>
68+
</div>
69+
<div class="jumbotron-block"> </div>
70+
71+
测试首页内容

.cache/md/home___README.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
<!--
2+
title: Java 泛型与集合
3+
layout: IndexLayout
4+
visible: true
5+
-->
6+
7+
<style>
8+
body, html { background: #fff; }
9+
.markdown{ padding: 0 20px; }
10+
.jumbotron {
11+
position: absolute;
12+
background-color: #383838;
13+
top: 56px;
14+
left: 0;
15+
right: 0;
16+
padding-top: 80px;
17+
min-height: 380px;
18+
color: #c1c1c1;
19+
}
20+
.jumbotron-block { min-height: 400px; }
21+
.jumbotron-warpper {
22+
max-width: 1200px;
23+
padding: 0 30px;
24+
margin: 0 auto;
25+
}
26+
.jumbotron-title {
27+
font-size: 30px;
28+
font-weight: bold;
29+
padding-bottom: 20px;
30+
}
31+
.jumbotron-des {
32+
font-size: 1.25rem;
33+
line-height: 1.5;
34+
font-weight: 300;
35+
margin-bottom: 30px;
36+
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
37+
}
38+
.jumbotron .jumbotron-btn {
39+
display: inline-block;
40+
color: #333;
41+
font-weight: 400;
42+
text-align: center;
43+
white-space: nowrap;
44+
vertical-align: middle;
45+
user-select: none;
46+
background-color: #fff;
47+
padding: .375rem .75rem;
48+
font-size: 1rem;
49+
line-height: 1.5;
50+
border-radius: .25rem;
51+
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
52+
}
53+
.jumbotron-btn:hover {
54+
background-color: #bbb;
55+
color: #333;
56+
}
57+
.jumbotron-btn:focus {
58+
outline: 0;
59+
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
60+
}
61+
</style>
62+
<div class="jumbotron">
63+
<div class="jumbotron-warpper">
64+
<div class="jumbotron-title">Java 泛型与集合 </div>
65+
<div class="jumbotron-des">Java 泛型与集合</div>
66+
<a class="jumbotron-btn" href="#/introduce/init-project">快速开始</a>
67+
</div>
68+
</div>
69+
<div class="jumbotron-block"> </div>
70+
71+
测试首页内容

.cache/md/introduce/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!--
2+
title: 指南
3+
sort: 1
4+
redirect: init-project
5+
-->
6+

.cache/md/introduce/api/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!--
2+
title: API
3+
sort: 4
4+
-->

0 commit comments

Comments
 (0)