From 75f71e65ae702871e8afbb0ce91bfe1d887dfaec Mon Sep 17 00:00:00 2001 From: ZTL-UwU Date: Wed, 5 Jun 2024 17:08:39 +0800 Subject: [PATCH] docs: update installation config Signed-off-by: ZTL-UwU --- content/1.getting-started/2.installation.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/1.getting-started/2.installation.md b/content/1.getting-started/2.installation.md index f926a135..a09682d5 100644 --- a/content/1.getting-started/2.installation.md +++ b/content/1.getting-started/2.installation.md @@ -307,6 +307,17 @@ export default defineAppConfig({ 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', + }], }, search: { enable: true, @@ -347,6 +358,7 @@ const defaultCodeIcon = { 'js': 'vscode-icons:file-type-js', 'jsx': 'vscode-icons:file-type-js', 'md': 'vscode-icons:file-type-markdown', + 'mdc': 'vscode-icons:file-type-markdown', 'py': 'vscode-icons:file-type-python', 'npm': 'vscode-icons:file-type-npm', 'pnpm': 'vscode-icons:file-type-pnpm',