From 459fcd328b62cde4778acccacd46add2fa339fbe Mon Sep 17 00:00:00 2001 From: Mahabub Date: Tue, 15 Oct 2024 17:36:27 +0600 Subject: [PATCH] docs: added npm-pkg link --- docs/.vitepress/config.mts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 1972884..fa555a6 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -26,8 +26,7 @@ export default defineConfig({ { text: "Reference", link: "/api" }, { text: "Our Team", link: "/team" } - // sponser - // npm-pkg-link + // sponsers place ], footer: { @@ -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" } ] }