diff --git a/app.config.ts b/app.config.ts index 332bb28..abe572c 100644 --- a/app.config.ts +++ b/app.config.ts @@ -1,63 +1,63 @@ export default defineAppConfig({ shadcnDocs: { site: { - name: 'shadcn-docs-nuxt', - description: 'Beautifully designed Nuxt Content template built with shadcn-vue. Customizable. Compatible. Open Source.', + name: "Msty Studio Docs", + description: + "Get started with guides and resources to maximize your conversational AI experience with Msty Studio.", }, theme: { - customizable: true, - color: 'zinc', + customizable: false, + color: "blue", radius: 0.5, }, header: { - title: 'shadcn-docs-starter', + title: "Msty Studio Docs", showTitle: true, darkModeToggle: true, logo: { - light: '/logo.svg', - dark: '/logo-dark.svg', + light: "/icon.svg", + dark: "/icon.svg", }, nav: [], - links: [{ - icon: 'lucide:github', - to: 'https://github.com/ZTL-UwU/shadcn-docs-nuxt', - target: '_blank', - }], + links: [ + { + icon: "tabler:brand-github", + to: "https://github.com/cloudstack-llc/msty-studio-docs", + target: "_blank", + }, + ], }, aside: { - useLevel: true, - collapse: false, + useLevel: false, }, main: { breadCrumb: true, showTitle: true, }, footer: { - credits: 'Copyright © 2024', - links: [{ - icon: 'lucide:github', - to: 'https://github.com/ZTL-UwU/shadcn-docs-nuxt', - target: '_blank', - }], + credits: "CloudStack, LLC", + links: [ + { + icon: "ph:cube", + to: "https://msty.app?ref=docs", + target: "_blank", + }, + ], }, toc: { - enable: true, - title: 'On This Page', - links: [{ - title: 'Star on GitHub', - icon: 'lucide:star', - to: 'https://github.com/ZTL-UwU/shadcn-docs-nuxt', - target: '_blank', - }, { - title: 'Create Issues', - icon: 'lucide:circle-dot', - to: 'https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues', - target: '_blank', - }], + enable: false, + title: "On This Page", + links: [ + { + title: "Go to Msty App", + to: "https://msty.app?ref=docs", + target: "_blank", + }, + ], }, search: { enable: true, inAside: false, - } - } -}); \ No newline at end of file + }, + }, +}); diff --git a/content/0.getting-started/_dir.yml b/content/0.getting-started/_dir.yml new file mode 100644 index 0000000..de640ae --- /dev/null +++ b/content/0.getting-started/_dir.yml @@ -0,0 +1,3 @@ +title: Getting Started +icon: lucide:rocket +navigation.redirect: /getting-started/onboarding diff --git a/content/0.getting-started/onboarding.md b/content/0.getting-started/onboarding.md new file mode 100644 index 0000000..d9eb471 --- /dev/null +++ b/content/0.getting-started/onboarding.md @@ -0,0 +1,7 @@ +--- +title: Onboarding +description: Get started with Msty Studio in a few easy steps +navTruncate: false +--- + +Welcome to Msty Studio! \ No newline at end of file diff --git a/content/index.md b/content/index.md index 687f7ce..768de09 100644 --- a/content/index.md +++ b/content/index.md @@ -1,31 +1,3 @@ --- -title: Home navigation: false ---- - -::hero ---- -announcement: - title: 'Release v0.8.21' - icon: '🎉' - to: https://github.com/ZTL-UwU/shadcn-docs-nuxt/releases/latest - target: _blank -actions: - - name: Documentation - to: https://shadcn-docs-nuxt.vercel.app/getting-started/introduction - - name: GitHub - variant: outline - to: https://github.com/ZTL-UwU/shadcn-docs-nuxt - leftIcon: 'lucide:github' ---- - -#title -Welcome to shadcn-docs-nuxt - -#description -Beautifully designed Nuxt Content template built with shadcn-vue. :br Customizable. Compatible. Open Source. -:: - -::div{class="border rounded-lg shadow-md"} - :iframe{src="https://shadcn-docs-nuxt.vercel.app/getting-started/introduction" height="700" width="100%" class="rounded-lg" scrolling="no" frameborder="0"} -:: +--- \ No newline at end of file diff --git a/nuxt.config.ts b/nuxt.config.ts index 5be19b3..1a59cf6 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,6 +1,11 @@ // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ devtools: { enabled: true }, - extends: ['shadcn-docs-nuxt'], - compatibilityDate: '2024-07-06', + extends: ["shadcn-docs-nuxt"], + compatibilityDate: "2024-07-06", + routeRules: { + "/": { + redirect: "/getting-started/onboarding", + }, + }, }); diff --git a/public/favicon.ico b/public/favicon.ico index 2432a7e..2a2e5a8 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/icon.svg b/public/icon.svg new file mode 100644 index 0000000..dffa96e --- /dev/null +++ b/public/icon.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/logo-dark.svg b/public/logo-dark.svg deleted file mode 100644 index de16454..0000000 --- a/public/logo-dark.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/public/logo.svg b/public/logo.svg deleted file mode 100644 index a42035d..0000000 --- a/public/logo.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - -