Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit d621580

Browse files
authored
Revert "fixed 404 links and fee-model visibility on sidebar (#116)" (#117)
This reverts commit ee94494.
1 parent ee94494 commit d621580

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

docs/.vuepress/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ module.exports = {
7272
"/dev/developer-guides/transactions/transactions.md",
7373
"/dev/developer-guides/transactions/blocks.md",
7474
"/dev/developer-guides/transactions/aa.md",
75-
"/dev/developer-guides/fee-model.md",
7675
"/dev/developer-guides/Bridging/bridging-asset.md",
7776
"/dev/developer-guides/Bridging/l1-l2-interop.md",
7877
"/dev/developer-guides/Bridging/l1-l2.md",

docs/dev/developer-guides/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Take a deeper dive into the zkSync ecosystem.
44

55
## Table of contents
66

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)

docs/dev/troubleshooting/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Get brief explainers on your integration with zkSync.
44

55
## Table of contents
66

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)

0 commit comments

Comments
 (0)