Skip to content

Commit

Permalink
docs: update installation config
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <zhangtianli2006@163.com>
  • Loading branch information
ZTL-UwU committed Jun 5, 2024
1 parent 9da2838 commit 75f71e6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions content/1.getting-started/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 75f71e6

Please sign in to comment.