tweak: icons

This commit is contained in:
Ashok Gelal
2024-07-08 15:57:50 -04:00
parent 11464a2488
commit 355e4b5f48
4 changed files with 22 additions and 17 deletions
+18 -14
View File
@@ -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 -1
View File
@@ -1,3 +1,3 @@
title: Onboarding
icon: solar:rocket-outline
icon: lucide:rocket
navigation.redirect: /getting-started/onboarding
+1 -1
View File
@@ -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
View File
@@ -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",