diff options
author | Yigit Sever | 2021-04-15 23:35:24 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-15 23:35:24 +0300 |
commit | c38545f032a82702c7a2f9b670176c14de80e2d3 (patch) | |
tree | 8fab8c1b883e5650e631ebeabce1c4eb39aa93b0 /site/content | |
parent | 7d8b9272f885c2a240867f45e7abccc98ebf18f7 (diff) | |
download | gradecoin-c38545f032a82702c7a2f9b670176c14de80e2d3.tar.gz gradecoin-c38545f032a82702c7a2f9b670176c14de80e2d3.tar.bz2 gradecoin-c38545f032a82702c7a2f9b670176c14de80e2d3.zip |
Reorder site navigation items
Diffstat (limited to 'site/content')
-rw-r--r-- | site/content/JWT.md | 2 | ||||
-rw-r--r-- | site/content/block_docs.md | 2 | ||||
-rw-r--r-- | site/content/transaction_docs.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/site/content/JWT.md b/site/content/JWT.md index f55ab17..46da1a2 100644 --- a/site/content/JWT.md +++ b/site/content/JWT.md | |||
@@ -1,7 +1,7 @@ | |||
1 | +++ | 1 | +++ |
2 | title = "JWT" | 2 | title = "JWT" |
3 | description = "JSON Web Token Documentation" | 3 | description = "JSON Web Token Documentation" |
4 | weight = 5 | 4 | weight = 4 |
5 | +++ | 5 | +++ |
6 | 6 | ||
7 | > JSON Web Tokens are representations of claims, or authorization proofs that fit into the `Header` of HTTP requests. | 7 | > JSON Web Tokens are representations of claims, or authorization proofs that fit into the `Header` of HTTP requests. |
diff --git a/site/content/block_docs.md b/site/content/block_docs.md index 4227f26..c1d61e9 100644 --- a/site/content/block_docs.md +++ b/site/content/block_docs.md | |||
@@ -1,7 +1,7 @@ | |||
1 | +++ | 1 | +++ |
2 | title = "Blocks" | 2 | title = "Blocks" |
3 | description = "Block Documentation" | 3 | description = "Block Documentation" |
4 | weight = 2 | 4 | weight = 10 |
5 | +++ | 5 | +++ |
6 | 6 | ||
7 | A block that was proposed to commit Transactions in `transaction_list` to the | 7 | A block that was proposed to commit Transactions in `transaction_list` to the |
diff --git a/site/content/transaction_docs.md b/site/content/transaction_docs.md index 0526f4e..820c35f 100644 --- a/site/content/transaction_docs.md +++ b/site/content/transaction_docs.md | |||
@@ -1,7 +1,7 @@ | |||
1 | +++ | 1 | +++ |
2 | title = "Transactions" | 2 | title = "Transactions" |
3 | description = "Transaction documentation" | 3 | description = "Transaction documentation" |
4 | weight = 2 | 4 | weight = 6 |
5 | +++ | 5 | +++ |
6 | 6 | ||
7 | A transaction request between `source` and `target` to move `amount` Gradecoin. | 7 | A transaction request between `source` and `target` to move `amount` Gradecoin. |