Skip to content

Commit

Permalink
Update category positions in JSON files for improved organization
Browse files Browse the repository at this point in the history
- Adjusted the 'position' values for various categories in the documentation to enhance the order of appearance.
- Changes made to the following categories: Developer (position 3), Sourceful Terms (position 11), Sustainability (position 9), Tokenomics (position 10), and Whitepaper (position 8).

This update aims to improve the logical flow and accessibility of documentation categories.
  • Loading branch information
Leitet committed Dec 30, 2024
1 parent 2460e3a commit 832e72b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/developer/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Developer",
"position": 7
"position": 3
}
2 changes: 1 addition & 1 deletion docs/sourceful-terms/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Sourceful Terms",
"position": 10
"position": 11
}
2 changes: 1 addition & 1 deletion docs/sustainability/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Sustainability",
"position": 6
"position": 9
}
2 changes: 1 addition & 1 deletion docs/tokenomics/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Tokenomics",
"position": 5
"position": 10
}
2 changes: 1 addition & 1 deletion docs/whitepaper/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Whitepaper",
"position": 9
"position": 8
}

0 comments on commit 832e72b

Please sign in to comment.