aboutsummaryrefslogtreecommitdiffstats
path: root/site/content
diff options
context:
space:
mode:
authorYigit Sever2021-04-15 23:35:24 +0300
committerYigit Sever2021-04-15 23:35:24 +0300
commit7a83bd705d8a11a83e188ed2e7dcaf8a36f6cb9a (patch)
tree808fe41b90780a2a0f618a3d860ceff886e417ab /site/content
parent3bc3897b7de5febebfa654c9a686cdda5501ecba (diff)
downloadgradecoin-7a83bd705d8a11a83e188ed2e7dcaf8a36f6cb9a.tar.gz
gradecoin-7a83bd705d8a11a83e188ed2e7dcaf8a36f6cb9a.tar.bz2
gradecoin-7a83bd705d8a11a83e188ed2e7dcaf8a36f6cb9a.zip
Reorder site navigation items
Diffstat (limited to 'site/content')
-rw-r--r--site/content/JWT.md2
-rw-r--r--site/content/block_docs.md2
-rw-r--r--site/content/transaction_docs.md2
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+++
2title = "JWT" 2title = "JWT"
3description = "JSON Web Token Documentation" 3description = "JSON Web Token Documentation"
4weight = 5 4weight = 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+++
2title = "Blocks" 2title = "Blocks"
3description = "Block Documentation" 3description = "Block Documentation"
4weight = 2 4weight = 10
5+++ 5+++
6 6
7A block that was proposed to commit Transactions in `transaction_list` to the 7A 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+++
2title = "Transactions" 2title = "Transactions"
3description = "Transaction documentation" 3description = "Transaction documentation"
4weight = 2 4weight = 6
5+++ 5+++
6 6
7A transaction request between `source` and `target` to move `amount` Gradecoin. 7A transaction request between `source` and `target` to move `amount` Gradecoin.