Skip to content

Commit 7748cb8

Browse files
committed
Fix remaining page order
1 parent bb518ce commit 7748cb8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/src/content/docs/comms/adding-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
badge:
66
text: New
77
variant: success
8-
position: 1
8+
order: 1
99
---
1010
The following is a guide to adding commands to ensure that they work in the python and c sections of this code base. (To navigate quickly, github provides a table of contents via the little list icon on the README header)
1111

docs/src/content/docs/getting-started/cmake-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
badge:
66
text: New
77
variant: success
8-
order: 6
8+
order: 4
99
---
1010
The following is a list of options along with their brief description. The guide is divided into most used and extra for convenience. You can go to the end of this page for examples on how to chain these options together.
1111

docs/src/content/docs/getting-started/file-structure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
badge:
66
text: WIP
77
variant: caution
8-
order: 5
8+
order: 3
99
---
1010
import { FileTree } from '@astrojs/starlight/components';
1111

docs/src/content/docs/getting-started/style-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
badge:
66
text: New
77
variant: success
8-
position: 1
8+
order: 2
99
---
1010

1111
This style guide outlines our team standards for writing firmware and ground station code.

docs/src/content/docs/guides/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
badge:
66
text: Dev Only
77
variant: danger
8-
position: 1
8+
order: 1
99
---
1010

1111
Delete this folder once the docs are ready to merge to main

0 commit comments

Comments
 (0)