Skip to content

Commit 3f9d2f4

Browse files
authored
docs: add socialLinks (#689)
* docs: init vitepress * chore: update package lock * ci: drop v12 and add v18 * docs: remove old urls * docs: add logo to readme * docs: add socialLinks
1 parent 7ab8d96 commit 3f9d2f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ export default defineConfig({
1313
},
1414
lastUpdatedText: "Last Updated",
1515
socialLinks: [
16+
{
17+
icon: "twitter",
18+
link: "https://twitter.com/feathersjs",
19+
},
20+
{
21+
icon: "discord",
22+
link: "https://discord.gg/qa8kez8QBx",
23+
},
1624
{
1725
icon: "github",
1826
link: "https://github.com/feathersjs-ecosystem/feathers-hooks-common",

0 commit comments

Comments
 (0)