Skip to content

Commit

Permalink
feat(docs): add changelog & footer
Browse files Browse the repository at this point in the history
  • Loading branch information
TotomInc committed May 14, 2024
1 parent cbdf660 commit b3b3e5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ export default defineConfig({
{ text: "Home", link: "/" },
{ text: "Docs", link: "/getting-started" },
{ text: "Demo", link: "/demo/single-select" },
{ text: "Changelog", link: "https://github.com/TotomInc/vue3-select-component/releases" },
],

footer: {
copyright: "Released under the MIT License.",
},

sidebar: [
{
text: "Documentation",
Expand All @@ -48,6 +53,7 @@ export default defineConfig({

socialLinks: [
{ icon: "github", link: "https://github.com/TotomInc/vue3-select-component" },
{ icon: "npm", link: "https://www.npmjs.com/package/vue3-select-component" },
],
},
});

0 comments on commit b3b3e5f

Please sign in to comment.