This repository was archived by the owner on Oct 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-16
lines changed Expand file tree Collapse file tree 3 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ module.exports = {
72
72
"/dev/developer-guides/transactions/transactions.md" ,
73
73
"/dev/developer-guides/transactions/blocks.md" ,
74
74
"/dev/developer-guides/transactions/aa.md" ,
75
- "/dev/developer-guides/fee-model.md" ,
76
75
"/dev/developer-guides/Bridging/bridging-asset.md" ,
77
76
"/dev/developer-guides/Bridging/l1-l2-interop.md" ,
78
77
"/dev/developer-guides/Bridging/l1-l2.md" ,
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ Take a deeper dive into the zkSync ecosystem.
4
4
5
5
## Table of contents
6
6
7
- - [ Quickstart] ( ./hello-world.md )
8
- - [ System contract] ( ./contracts/system-contracts.md )
9
- - [ Contract deployment] ( ./contracts/contracts.md )
10
- - [ Contract verification] ( ./contracts/contract-verification.md )
11
- - [ Transaction finality] ( ./transactions/transactions.md )
12
- - [ Account abstraction] ( ./transactions/aa.md )
13
- - [ Fee mechanism] ( ./fee-model.md )
14
- - [ Bridging of funds] ( ./bridging/bridging-asset.md )
15
- - [ L1 / L2 Interoperability] ( ./bridging/l1-l2-interop.md )
16
- - [ L1 / L2 communication] ( ./bridging/l1-l2.md )
17
- - [ L2 / L1 communication] ( ./bridging/l2-l1.md )
7
+ - [ Quickstart] ( ./developer-guides/ hello-world.md )
8
+ - [ System contract] ( ./developer-guides/ contracts/system-contracts.md )
9
+ - [ Contract deployment] ( ./developer-guides/ contracts/contracts.md )
10
+ - [ Contract verification] ( ./developer-guides/ contracts/contract-verification.md )
11
+ - [ Transaction finality] ( ./developer-guides/ transactions/transactions.md )
12
+ - [ Account abstraction] ( ./developer-guides/ transactions/aa.md )
13
+ - [ Fee mechanism] ( ./developer-guides/ fee-model.md )
14
+ - [ Bridging of funds] ( ./developer-guides/ bridging/bridging-asset.md )
15
+ - [ L1 / L2 Interoperability] ( ./developer-guides/ bridging/l1-l2-interop.md )
16
+ - [ L1 / L2 communication] ( ./developer-guides/ bridging/l1-l2.md )
17
+ - [ L2 / L1 communication] ( ./developer-guides/ bridging/l2-l1.md )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Get brief explainers on your integration with zkSync.
4
4
5
5
## Table of contents
6
6
7
- - [ Important links] ( ./important-links.md )
8
- - [ Important links] ( ./important-links.md )
9
- - [ Status] ( ./status.md )
10
- - [ FAQ's] ( ./faq/known-issues.md )
7
+ - [ Important links] ( ./troubleshooting/ important-links.md )
8
+ - [ Important links] ( ./troubleshooting/ important-links.md )
9
+ - [ Status] ( ./troubleshooting/ status.md )
10
+ - [ FAQ's] ( ./troubleshooting/ faq/known-issues.md )
You can’t perform that action at this time.
0 commit comments