Skip to content

Commit da68706

Browse files
authored
Merge pull request #23 from sfuosdev/issue-24/fix-order
fix the order of the documentation
2 parents bddc8f6 + 2c3b59b commit da68706

15 files changed

+3
-3
lines changed

docs/code-styling/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Intro to Code Styling",
3-
"position": 5,
3+
"position": 3,
44
"link": {
55
"type": "generated-index",
66
"description": "Examples of basic code-styling and why it's important."

docs/git_docs/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Git Documentation",
3-
"position": 1,
3+
"position": 2,
44
"link": {
55
"type": "generated-index"
66
}

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 2
2+
sidebar_position: 1
33
---
44

55
# Tutorial Intro

0 commit comments

Comments
 (0)