Skip to content

Commit

Permalink
Create index of user guides and fix the link on the main page
Browse files Browse the repository at this point in the history
  • Loading branch information
tedwardd committed May 10, 2022
1 parent 1a7fbe9 commit 4a88fc9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Learn more about White Whale Protocol, its core smart contracts, and Python SDK.

* Learn more about the [Governance](protocol/governance/Governance-Overview.md).
* Read up on the specifics of each contract such as the [Stablecoin Vault](Smart/../Smart-Contracts/Stablecoin-Vault.md).
* Check out the [User Guide](user-guide/README.md).
* Check out the [User Guide](user-guide/index.md).

## Community

Expand Down
12 changes: 12 additions & 0 deletions docs/user-guide/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
description: Welcome to the White Whale User Guides
---

# User Guides

* White Whale [Liquidity](Liquidity.md)
* Voting on [Governance Proposals](Proposals-Voting.md)
* [Staking](Staking.md) WHALE tokens
* [Swapping](Swap.md) WHALE tokens
* Depositing in to White Whale [Vaults](Vaults.md)
* Using the official [White Whale frontend interface](WebApp.md)

0 comments on commit 4a88fc9

Please sign in to comment.