Skip to content

Commit

Permalink
docs: update/create content for community part
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangVD2 committed Mar 15, 2024
1 parent 7d2fac0 commit 120b4d3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 26 deletions.
20 changes: 8 additions & 12 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ function nav() {
{ text: "About $XDEFI token", link: "/about/xdefi-token/xdefi-token" },
{ text: "Developers", link: "/developers/introduction" },
{ text: "Routing", link: "/routing/introduction" },
{ text: "Community", link: "/community/introduction" },
{
text: "Quick integration",
items: [
Expand Down Expand Up @@ -292,7 +291,6 @@ function sidebarHome() {
{
text: "About XDEFI",
link: "/about/xdefi",

collapsed: true,
items: [
{
Expand Down Expand Up @@ -476,7 +474,7 @@ function sidebarHome() {
link: "/developers/extension-thorchain",
},
{
text: "EVM's",
text: "Ethereum (EVM's)",
link: "/developers/extension-evms",
},
{
Expand Down Expand Up @@ -613,18 +611,16 @@ function sidebarHome() {
},
{
text: "Community",
link: "/community/introduction",
collapsed: true,
items: [
{ text: "Introduction", link: "/community/introduction" },
{ text: "X", link: "https://twitter.com/xdefi_wallet" },
{ text: "Discord", link: "https://discord.gg/xdefi" },
{ text: "Telegram", link: "https://t.me/xdefi_announcements" },
{ text: "GitHub", link: "https://github.com/XDeFi-tech" },
{ text: "Blog", link: "https://xdefi.io/blog" },
{
text: "Channels",
collapsed: true,
items: [
{ text: "Discord", link: "/community/discord" },
{ text: "Telegram", link: "/community/telegram" },
{ text: "X", link: "/community/x" },
],
text: "$XDEFI on Coingecko",
link: "https://www.coingecko.com/en/coins/xdefi",
},
],
},
Expand Down
1 change: 0 additions & 1 deletion community/discord.md

This file was deleted.

11 changes: 0 additions & 11 deletions community/introduction.md

This file was deleted.

1 change: 0 additions & 1 deletion community/telegram.md

This file was deleted.

1 change: 0 additions & 1 deletion community/x.md

This file was deleted.

0 comments on commit 120b4d3

Please sign in to comment.