Skip to content

Commit

Permalink
Merge pull request #164 from sora-xor/148-enhance-the-toggles
Browse files Browse the repository at this point in the history
`collapsed` removed in some instances
  • Loading branch information
bgodlin authored Aug 21, 2023
2 parents 949cf81 + 3960185 commit 8dd11c0
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export default defineConfig({
{
text: "Tokenomics",
link: "tokenomics",
collapsed: true,
items: [
{
text: "Token Bonding Curve",
Expand Down Expand Up @@ -74,7 +73,6 @@ export default defineConfig({
{
text: "Polkaswap",
link: "polkaswap",
collapsed: true,
items: [
{ text: "FAQ", link: "polkaswap-faq" },
{
Expand All @@ -88,19 +86,20 @@ export default defineConfig({
],
},
{
text: "SORAcard",
collapsed: true,
items: [
{ text: "SORA Card Introduction", link: "sora-card" },
{ text: "SORA Card KYC Tutorial", link: "sora-card-kyc-tutorial" },
],
text: "SORAcard",
items: [
{ text: "SORA Card Introduction", link: "sora-card" },
{
text: "SORA Card KYC Tutorial",
link: "sora-card-kyc-tutorial",
},
],
},
{
text: "SORA in Your Pocket",
collapsed: true,
items: [
{ text: "SORA Mobile", link: "mobile" },
{ text: "Fearless Wallet", link: "fearless" },
{ text: "Fearless Wallet", link: "fearless" },
],
},
{ text: "Consensus", link: "consensus" },
Expand Down Expand Up @@ -145,7 +144,6 @@ export default defineConfig({

{
text: "DEX",
collapsed: true,
items: [
{ text: "Swap", link: "swap" },
{
Expand All @@ -163,7 +161,6 @@ export default defineConfig({
{
text: "Interoperability",
link: "interoperability",
collapsed: true,
items: [
{
text: "EVM",
Expand All @@ -179,7 +176,7 @@ export default defineConfig({
{
text: "Become a Relayer",
},
{
{
text: "Fixing a Stuck Transaction",
link: "unstuck-bridge-tx",
},
Expand Down Expand Up @@ -227,7 +224,6 @@ export default defineConfig({

{
text: "DEX",
collapsed: true,
items: [
{ text: "Swap", link: "swap-polkaswap" },
{
Expand Down

1 comment on commit 8dd11c0

@vercel
Copy link

@vercel vercel bot commented on 8dd11c0 Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sora-docs – ./

sora-docs-git-develop-sora-team.vercel.app
sora-docs-sora-team.vercel.app
sora-docs.vercel.app

Please sign in to comment.