-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.config.ts
More file actions
51 lines (51 loc) · 1.2 KB
/
app.config.ts
File metadata and controls
51 lines (51 loc) · 1.2 KB
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
export default defineAppConfig({
docus: {
title: "Codedog",
description:
"Codedog is an AI powered code review assistant. Codedog helps you and your team automate the generation of merge request summaries and reviews.",
image: "",
url: "https://www.codedog.ai",
layout: "default",
socials: {
github: "codedog-ai/codedog",
discord: {
label: "Join Codedog community on Discord",
href: "https://discord.gg/qDWpB27jeg",
icon: "ph:discord-logo-fill",
rel: "noopener",
},
},
aside: {
level: 1,
exclude: [],
collapsed: false,
},
header: {
logo: false,
showLinkIcon: true,
},
footer: {
credits: {
icon: "",
text: "",
href: "",
},
iconLinks: [],
textLinks: [
{
text: '2023 Codedog',
href: 'https://www.codedog.ai',
target: '_blank',
rel: 'noopener'
},
{
text: 'Privacy Policy',
href: 'https://www.freeprivacypolicy.com/live/d151dd2a-ffda-4037-8061-7e62c06a0595',
target: '_blank',
rel: 'noopener'
}
],
fluid: false,
},
},
});