Files
msty-docs/app.config.ts
T
2024-07-10 09:56:44 -04:00

66 lines
1.3 KiB
TypeScript

export default defineAppConfig({
shadcnDocs: {
site: {
name: "Msty Docs",
description:
"Get started with guides and resources to maximize your conversational AI experience with Msty.",
},
theme: {
customizable: false,
color: "blue",
radius: 0.5,
},
header: {
title: "Msty Docs",
showTitle: true,
darkModeToggle: true,
logo: {
light: "/icon.svg",
dark: "/icon.svg",
},
nav: [],
links: [
// {
// icon: "tabler:brand-github",
// to: "https://github.com/CloudStack-LLC/msty-docs",
// target: "_blank",
// },
],
},
aside: {
useLevel: true,
collapse: false,
},
main: {
breadCrumb: true,
showTitle: true,
},
footer: {
credits: "Copyright © 2024. CloudStack, LLC",
links: [
{
icon: "ph:cube",
to: "https://msty.app?ref=docs",
target: "_blank",
},
],
},
toc: {
enable: false,
title: "On This Page",
links: [
{
title: "Star on GitHub",
icon: "solar:star-linear",
to: "https://github.com/CloudStack-LLC/msty-docs",
target: "_blank",
},
],
},
search: {
enable: true,
inAside: false,
},
},
});