Skip to content

Commit

Permalink
docs: add more links
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Mar 21, 2024
1 parent 322b8dd commit eb61f7b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@ export default defineConfig({
search: {
provider: 'local'
},
socialLinks: [{ icon: 'github', link: repository.url.replace('.git', '') }]
nav: [
{
text: 'Changelog',
link: 'https://github.com/jooy2/vitepress-sidebar/blob/master/CHANGELOG.md'
}
],
socialLinks: [
{ icon: 'npm', link: 'https://www.npmjs.com/package/vitepress-sidebar' },
{ icon: 'github', link: repository.url.replace('.git', '') }
],
footer: {
message: 'Released under the MIT License',
copyright: '© <a href="https://jooy2.com">Jooy2</a>'
}
}
});

0 comments on commit eb61f7b

Please sign in to comment.