From 355e4b5f4832f30ccde3d882c69129397a077b50 Mon Sep 17 00:00:00 2001 From: Ashok Gelal Date: Mon, 8 Jul 2024 15:57:50 -0400 Subject: [PATCH] tweak: icons --- app.config.ts | 32 +++++++++++++++++------------- content/1.getting-started/_dir.yml | 2 +- content/2.how-to/_dir.yml | 2 +- package.json | 3 ++- 4 files changed, 22 insertions(+), 17 deletions(-) diff --git a/app.config.ts b/app.config.ts index 019242f..9e3284f 100644 --- a/app.config.ts +++ b/app.config.ts @@ -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", }, ], diff --git a/content/1.getting-started/_dir.yml b/content/1.getting-started/_dir.yml index 3009cda..55b584a 100644 --- a/content/1.getting-started/_dir.yml +++ b/content/1.getting-started/_dir.yml @@ -1,3 +1,3 @@ title: Onboarding -icon: solar:rocket-outline +icon: lucide:rocket navigation.redirect: /getting-started/onboarding diff --git a/content/2.how-to/_dir.yml b/content/2.how-to/_dir.yml index 3bf30bd..13dd5c7 100644 --- a/content/2.how-to/_dir.yml +++ b/content/2.how-to/_dir.yml @@ -1,3 +1,3 @@ title: How to -icon: solar:info-circle-linear +icon: tabler:info-circle navigation.redirect: /how-to/download-offline-models diff --git a/package.json b/package.json index 64cab11..56762bd 100644 --- a/package.json +++ b/package.json @@ -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",