From 45332a3510ab3c67b860d508f180bbd88ae680bc Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:03:51 +0530 Subject: [PATCH] update description --- docs/en/reference/default-theme-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/reference/default-theme-config.md b/docs/en/reference/default-theme-config.md index de6f1d26..90232aea 100644 --- a/docs/en/reference/default-theme-config.md +++ b/docs/en/reference/default-theme-config.md @@ -228,6 +228,7 @@ You may define this option to show your social account links with icons in nav. export default { themeConfig: { socialLinks: [ + // You can add any icon from simple-icons (https://simpleicons.org/): { icon: 'github', link: 'https://github.com/vuejs/vitepress' }, { icon: 'twitter', link: '...' }, // You can also add custom icons by passing SVG as string: