mirror of
https://github.com/cloudstack-llc/msty-docs.git
synced 2026-07-18 18:54:38 -04:00
tweak: icons
This commit is contained in:
+18
-14
@@ -6,7 +6,7 @@ export default defineAppConfig({
|
||||
"Get started with guides and resources to maximize your conversational AI experience with Msty.",
|
||||
},
|
||||
theme: {
|
||||
customizable: true,
|
||||
customizable: false,
|
||||
color: "blue",
|
||||
radius: 0.5,
|
||||
},
|
||||
@@ -19,13 +19,13 @@ export default defineAppConfig({
|
||||
dark: "/icon.svg",
|
||||
},
|
||||
nav: [],
|
||||
links: [
|
||||
{
|
||||
icon: "tabler:brand-github",
|
||||
to: "https://github.com/CloudStack-LLC/msty-docs",
|
||||
target: "_blank",
|
||||
},
|
||||
],
|
||||
// links: [
|
||||
// {
|
||||
// icon: "tabler:brand-github",
|
||||
// to: "https://github.com/cloudstack-llc/msty-docs",
|
||||
// target: "_blank",
|
||||
// },
|
||||
// ],
|
||||
},
|
||||
aside: {
|
||||
useLevel: true,
|
||||
@@ -36,11 +36,16 @@ export default defineAppConfig({
|
||||
showTitle: true,
|
||||
},
|
||||
footer: {
|
||||
credits: "Copyright © 2024",
|
||||
credits: "CloudStack, LLC",
|
||||
links: [
|
||||
// {
|
||||
// icon: "tabler:brand-github",
|
||||
// to: "https://github.com/cloudstack-llc/msty-docs",
|
||||
// target: "_blank",
|
||||
// },
|
||||
{
|
||||
icon: "tabler:brand-github",
|
||||
to: "https://github.com/CloudStack-LLC/msty-docs",
|
||||
icon: "ph:cube",
|
||||
to: "https://msty.app?ref=docs",
|
||||
target: "_blank",
|
||||
},
|
||||
],
|
||||
@@ -50,9 +55,8 @@ export default defineAppConfig({
|
||||
title: "On This Page",
|
||||
links: [
|
||||
{
|
||||
title: "Star on GitHub",
|
||||
icon: "solar:star-linear",
|
||||
to: "https://github.com/CloudStack-LLC/msty-docs",
|
||||
title: "Go to Msty App",
|
||||
to: "https://msty.app?ref=docs",
|
||||
target: "_blank",
|
||||
},
|
||||
],
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
title: Onboarding
|
||||
icon: solar:rocket-outline
|
||||
icon: lucide:rocket
|
||||
navigation.redirect: /getting-started/onboarding
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
title: How to
|
||||
icon: solar:info-circle-linear
|
||||
icon: tabler:info-circle
|
||||
navigation.redirect: /how-to/download-offline-models
|
||||
|
||||
+2
-1
@@ -7,7 +7,8 @@
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare"
|
||||
"postinstall": "nuxt prepare",
|
||||
"deploy": "nuxi build --preset=cloudflare_pages && wrangler pages deploy dist/"
|
||||
},
|
||||
"dependencies": {
|
||||
"nuxt": "^3.12.2",
|
||||
|
||||
Reference in New Issue
Block a user