Skip to content

Commit 8f47851

Browse files
committed
misc
1 parent 2843bbb commit 8f47851

File tree

2 files changed

+11
-50
lines changed

2 files changed

+11
-50
lines changed

docs/.vitepress/cache/deps/_metadata.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"hash": "987d4313",
3-
"configHash": "dc567159",
4-
"lockfileHash": "41d153c2",
5-
"browserHash": "82d62491",
2+
"hash": "02aaf7db",
3+
"configHash": "ad92dfca",
4+
"lockfileHash": "6cd41986",
5+
"browserHash": "32e4992c",
66
"optimized": {
77
"vue": {
88
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
99
"file": "vue.js",
10-
"fileHash": "d158ec23",
10+
"fileHash": "f5ca9e97",
1111
"needsInterop": false
1212
},
1313
"vitepress > @vue/devtools-api": {
1414
"src": "../../../../node_modules/@vue/devtools-api/dist/index.js",
1515
"file": "vitepress___@vue_devtools-api.js",
16-
"fileHash": "c2dd3e35",
16+
"fileHash": "95dff122",
1717
"needsInterop": false
1818
},
1919
"vitepress > @vueuse/core": {
2020
"src": "../../../../node_modules/@vueuse/core/index.mjs",
2121
"file": "vitepress___@vueuse_core.js",
22-
"fileHash": "aa24fae3",
22+
"fileHash": "1fb39953",
2323
"needsInterop": false
2424
},
2525
"vitepress > @vueuse/integrations/useFocusTrap": {
2626
"src": "../../../../node_modules/@vueuse/integrations/useFocusTrap.mjs",
2727
"file": "vitepress___@vueuse_integrations_useFocusTrap.js",
28-
"fileHash": "f23d237f",
28+
"fileHash": "617f2a91",
2929
"needsInterop": false
3030
},
3131
"vitepress > mark.js/src/vanilla.js": {
3232
"src": "../../../../node_modules/mark.js/src/vanilla.js",
3333
"file": "vitepress___mark__js_src_vanilla__js.js",
34-
"fileHash": "d78cc1df",
34+
"fileHash": "0b71da27",
3535
"needsInterop": false
3636
},
3737
"vitepress > minisearch": {
3838
"src": "../../../../node_modules/minisearch/dist/es/index.js",
3939
"file": "vitepress___minisearch.js",
40-
"fileHash": "ffa68889",
40+
"fileHash": "0f3cee6f",
4141
"needsInterop": false
4242
}
4343
},

docs/.vitepress/config.ts

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99

1010
themeConfig: {
1111
logo: "/logo.png",
12-
siteTitle: "Comfort HRM",
12+
siteTitle: "",
1313
search: {
1414
provider: "local",
1515
},
@@ -18,15 +18,6 @@ export default {
1818
{ text: "Job", link: "/comfortjob/" },
1919
{ text: "Resume", link: "/comfortresume/" },
2020
{ text: "Job Application", link: "/comfortjobapp/" },
21-
// {
22-
// // Dropdown Menu
23-
// text: "Changelog",
24-
// items: [
25-
// { text: "v0.0.1", link: "/item-1" },
26-
// { text: "v0.0.2", link: "/item-2" },
27-
// { text: "v0.0.3", link: "/item-3" },
28-
// ],
29-
// },
3021
],
3122
//Social Icons
3223
socialLinks: [
@@ -93,37 +84,7 @@ export default {
9384
],
9485
},
9586
],
96-
9787
},
98-
99-
100-
//Sidebar
101-
// sidebar: [
102-
// {
103-
// text: "Section A",
104-
// collapsible: true,
105-
// items: [
106-
// { text: "Introduction", link: "/introduction" },
107-
// { text: "Getting Started", link: "/getting-started" },
108-
// ],
109-
// },
110-
// {
111-
// text: "Section B",
112-
// collapsible: false,
113-
// items: [
114-
// { text: "Introduction", link: "/introduction" },
115-
// { text: "Getting Started", link: "/getting-started" },
116-
// ],
117-
// },
118-
// {
119-
// text: "Section C",
120-
// collapsible: true,
121-
// items: [
122-
// { text: "Introduction", link: "/introduction" },
123-
// { text: "Getting Started", link: "/getting-started" },
124-
// ],
125-
// },
126-
// ],
12788
// you can disable the previous and next page here
12889
docFooter: {
12990
prev: 'Previous',

0 commit comments

Comments
 (0)