Skip to content

Commit

Permalink
docs(website): fix duplicated docs page title (#13470)
Browse files Browse the repository at this point in the history
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
Co-authored-by: David <david@taiko.xyz>
  • Loading branch information
3 people authored Mar 28, 2023
1 parent 8ffd0ac commit fc90118
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 83 deletions.
3 changes: 0 additions & 3 deletions packages/protocol/solidity-docgen/templates/contract.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
title: {{name}}
---
{{>common}}

{{#each items}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: IProofVerifier
---

## IProofVerifier

### verifyZKP
Expand All @@ -16,10 +12,6 @@ function verifyZKP(string verifierId, bytes zkproof, bytes32 instance) external
function verifyMKP(bytes key, bytes value, bytes proof, bytes32 root) external pure returns (bool verified)
```

---

## title: ProofVerifier

## ProofVerifier

### init
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: TaikoCustomErrors
---

## TaikoCustomErrors

### L1_0_FEE_BASE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: TaikoData
---

## TaikoData

### Config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: TaikoEvents
---

## TaikoEvents

### BlockVerified
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: TaikoL1
---

## TaikoL1

### state
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: TaikoToken
---

## TaikoToken

_This is Taiko's governance and fee token._
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: TaikoL2
---

## TaikoL2

### latestSyncedL1Height
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: Bridge
---

## Bridge

Bridge contract which is deployed on both L1 and L2. Mostly a thin wrapper
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: BridgeErrors
---

## BridgeErrors

### B_CANNOT_RECEIVE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: BridgedERC20
---

## BridgedERC20

### srcToken
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: EtherVault
---

## EtherVault

EtherVault is a special vault contract that:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: IBridge
---

## IBridge

Bridge interface.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: TokenVault
---

## TokenVault

This vault holds all ERC20 tokens (but not Ether) that users have deposited.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: AddressResolver
---

## AddressResolver

This abstract contract provides a name-to-address lookup. Under the hood,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: IAddressManager
---

## IAddressManager

Interface to set and get an address for a name.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: IHeaderSync
---

## IHeaderSync

Interface implemented by both the TaikoL1 and TaikoL2 contracts. It exposes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: IMintableERC20
---

## IMintableERC20

### mint
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: ISignalService
---

## ISignalService

### sendSignal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: SignalService
---

## SignalService

### SignalProof
Expand Down

0 comments on commit fc90118

Please sign in to comment.