-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.config.ts
55 lines (47 loc) · 1.08 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
export default defineAppConfig({
docus: {
title: 'CSS - O\'zbek tilida',
description: 'CSS veb-texnologiyasini o\'rganish uchun eng yaxshi joy.',
image: 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png',
socials: {
twitter: 'nuxt_js',
github: 'nuxt-themes/docus',
nuxt: {
label: 'Nuxt',
icon: 'simple-icons:nuxtdotjs',
href: 'https://nuxt.com'
}
},
github: {
dir: '.starters/default/content',
branch: 'main',
repo: 'docus',
owner: 'nuxt-themes',
edit: true
},
aside: {
level: 0,
collapsed: false,
exclude: []
},
main: {
padded: true,
fluid: true
},
header: {
logo: false,
showLinkIcon: true,
exclude: [],
fluid: true,
title: 'CSS - O\'zbek tilida'
},
footer: {
credits: {
text: 'Created by Otabek Sadiridinov',
href: 'https://css.nuxt.space'
},
fluid: true
},
titleTemplate: '%s · CSS (O\'zbek tilida)'
}
})