forked from ZTL-UwU/shadcn-docs-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.config.ts
194 lines (194 loc) · 5.84 KB
/
app.config.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
export default defineAppConfig({
shadcnDocs: {
site: {
name: 'Một Niệm Vãng Sanh',
description: 'Tín - Nguyện - Hành',
ogImage: '/tin-nguyen-hanh.png',
},
theme: {
customizable: true,
color: 'zinc',
radius: 0.5,
},
header: {
title: 'Một Niệm Vãng Sanh',
showTitle: true,
logo: {
light: '/logo.svg',
dark: '/logo-dark.svg',
},
darkModeToggle: true,
nav: [
{
title: 'Hòa thượng',
links: [
{
title: 'HÒA THƯỢNG HƯ VÂN',
to: '/hu-van-nien-pho',
target: '_self',
},
{
title: 'LIÊN TÔNG THẬP TAM TỔ',
to: '/lien-tong-thap-tam-to',
target: '_self',
},
{
title: 'HÒA THƯỢNG TỊNH KHÔNG',
to: '/hoa-thuong-tinh-khong',
target: '_self',
},
{
title: 'THIỀN SƯ CHÍ CÔNG',
to: '/thien-su-chi-cong',
target: '_self',
},
],
},
{
title: 'Sách',
links: [
{
title: 'TỦ SÁCH TỊNH ĐỘ',
to: '/tu-sach-tinh-do',
target: '_self',
},
{
title: 'NIỆM PHẬT TÔNG YẾU',
to: '/niem-phat-tong-yeu',
description: '',
target: '_self',
},
{
title: 'THỌ KHANG BẢO GIÁM',
to: '/tho-khang-bao-giam',
description: '',
target: '_self',
},
{
title: 'LƯƠNG HOÀNG SÁM',
to: '/luong-hoang-sam',
description: '',
target: '_self',
},
{
title: 'SƠN AM TẠP LỤC',
to: '/son-am-tap-luc',
description: '',
target: '_self',
},
],
},
{
title: 'Video',
links: [
{
title: 'NHẬN THỨC PHẬT GIÁO',
to: '/nhan-thuc-phat-giao',
target: '_blank',
},
{
title: 'TRĂM NĂM HƯ VÂN LÃO HÒA THƯỢNG',
to: 'https://ph.tinhtong.vn/Home/Video/phim-tram-nam-hu-van-lao-hoa-thuong_00000f',
description: '',
target: '_blank',
},
{
title: 'NIỆM PHẬT THÀNH PHẬT',
to: '/niem-phat-thanh-phat',
description: '',
target: '_blank',
},
],
},
{
title: '48 NGUYỆN',
to: '/48-nguyen-cua-duc-phat-a-di-da',
target: '_blank',
},
{
title: 'THAM TỔ SƯ THIỀN',
to: 'https://patriarchalzen.quest/',
target: '_blank',
},
],
links: [
{
icon: 'lucide:download',
to: '/download-mp3',
target: '_blank',
},
{
icon: 'lucide:headphones',
to: 'https://ph.tinhtong.vn/Home/MP3?p=MP3*-+PS+Tinh+Khong',
target: '_blank',
},
{
icon: 'lucide:film',
to: 'https://ph.tinhtong.vn/Home/Videos',
target: '_blank',
},
],
},
aside: {
useLevel: true,
collapse: false,
},
main: {
breadCrumb: true,
showTitle: true,
codeCopyToast: true,
codeIcon: {
'package.json': 'vscode-icons:file-type-node',
'tsconfig.json': 'vscode-icons:file-type-tsconfig',
'.npmrc': 'vscode-icons:file-type-npm',
'.editorconfig': 'vscode-icons:file-type-editorconfig',
'.eslintrc': 'vscode-icons:file-type-eslint',
'.eslintrc.cjs': 'vscode-icons:file-type-eslint',
'.eslintignore': 'vscode-icons:file-type-eslint',
'eslint.config.js': 'vscode-icons:file-type-eslint',
'eslint.config.mjs': 'vscode-icons:file-type-eslint',
'eslint.config.cjs': 'vscode-icons:file-type-eslint',
'.gitignore': 'vscode-icons:file-type-git',
'yarn.lock': 'vscode-icons:file-type-yarn',
'.env': 'vscode-icons:file-type-dotenv',
'.env.example': 'vscode-icons:file-type-dotenv',
'.vscode/settings.json': 'vscode-icons:file-type-vscode',
'nuxt': 'vscode-icons:file-type-nuxt',
'.nuxtrc': 'vscode-icons:file-type-nuxt',
'.nuxtignore': 'vscode-icons:file-type-nuxt',
'nuxt.config.js': 'vscode-icons:file-type-nuxt',
'nuxt.config.ts': 'vscode-icons:file-type-nuxt',
'nuxt.schema.ts': 'vscode-icons:file-type-nuxt',
'tailwind.config.js': 'vscode-icons:file-type-tailwind',
'tailwind.config.ts': 'vscode-icons:file-type-tailwind',
'vue': 'vscode-icons:file-type-vue',
'ts': 'vscode-icons:file-type-typescript',
'tsx': 'vscode-icons:file-type-typescript',
'mjs': 'vscode-icons:file-type-js',
'cjs': 'vscode-icons:file-type-js',
'js': 'vscode-icons:file-type-js',
'jsx': 'vscode-icons:file-type-js',
'md': 'vscode-icons:file-type-markdown',
'mdc': 'vscode-icons:file-type-markdown',
'py': 'vscode-icons:file-type-python',
'npm': 'vscode-icons:file-type-npm',
'pnpm': 'vscode-icons:file-type-pnpm',
'npx': 'vscode-icons:file-type-npm',
'yarn': 'vscode-icons:file-type-yarn',
'bun': 'vscode-icons:file-type-bun',
'yml': 'vscode-icons:file-type-yaml',
'json': 'vscode-icons:file-type-json',
'terminal': 'lucide:terminal',
},
},
footer: {},
toc: {
enable: true,
title: 'On This Page',
},
search: {
enable: true,
inAside: false,
},
},
});