diff --git a/README.md b/README.md index 11fc4a0..2f85ad1 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,6 @@ ![CodeQL](https://github.com/alirezanet/Gridify/actions/workflows/codeql.yml/badge.svg) [![Static Badge](https://img.shields.io/badge/fuget-f88445?logo=readme&logoColor=white)](https://www.fuget.org/packages/Gridify) [![Static Badge](https://img.shields.io/badge/Documentation-42bc00?logo=readme&logoColor=white)](https://alirezanet.github.io/Gridify/) -[![Discord](https://img.shields.io/badge/Discord-Join%20our%20server-blue?style=flat-square&logo=discord)](https://discord.gg/jaSXnDMv) - - [![Gridify](https://raw.githubusercontent.com/alirezanet/Gridify/master/docs/pages/public/gridify-readme-logo.svg)](https://alirezanet.github.io/Gridify/) diff --git a/docs/.vitepress/configs/theme.ts b/docs/.vitepress/configs/theme.ts index aca4354..d2c6d1c 100644 --- a/docs/.vitepress/configs/theme.ts +++ b/docs/.vitepress/configs/theme.ts @@ -22,7 +22,6 @@ export const theme: DefaultTheme.Config = { }, socialLinks: [ { icon: 'github', link: 'https://github.com/alirezanet/Gridify' }, - { icon: "discord", link: "https://discord.gg/Q6HvFGPm" }, ], editLink: { pattern: 'https://github.com/alirezanet/Gridify/edit/master/docs/pages/:path',