Skip to content

Commit 827996e

Browse files
committed
✨[docs feat]移除了开发工具的部分内容
开发工具这部分访问量比较小,和整体内容出入比较大,所以移除了,会统一搭建一个站点放相关的文章。
1 parent d81d621 commit 827996e

File tree

89 files changed

+102
-2998
lines changed

Some content is hidden

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

89 files changed

+102
-2998
lines changed

README.md

+68-56
Large diffs are not rendered by default.

docs/.vuepress/config.ts

-17
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,6 @@ module.exports = defineHopeConfig({
1010
// 是否开启默认预加载 js
1111
shouldPrefetch: (file, type) => false,
1212
head: [
13-
// 百度站点验证
14-
["meta", { name: "baidu-site-verification", content: "code-IZvTs9l2OK" }],
15-
[
16-
"script",
17-
{ src: "https://cdn.jsdelivr.net/npm/react/umd/react.production.min.js" },
18-
],
19-
[
20-
"script",
21-
{
22-
src: "https://cdn.jsdelivr.net/npm/react-dom/umd/react-dom.production.min.js",
23-
},
24-
],
25-
["script", { src: "https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js" }],
26-
[
27-
"script",
28-
{ src: "https://cdn.jsdelivr.net/npm/@babel/standalone/babel.min.js" },
29-
],
3013
// 添加百度统计
3114
[
3215
"script", {},

docs/.vuepress/navbar.ts

-12
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,5 @@ export const navbarConfig = defineNavbarConfig([
1212
icon: "recommend",
1313
link: "https://www.yuque.com/docs/share/8a30ffb5-83f3-40f9-baf9-38de68b906dc",
1414
},
15-
{
16-
text: "开发工具",
17-
icon: "Tools",
18-
link: "/tools/",
19-
children: [
20-
{ text: "Java", icon: "java", link: "/tools/java/jadx/" },
21-
{ text: "Database", icon: "database", link: "/tools/database/chiner/" },
22-
{ text: "Git", icon: "git", link: "/tools/git/git-intro/" },
23-
{ text: "Docker", icon: "docker1", link: "/tools/docker/docker-intro/" },
24-
{ text: "IntelliJ IDEA", icon: "intellijidea", link: "/idea-tutorial/" },
25-
],
26-
},
2715
{ text: "关于作者", icon: "zuozhe", link: "/about-the-author/" },
2816
]);

docs/.vuepress/sidebar.ts

+22-68
Original file line numberDiff line numberDiff line change
@@ -25,36 +25,6 @@ export const sidebarConfig = defineSidebarConfig({
2525
],
2626
},
2727
],
28-
"/tools/": [
29-
{
30-
text: "Java",
31-
icon: "java",
32-
prefix: "java/",
33-
collapsable: false,
34-
children: ["jadx"],
35-
},
36-
{
37-
text: "Database",
38-
icon: "database",
39-
prefix: "database/",
40-
collapsable: false,
41-
children: ["chiner", "dbeaver", "screw", "datagrip"],
42-
},
43-
{
44-
text: "Git",
45-
icon: "git",
46-
prefix: "git/",
47-
collapsable: false,
48-
children: ["git-intro", "github-tips"],
49-
},
50-
{
51-
text: "Docker",
52-
icon: "docker1",
53-
prefix: "docker/",
54-
collapsable: false,
55-
children: ["docker-intro", "docker-in-action"],
56-
},
57-
],
5828
"/high-quality-technical-articles/": [
5929
{
6030
text: "练级攻略",
@@ -92,44 +62,6 @@ export const sidebarConfig = defineSidebarConfig({
9262
children: ["get-into-work-mode-quickly-when-you-join-a-company"],
9363
},
9464
],
95-
"/idea-tutorial/": [
96-
{
97-
text: "IDEA小技巧",
98-
icon: "tips",
99-
prefix: "idea-tips/",
100-
collapsable: false,
101-
children: [
102-
"idea-refractor-intro",
103-
"idea-plug-in-development-intro",
104-
"idea-source-code-reading-skills",
105-
],
106-
},
107-
{
108-
text: "IDEA插件推荐",
109-
icon: "chajian1",
110-
collapsable: false,
111-
prefix: "idea-plugins/",
112-
children: [
113-
"shortcut-key",
114-
"idea-themes",
115-
"improve-code",
116-
"interface-beautification",
117-
"camel-case",
118-
"code-glance",
119-
"code-statistic",
120-
"git-commit-template",
121-
"gson-format",
122-
"idea-features-trainer",
123-
"jclasslib",
124-
"maven-helper",
125-
"rest-devlop",
126-
"save-actions",
127-
"sequence-diagram",
128-
"translation",
129-
"others",
130-
],
131-
},
132-
],
13365
// 必须放在最后面
13466
"/": [
13567
{
@@ -340,6 +272,28 @@ export const sidebarConfig = defineSidebarConfig({
340272
},
341273
],
342274
},
275+
{
276+
text: "开发工具",
277+
icon: "Tools",
278+
prefix: "tools/",
279+
collapsable: true,
280+
children: [
281+
{
282+
text: "Git",
283+
icon: "git",
284+
prefix: "git/",
285+
collapsable: true,
286+
children: ["git-intro", "github-tips"],
287+
},
288+
{
289+
text: "Docker",
290+
icon: "docker1",
291+
prefix: "docker/",
292+
collapsable: true,
293+
children: ["docker-intro", "docker-in-action"],
294+
},
295+
],
296+
},
343297
{
344298
text: "系统设计",
345299
icon: "xitongsheji",

docs/.vuepress/themeConfig.ts

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export default defineThemeConfig({
4242
pwa: {
4343
favicon: "/favicon.ico",
4444
cachePic: true,
45-
cacheHTML: false,
4645
apple: {
4746
icon: "/assets/icon/apple-icon-152.png",
4847
statusBarColor: "black",

docs/idea-tutorial/idea-plugins/camel-case.md

-26
This file was deleted.

docs/idea-tutorial/idea-plugins/code-glance.md

-11
This file was deleted.

docs/idea-tutorial/idea-plugins/code-statistic.md

-39
This file was deleted.

docs/idea-tutorial/idea-plugins/git-commit-template.md

-19
This file was deleted.

docs/idea-tutorial/idea-plugins/gson-format.md

-34
This file was deleted.

docs/idea-tutorial/idea-plugins/idea-features-trainer.md

-17
This file was deleted.

0 commit comments

Comments
 (0)