remove vuepress comments from spec

This commit is contained in:
rhuairahrighairigh 2020-01-09 16:14:55 +00:00
parent c239932297
commit 08d6bc2284
7 changed files with 2 additions and 31 deletions

View File

@ -1,7 +1,3 @@
<!--
order: 1
-->
# Concepts
Auctions are broken down into three distinct types, which correspond to three specific functionalities within the CDP system.

View File

@ -1,7 +1,3 @@
<!--
order: 2
-->
# State
## Parameters and genesis state

View File

@ -1,7 +1,3 @@
<!--
order: 3
-->
# Messages
## Bidding

View File

@ -1,7 +1,3 @@
<!--
order: 4
-->
# Events
<!--

View File

@ -1,7 +1,3 @@
<!--
order: 5
-->
# Parameters
The auction module contains the following parameters:

View File

@ -1,8 +1,6 @@
<!--
order: 6
-->
# End Block
At the beginning of each block, auctions that have reached `EndTime` are closed. The logic to close auctions is as follows:
At the end of each block, auctions that have reached `EndTime` are closed. The logic to close auctions is as follows:
```go
var expiredAuctions []uint64

View File

@ -1,10 +1,3 @@
<!--
order: 0
title: Auction Overview
parent:
title: "auction"
-->
# `auction`
<!-- TOC -->