Skip to content

Commit

Permalink
modify(docs): remanage folders and rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
dingyuqi committed Dec 17, 2024
1 parent c62253b commit c2111ac
Show file tree
Hide file tree
Showing 80 changed files with 36 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ export const zhNavbar = defineNavbarConfig([
{ text: '数据挖掘', link: '/dataMining/', icon: 'flat-color-icons:combo-chart' },
{ text: '论文笔记', link: '/paperNote/', icon: 'flat-color-icons:library' },
{ text: '编程设计', link: '/designModel/', icon: 'flat-color-icons:command-line' },
{ text: '面试题目', link: '/interview/', icon: 'flat-color-icons:faq' },
]
},
{
text: '更多',
icon: 'icon-park:more-two',
items:[
{ text: '网站资源', link: '/resource/', icon: 'flat-color-icons:link' },
{ text: '面试题目', link: '/interview/', icon: 'flat-color-icons:faq' },
]
}
])
Expand Down
9 changes: 7 additions & 2 deletions docs/.vuepress/notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import dataMining from './notes/zh/data-mining'
import paper from './notes/zh/paper'
import codeDesign from './notes/zh/code-design'
import interview from './notes/zh/interview'
import zhResource from './notes/zh/resource'
import enResource from './notes/en/resource'

/* =================== locale: zh-CN ======================= */

Expand All @@ -14,7 +16,8 @@ export const zhNotes = defineNotesConfig({
dataMining,
paper,
codeDesign,
interview
interview,
zhResource
]
})

Expand All @@ -23,6 +26,8 @@ export const zhNotes = defineNotesConfig({
export const enNotes = defineNotesConfig({
dir: 'en/notes',
link: '/en/',
notes: [],
notes: [
enResource
],
})

7 changes: 7 additions & 0 deletions docs/.vuepress/notes/en/resource.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineNoteConfig } from 'vuepress-theme-plume'

export default defineNoteConfig({
dir: 'resource',
link: '/resource/',
sidebar: 'auto'
})
2 changes: 1 addition & 1 deletion docs/.vuepress/notes/zh/code-design.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineNoteConfig } from 'vuepress-theme-plume'

export default defineNoteConfig({
dir: '3. 设计原则',
dir: '设计原则',
link: '/designModel/',
sidebar: 'auto'
})
6 changes: 3 additions & 3 deletions docs/.vuepress/notes/zh/data-mining.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
import { defineNoteConfig } from 'vuepress-theme-plume'

export default defineNoteConfig({
dir: '1. 数据挖掘',
dir: '数据挖掘',
link: '/dataMining/',
sidebar: [
'',
{
dir: '1. 数据',
dir: '数据',
text: '数据',
icon: 'mdi:database-outline',
collapsed: false,
items: 'auto',
},
{
dir: '2. 关联分析',
dir: '关联分析',
text: '关联分析',
icon: 'carbon:chart-relationship',
collapsed: false,
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/notes/zh/interview.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineNoteConfig } from 'vuepress-theme-plume'

export default defineNoteConfig({
dir: '4. 面试题目',
dir: '面试题目',
link: '/interview/',
sidebar: 'auto'
})
2 changes: 1 addition & 1 deletion docs/.vuepress/notes/zh/paper.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineNoteConfig } from 'vuepress-theme-plume'

export default defineNoteConfig({
dir: '2. 论文笔记',
dir: '论文笔记',
link: '/paperNote/',
sidebar: [
'',
Expand Down
7 changes: 7 additions & 0 deletions docs/.vuepress/notes/zh/resource.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineNoteConfig } from 'vuepress-theme-plume'

export default defineNoteConfig({
dir: '网站资源',
link: '/resource/',
sidebar: 'auto'
})
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ editLink: false
contributors: false
changelog: false
copyright: false
createTime: 2024/12/16 15:03:34
---
I will share here many valuable resources I have gathered in my work as well as excellent websites.

::: info If you have a good recommendation, welcome to leave a message!
:::


<LinkCard icon="cil:text-size" title="Textual Material" href="/en/resource/textual-material/" />
:::
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Textual Material
permalink: /en/resource/textual-material/
createTime: 2024/12/16 14:31:30
icon: cil:text-size
draft: true
externalLinkIcon: false
aside: false
Expand All @@ -10,7 +12,7 @@ editLink: false
contributors: false
changelog: false
copyright: false
createTime: 2024/12/16 14:31:30

---
I maintain a repository on GitHub for all the books and papers I used.

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ editLink: false
contributors: false
changelog: false
copyright: false
createTime: 2024/12/16 14:32:55
---
我将在此分享我工作中收集到的许多宝贵资源以及优秀的网站.

::: info 如果你有好的推荐, 欢迎留言!
:::

<LinkCard icon="cil:text-size" title="文本资料" href="/resource/textual-material/" />
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: 文本资料
permalink: /resource/textual-material/
createTime: 2024/12/16 14:31:30
icon: cil:text-size
draft: true
externalLinkIcon: false
aside: false
Expand All @@ -10,7 +12,6 @@ editLink: false
contributors: false
changelog: false
copyright: false
createTime: 2024/12/16 14:31:30
---
我在 GitHub 上建立了一个仓库, 用于保存我使用过的书籍以及论文.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c2111ac

Please sign in to comment.