diff --git a/README.md b/README.md
index 7e1ce81..f11b6da 100644
--- a/README.md
+++ b/README.md
@@ -5,21 +5,53 @@ This is where basic to more advanced knowledge from different sources will be ho
+### Basics of Programming
+
+
+
- [Java](https://docs.lynkrobotics.org/java/)
- [Software Installation](https://docs.lynkrobotics.org/software/)
- [Git/GitHub](https://docs.lynkrobotics.org/git/)
+
+
+
+### Novice Programming
+
+
+
- [Getting Started With FRC Programming](https://docs.lynkrobotics.org/start/)
-- [Programming Basics](https://docs.lynkrobotics.org/basics/)
-- [Control Theory](https://docs.lynkrobotics.org/controlTheory/)
+- [Programming Basics](https://docs.lynkrobotics.org/basics/)
+
+
+
+### Robots
+
+
+
- [Mechanism Examples / Templates](https://docs.lynkrobotics.org/mechanisms/)
-- [Auto](https://docs.lynkrobotics.org/auto/)
-- [Whitepapers](https://docs.lynkrobotics.org/whitepapers/)
- [Libraries](https://docs.lynkrobotics.org/libraries/)
- [Past Robot Code Documentation](https://docs.lynkrobotics.org/past/)
- [Glossary](https://docs.lynkrobotics.org/glossary/)
+### Autonomous
+
+
+
+- [Auto](https://docs.lynkrobotics.org/auto/)
+
+
+
+### Advanced Programming
+
+
+
+- [Control Theory](https://docs.lynkrobotics.org/controlTheory/)
+- [Whitepapers](https://docs.lynkrobotics.org/whitepapers/)
+
+
+
## Design (tbd)
@@ -36,6 +68,15 @@ This is where basic to more advanced knowledge from different sources will be ho
+## [Driver Station](https://docs.lynkrobotics.org/driverStation/)
+
+
+
+- [Software](https://docs.lynkrobotics.org/driverStation/software.md)
+- [Best Practices]() TODO
+
+
+
## Contributors
| Name | Team | Team Role |
diff --git a/driverStation/bestPractices.md b/driverStation/bestPractices.md
new file mode 100644
index 0000000..ee79d2b
--- /dev/null
+++ b/driverStation/bestPractices.md
@@ -0,0 +1 @@
+# Driver Station Best Practices
diff --git a/driverStation/index.md b/driverStation/index.md
new file mode 100644
index 0000000..74fcf45
--- /dev/null
+++ b/driverStation/index.md
@@ -0,0 +1 @@
+# Driver Station
diff --git a/driverStation/software.md b/driverStation/software.md
new file mode 100644
index 0000000..d1224f8
--- /dev/null
+++ b/driverStation/software.md
@@ -0,0 +1 @@
+# Driver Station Software