diff --git a/groundStation/README.md b/groundStation/README.md index 422ff8f5092cb727b4c280ba40bb9e069a48c363..586465beddb0ec00447dfabd55c902d303da0f89 100644 --- a/groundStation/README.md +++ b/groundStation/README.md @@ -82,3 +82,8 @@ If you find it helpful, with this setup you can create a bash script that simply runs the same commands. This has been found to be of use when we are tuning. There are a couple of already written bash scripts in the `scripts/` folder. + +## Documentation + + - [Getting Started](./documentation/getting_started.md) + - [Packet Information](./documentation/packets.md) diff --git a/documentation/groundStation/getting_started.md b/groundStation/documentation/getting_started.md similarity index 100% rename from documentation/groundStation/getting_started.md rename to groundStation/documentation/getting_started.md diff --git a/documentation/groundStation/images/buttonPressCallStackFlowchart.png b/groundStation/documentation/images/buttonPressCallStackFlowchart.png similarity index 100% rename from documentation/groundStation/images/buttonPressCallStackFlowchart.png rename to groundStation/documentation/images/buttonPressCallStackFlowchart.png diff --git a/documentation/groundStation/images/groundStationComponents.jpg b/groundStation/documentation/images/groundStationComponents.jpg similarity index 100% rename from documentation/groundStation/images/groundStationComponents.jpg rename to groundStation/documentation/images/groundStationComponents.jpg diff --git a/documentation/groundStation/images/groundStationDiagram.jpg b/groundStation/documentation/images/groundStationDiagram.jpg similarity index 100% rename from documentation/groundStation/images/groundStationDiagram.jpg rename to groundStation/documentation/images/groundStationDiagram.jpg diff --git a/documentation/groundStation/images/src/groundStationComponents.vsdx b/groundStation/documentation/images/src/groundStationComponents.vsdx similarity index 100% rename from documentation/groundStation/images/src/groundStationComponents.vsdx rename to groundStation/documentation/images/src/groundStationComponents.vsdx diff --git a/documentation/groundStation/images/src/groundStationDiagram.vsdx b/groundStation/documentation/images/src/groundStationDiagram.vsdx similarity index 100% rename from documentation/groundStation/images/src/groundStationDiagram.vsdx rename to groundStation/documentation/images/src/groundStationDiagram.vsdx diff --git a/documentation/groundStation/packets.md b/groundStation/documentation/packets.md similarity index 100% rename from documentation/groundStation/packets.md rename to groundStation/documentation/packets.md