Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/.vitepress/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399

export {}

/* prettier-ignore */
Expand Down
8 changes: 7 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from 'vitepress'
import { discord, font, github, ogImage, ogUrl, twitter, feathersDescription, feathersName } from './meta'
import { discord, font, github, ogImage, ogUrl, x, feathersDescription, feathersName } from './meta'
import sidebar from './config.sidebar'
import nav from './config.nav'

Expand Down Expand Up @@ -60,6 +60,12 @@ export default defineConfig({
},

socialLinks: [
{
icon: {
svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.244 2H21l-6.5 7.43L22 22h-6.1l-4.77-6.23L5.7 22H3l6.93-7.9L2 2h6.25l4.3 5.6L18.244 2zm-2.14 18h1.7L7.1 4h-1.8l10.8 16z"/></svg>`
},
link: x
},
{ icon: 'discord', link: discord },
{ icon: 'github', link: github }
],
Expand Down
1 change: 1 addition & 0 deletions docs/.vitepress/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const github = 'https://github.com/feathersjs/feathers'
export const releases = 'https://github.com/feathersjs/feathers/releases'
export const contributing = 'https://github.com/feathersjs/feathers/blob/master/.github/contributing.md'
export const discord = 'https://discord.gg/qa8kez8QBx'
export const x = 'https://x.com/feathersjs'
export const twitter = null;

/* Avatar/Image/Sponsors servers */
Expand Down