Skip to content
Merged
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
6 changes: 6 additions & 0 deletions blog/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: blog-home
title: comming soon
---

# comming soon
3 changes: 2 additions & 1 deletion docs/Brand-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Helixbox represents innovation, security, and accessibility in DeFi. Our brand e
- [Download PNG →](/assets/Logo.png)
- [Download Dark →](/assets/Logo-rect.png)
- [Download With Label →](/assets/logo-with-label.png)
- [Full assets →](/assets/Brand.zip)
- [Download all assets](/assets/Brand.zip)


<div className="logo-showcase" style={{ padding: "2rem", backgroundColor: "#FFFFFF", borderRadius: "8px", marginBottom: "1rem" }}>

Expand Down
4 changes: 2 additions & 2 deletions docs/Funding/01-add-funds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ View real-time fee calculations before confirming any transaction

:::info See Also
- [Privacy & Security](/docs/privacy-security)
- [Smart Wallet vs EOA](/docs/FAQ/smart-wallet)
- [Common Questions](/docs/FAQ/crypto-defi-faq#transactions)
- [Smart Wallet vs EOA](../faqs/smart-wallet-faq)
- [Common Questions](../faqs/crypto-defi-faq#transactions)
:::

:::warning Important
Expand Down
13 changes: 7 additions & 6 deletions docs/Introduction/01-getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,15 @@ Passkeys work across:
- Major browsers (Chrome, Safari, Firefox, Edge)
</details>

## What's Next?
### What's Next?

- [📱 Export Wallet](./export-wallet) - Smart wallet management & security
- [📱 Privacy & Security](./privacy-security) - Helixbox's privacy policies, security
- [💰 Funding](../Funding/add-funds) - Buy and deposit crypto assets
- [🔄 Swap](../Swap) - Token exchange and trading
- [⚡ Bridge](../Bridge) - Cross-chain transfers
- [❓ FAQs](../FAQs/faqs) - Common questions and answers
- [🔐 Privacy & Security](./privacy-security) - Helixbox's privacy policies, security
- [💰 Add Funds](../funding/add-funds) - Buy and deposit crypto assets
- [🔄 Swap](../swap/index) - Token exchange and trading
- [⚡ Bridge](../bridge/index) - Cross-chain transfers
- [❓ FAQs](../faqs/smart-wallet-faq) - Common questions and answers


:::tip Need Help?
Can't find what you're looking for? Join our [Discord Community](https://discord.gg/6XyyNGugdE) for support!
Expand Down
9 changes: 0 additions & 9 deletions docs/Invest-Earn/_category_.json

This file was deleted.

4 changes: 4 additions & 0 deletions docs/bridge/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"position": 4,
"label": "Bridge"
}
4 changes: 4 additions & 0 deletions docs/bridge/bridge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
id: bridge
title: Bridge
---
9 changes: 9 additions & 0 deletions docs/defi-premium/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "DeFi Premium",
"position": 5,
"link": {
"type": "generated-index",
"description":"DeFi Premium"
}
}

2 changes: 1 addition & 1 deletion docs/swap/swap.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
id: swap
---

## Product Features
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config: Config = {
organizationName: "helixbox", // Usually your GitHub org/user name.
projectName: "helixbox-docs", // Usually your repo name.

onBrokenLinks: "throw",
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",

// Even if you don't use internationalization, you can use this field to set
Expand All @@ -33,7 +33,7 @@ const config: Config = {
{
redirects: [
{
to: '/docs/Introduction/getting-started',
to: '/docs/introduction/getting-started',
from: '/docs',
},

Expand Down
12 changes: 6 additions & 6 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ const FeatureList: FeatureItem[] = [
icon: '👤',
description: 'Everything you need to know about your account',
links: [
{ text: 'Getting Started', to: '/docs/Introduction/getting-started', emoji: '🎢' },
{ text: 'Smart wallet VS EOA', to: '/docs/FAQs/smart-wallet-vs-eoa-wallet', emoji: '💸' },
{ text: 'Why Passkey?', to: '/docs/Introduction/getting-started#why-passkey-seamlessly-login-cross-device', emoji: '🔑' },
{ text: 'Privacy and Security', to: '/docs/Introduction/privacy-security', emoji: '🔐' },
{ text: 'Getting Started', to: '/docs/introduction/getting-started', emoji: '🎢' },
{ text: 'Smart wallet VS EOA', to: '/docs/faqs/smart-wallet-vs-eoa-wallet', emoji: '💸' },
{ text: 'Why Passkey?', to: '/docs/introduction/getting-started#why-passkey-seamlessly-login-cross-device', emoji: '🔑' },
{ text: 'Privacy and Security', to: '/docs/introduction/privacy-security', emoji: '🔐' },
],
},
{
Expand All @@ -113,8 +113,8 @@ const FeatureList: FeatureItem[] = [
icon: '📈',
description: 'Explore our DeFi products and services',
links: [
{ text: 'DeFi Products', to: '/docs/DeFi/defi-products', emoji: '🏦' },
{ text: 'Dapps Markets', to: '/docs/DeFi/dapps-markets', emoji: '🛍️' },
{ text: 'DeFi Products', to: '/defi-premium', emoji: '🏦' },
{ text: 'Dapps Markets', to: '/defi-premium', emoji: '🛍️' },
],
},
];
Expand Down
Loading