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 # Concepts
Auctions are broken down into three distinct types, which correspond to three specific functionalities within the CDP system. 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 # State
## Parameters and genesis state ## Parameters and genesis state

View File

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

View File

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

View File

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

View File

@ -1,8 +1,6 @@
<!-- # End Block
order: 6
-->
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 ```go
var expiredAuctions []uint64 var expiredAuctions []uint64

View File

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