Skip to content

Commit

Permalink
restore empty pages
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei authored and redshiftzero committed Jun 3, 2024
1 parent 0fe77ad commit c0ddd37
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/protocol/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- [Group Hash](./crypto/decaf377/group_hash.md)
- [Test Vectors](./crypto/decaf377/test_vectors.md)
- [Randomizable Signatures](./crypto/decaf377-rdsa.md)
- [Key Agreement](./crypto/decaf377-ka.md)
- [Poseidon for BLS12-377](./crypto/poseidon.md)
- [Overview of Poseidon Construction](./crypto/poseidon/overview.md)
- [Poseidon Parameter Generation](./crypto/poseidon/paramgen.md)
Expand All @@ -29,6 +30,7 @@
- [Parameter Considerations](./crypto/fmd/considerations.md)
- [Flow Encryption](./crypto/flow.md)
- [Ideal Functionality](./crypto/flow/ideal.md)
- [The `eddy` construction](./crypto/flow/eddy.md)
- [Distributed Key Generation](./crypto/flow-encryption/dkg.md)
- [Homomorphic Threshold Encryption](./crypto/flow-encryption/threshold-encryption.md)
- [Flow Encryption and Consensus](./crypto/flow-encryption/flow-consensus.md)
Expand All @@ -52,18 +54,20 @@
- [Transaction Memo](./transactions/memo.md)
- [Multi-Asset Shielded Pool](./shielded_pool.md)
- [Note Plaintexts](./shielded_pool/note_plaintexts.md)
- [Note Ciphertexts](./shielded_pool/note_ciphertexts.md)
- [Note Commitments](./shielded_pool/note_commitments.md)
- [Note Ciphertexts](./shielded_pool/note_ciphertexts.md)
- [Transaction Actions](./shielded_pool/action.md)
- [`Spend`](./shielded_pool/action/spend.md)
- [`Output`](./shielded_pool/action/output.md)
- [Decentralized Exchange](./dex.md)
- [Sealed-Bid Batch Swaps](./dex/swap.md)
- [Concentrated Liquidity](./dex/concentrated_liquidity.md)
- [LPNFTs](./dex/lpnft.md)
- [On-Chain Routing](./dex/routing.md)
- [Transaction Actions](./dex/action.md)
- [`Swap`](./dex/action/swap.md)
- [`SwapClaim`](./dex/action/swap_claim.md)
- [`Position` Actions](./dex/action/position.md)
- [Staking and Delegation](./stake.md)
- [Staking Tokens](./stake/tokens.md)
- [Validator Rewards and Fees](./stake/validator-rewards.md)
Expand All @@ -73,13 +77,20 @@
- [Example Staking Dynamics](./stake/example.md)
- [Arithmetic](./stake/arithmetic.md)
- [Transaction Actions](./stake/action.md)
- [`Delegate`](./stake/action/delegate.md)
- [`Undelegate`](./stake/action/undelegate.md)
- [`UndelegateClaim`](./stake/action/undelegate_claim.md)
- [Governance](./governance.md)
- [Transaction Actions](./governance/action.md)
- [`DelegatorVote`](./governance/action/delegator_vote.md)
- [`ValidatorVote`](./governance/action/validator_vote.md)
- [`Proposal` Actions](./governance/action/proposal.md)
- [IBC Integration](./ibc.md)
- [Transaction Actions](./ibc/action.md)
- [`IbcRelay`](./ibc/action/ibc_relay.md)
- [`Ics20Withdrawal`](./ibc/action/ics20_withdrawal.md)
- [Community Pool](./community_pool.md)
- [Transaction Actions](./community_pool/action.md)
- [Transaction Actions](./community_pool/action.md)
- [`CommunityPoolSpend`](./community_pool/action/spend.md)
- [`CommunityPoolOutput`](./community_pool/action/output.md)
- [`CommunityPoolDeposit`](./community_pool/action/deposit.md)
1 change: 1 addition & 0 deletions docs/protocol/src/community_pool/action/deposit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CommunityPoolDeposit
1 change: 1 addition & 0 deletions docs/protocol/src/community_pool/action/output.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CommunityPoolOutput
1 change: 1 addition & 0 deletions docs/protocol/src/community_pool/action/spend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CommunityPoolSpend
1 change: 1 addition & 0 deletions docs/protocol/src/crypto/decaf377-ka.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Key Agreement
1 change: 1 addition & 0 deletions docs/protocol/src/crypto/flow/eddy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# The eddy construction
1 change: 1 addition & 0 deletions docs/protocol/src/dex/action/position.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Position Actions
1 change: 1 addition & 0 deletions docs/protocol/src/dex/lpnft.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# LPNFTs
1 change: 1 addition & 0 deletions docs/protocol/src/governance/action/proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Proposal Actions
1 change: 1 addition & 0 deletions docs/protocol/src/governance/action/validator_vote.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# ValidatorVote
1 change: 1 addition & 0 deletions docs/protocol/src/stake/action/delegate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Delegate
1 change: 1 addition & 0 deletions docs/protocol/src/stake/action/undelegate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Undelegate

0 comments on commit c0ddd37

Please sign in to comment.