Skip to content

Commit 8d73c91

Browse files
committed
fix docs
1 parent 7f00b68 commit 8d73c91

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

docs/.vitepress/config/en.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function sidebarDappLink(): DefaultTheme.SidebarItem[] {
7575
text: 'Introduction',
7676
collapsed: false,
7777
items: [
78-
{ text: 'What is DappLink', link: 'what-is-dapplink' },
78+
{ text: 'What is DappLink', link: 'what-is-dapplink' },
7979
{ text: 'DappLink Core Business', link: 'core-business' },
8080
{ text: 'Why Choose DappLink', link: 'why-is-dapplink' }
8181
]
@@ -85,7 +85,7 @@ function sidebarDappLink(): DefaultTheme.SidebarItem[] {
8585
collapsed: false,
8686
items: [
8787
{
88-
text: 'What is One-Click Wallet Deployment',
88+
text: 'What is One-Click Wallet Deployment',
8989
link: 'what-is-dapplink-wallet'
9090
}
9191
]
@@ -95,7 +95,7 @@ function sidebarDappLink(): DefaultTheme.SidebarItem[] {
9595
collapsed: false,
9696
items: [
9797
{
98-
text: 'What is One-Click L2&L3 Deployment',
98+
text: 'What is One-Click L2&L3 Deployment',
9999
link: 'what-is-dapplink-chain'
100100
}
101101
]
@@ -105,7 +105,7 @@ function sidebarDappLink(): DefaultTheme.SidebarItem[] {
105105
collapsed: false,
106106
items: [
107107
{
108-
text: 'What are Decentralized Composite Applications',
108+
text: 'What are Decentralized Composite Applications',
109109
link: 'what-is-dapplink-dapps'
110110
}
111111
]
@@ -114,7 +114,7 @@ function sidebarDappLink(): DefaultTheme.SidebarItem[] {
114114
text: 'DappLink Layer3',
115115
collapsed: false,
116116
items: [
117-
{ text: 'What is DappLink Layer3', link: 'what-is-dapplink-layer3' }
117+
{ text: 'What is DappLink Layer3', link: 'what-is-dapplink-layer3' }
118118
]
119119
}
120120
]

docs/en/chain/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# System Architecture
1+
# Overview
22

33
##
44

@@ -20,4 +20,4 @@ DappLink modular blockchain middleware technical solution is dedicated to simpli
2020

2121
- Fast Verification Network Abstraction: A fast-finality verification network for Rollup state, reducing the waiting time for fraud proofs, enabling fast Layer1 asset exits; Layer2 blocks achieve quick finality, greatly improving the user experience of Dapps running on Layer2.
2222

23-
- Modular and Composable Layer3: Designs chain implementation models derived from upper-layer business requirements, enabling large-scale Web3 adoption. Currently supports Layer3 business chain modules in social, gaming, and custodial services.
23+
- Modular and Composable Layer3: Designs chain implementation models derived from upper-layer business requirements, enabling large-scale Web3 adoption. Currently supports Layer3 business chain modules in social, gaming, and custodial services.

docs/en/dapplink/core-business.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# DappLink Core Business
2+
13
DappLink offers a variety of modular, one-click solutions to help developers quickly build Web3 applications. These include:
24

35
- 💰One-Click Wallet Deployment: Supports various wallet types including decentralized, centralized, multi-signature, and MPC wallets, enabling rapid development of secure blockchain wallet systems.

docs/en/dapplink/why-is-dapplink.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Why Choose DappLink
2+
23
- One-Click Efficient Integration: With unified API interfaces and a standardized toolchain, DappLink significantly lowers the development barrier and accelerates the building and deployment of Web3 applications.
34
- Comprehensive Security Protection: Leveraging smart contract security mechanisms and advanced cryptographic technologies, DappLink ensures end-to-end security—from on-chain data interactions to transaction processes—guaranteeing system stability and data privacy.
45
- Flexible Modular Architecture: The modular design enables rapid iteration and system expansion based on business needs, supporting various cross-chain interoperability scenarios and helping projects maintain a competitive edge in a rapidly evolving market.

0 commit comments

Comments
 (0)