Skip to content

Commit

Permalink
docs: added npm-pkg link
Browse files Browse the repository at this point in the history
  • Loading branch information
mahabubx7 committed Oct 15, 2024
1 parent c38c6b7 commit 459fcd3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ export default defineConfig({
{ text: "Reference", link: "/api" },
{ text: "Our Team", link: "/team" }

// sponser
// npm-pkg-link
// sponsers place
],

footer: {
Expand Down Expand Up @@ -86,6 +85,10 @@ export default defineConfig({
],

socialLinks: [
{
icon: "npm",
link: "https://www.npmjs.com/package/akarjs"
},
{ icon: "github", link: "https://github.com/mahabubx7/akarjs" }
]
}
Expand Down

0 comments on commit 459fcd3

Please sign in to comment.