diff --git a/.gitmodules b/.gitmodules index a4100de..0f498bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,3 +21,7 @@ path = content/integrations url = https://github.com/bluerobotics/ardusub-zola branch = Integrations +[submodule "content/software/control-station/Cockpit-0.0"] + path = content/software/control-station/Cockpit-0.0 + url = https://github.com/bluerobotics/ardusub-zola + branch = Cockpit-0.0 diff --git a/content/software/control-station/Cockpit-0.0 b/content/software/control-station/Cockpit-0.0 new file mode 160000 index 0000000..e04556a --- /dev/null +++ b/content/software/control-station/Cockpit-0.0 @@ -0,0 +1 @@ +Subproject commit e04556aee488dac16ecb46538f1a632246d4293e diff --git a/content/software/control-station/_index.md b/content/software/control-station/_index.md new file mode 100644 index 0000000..7d50277 --- /dev/null +++ b/content/software/control-station/_index.md @@ -0,0 +1,9 @@ ++++ +title = "Control Station" +description = "versioned documentation for the different control station softwares." +date = 2023-08-26T00:50:00+11:00 +template = "docs/section.html" +sort_by = "weight" +weight = 20 +draft = false ++++