Skip to content

Commit af497d9

Browse files
committed
Modified _sidebar.md
Modified index.html Missing zh-cn/images/1.png Missing zh-cn/images/2.png Missing zh-cn/section1.md Missing zh-cn/section10.md Missing zh-cn/section11.md Missing zh-cn/section2.md Missing zh-cn/section3.md Missing zh-cn/section4.md Missing zh-cn/section5.md Missing zh-cn/section6.md Missing zh-cn/section7.md Missing zh-cn/section8.md Missing zh-cn/section9.md
1 parent eca45d8 commit af497d9

15 files changed

+12
-1298
lines changed

_sidebar.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!-- docs/_sidebar.md -->
22
* [关于]()
3-
* [数据类型](zh-cn/section1)
4-
* [String](zh-cn/section2)
5-
* [运算](zh-cn/section3)
6-
* [关键字](zh-cn/section4)
7-
* [Object通用方法](zh-cn/section5)
8-
* [继承](zh-cn/section6)
9-
* [反射](zh-cn/section7)
10-
* [异常](zh-cn/section8)
11-
* [泛型](zh-cn/section9)
12-
* [注解](zh-cn/section10)
13-
* [特性](zh-cn/section11)
3+
* [数据类型](section1)
4+
* [String](section2)
5+
* [运算](section3)
6+
* [关键字](section4)
7+
* [Object通用方法](section5)
8+
* [继承](section6)
9+
* [反射](section7)
10+
* [异常](section8)
11+
* [泛型](section9)
12+
* [注解](section10)
13+
* [特性](section11)

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
language:'chinese'
3535
},
3636
plugins: [
37-
EditOnGithubPlugin.create("https://github.com/wemanclh/JavaBasic/edit/main/", null, "在Github上编辑")
37+
EditOnGithubPlugin.create("https://github.com/wemanclh/JavaBasic/blob/master/", null, "在Github上编辑")
3838
],
3939
loadSidebar: true,
4040
subMaxLevel: 2,

zh-cn/images/1.png

-29.6 KB
Binary file not shown.

zh-cn/images/2.png

-49.7 KB
Binary file not shown.

zh-cn/section1.md

-104
This file was deleted.

zh-cn/section10.md

-5
This file was deleted.

zh-cn/section11.md

-43
This file was deleted.

zh-cn/section2.md

-155
This file was deleted.

0 commit comments

Comments
 (0)