From 0deab0c625450c54b77855218a2bb0006c3cb012 Mon Sep 17 00:00:00 2001
From: Grey-Echo
Date: Wed, 3 May 2017 18:04:41 +0200
Subject: [PATCH] Add the deploy script
Dac update too
---
Utils/Deploy.sh | 5 +++++
Utils/Slate Documentation Generator/Generate.bat | 6 ++++--
docs/Documentation/AI_Patrol.html | 3 ---
docs/Documentation/Designate.html | 1 -
docs/Documentation/Detection.html | 1 +
docs/Documentation/Fsm.html | 3 +--
docs/Documentation/Movement.html | 4 ++++
docs/Documentation/Spawn.html | 7 +++++--
docs/Documentation/Spot.html | 4 ++++
9 files changed, 24 insertions(+), 10 deletions(-)
create mode 100644 Utils/Deploy.sh
diff --git a/Utils/Deploy.sh b/Utils/Deploy.sh
new file mode 100644
index 000000000..5527631f0
--- /dev/null
+++ b/Utils/Deploy.sh
@@ -0,0 +1,5 @@
+cd slate
+git add -A
+git commit -a -m "Doc Update"
+git push
+./deploy.sh
\ No newline at end of file
diff --git a/Utils/Slate Documentation Generator/Generate.bat b/Utils/Slate Documentation Generator/Generate.bat
index bcef8b812..bcd2fd145 100644
--- a/Utils/Slate Documentation Generator/Generate.bat
+++ b/Utils/Slate Documentation Generator/Generate.bat
@@ -1,3 +1,4 @@
+@echo off
:: Generate the Markdown doc
"./bin/SlateDocGenerator2.exe" "../../../MOOSE/Moose Development/Moose" ../../../slate/source
@@ -10,5 +11,6 @@ rmdir /s /q "./bin/TEMP"
robocopy ../../docs/Presentations ../../../slate/source/includes/Pictures /MIR /NJH /NJS
:: Deploy the Slate documentation
-"C:\Program Files\Git\bin\bash.exe" --login -i -c "cd slate | git commit -a -m "Doc Update" | ./deploy.sh"
-
+echo A shell will open. To deploy the Slate website, please run the following command. Otherwise, simply close the shell.
+echo $ Moose/Utils/Deploy.sh
+%localappdata%\GitHub\GitHub.appref-ms --open-shell
\ No newline at end of file
diff --git a/docs/Documentation/AI_Patrol.html b/docs/Documentation/AI_Patrol.html
index da3a39afb..21275d1d5 100644
--- a/docs/Documentation/AI_Patrol.html
+++ b/docs/Documentation/AI_Patrol.html
@@ -951,9 +951,6 @@ Use the method AIPATROLZONE.M
-
- This table contains the targets detected during patrol.
-
diff --git a/docs/Documentation/Designate.html b/docs/Documentation/Designate.html
index 0b38068a2..78397dfe5 100644
--- a/docs/Documentation/Designate.html
+++ b/docs/Documentation/Designate.html
@@ -890,7 +890,6 @@ function below will use the range 1-7 just in case
-
-
DESIGNATE.LaserCodes
diff --git a/docs/Documentation/Detection.html b/docs/Documentation/Detection.html
index 73f24c75d..8690dec55 100644
--- a/docs/Documentation/Detection.html
+++ b/docs/Documentation/Detection.html
@@ -2322,6 +2322,7 @@ The index of the DetectedItem.
-
+ #number
DETECTION_BASE.DetectedItemCount
diff --git a/docs/Documentation/Fsm.html b/docs/Documentation/Fsm.html
index eb52982ac..425da196e 100644
--- a/docs/Documentation/Fsm.html
+++ b/docs/Documentation/Fsm.html
@@ -1622,7 +1622,7 @@ A string defining the start state.
-
-
+ #string
FSM._StartState
@@ -1921,7 +1921,6 @@ A string defining the start state.
-
-
FSM.current
diff --git a/docs/Documentation/Movement.html b/docs/Documentation/Movement.html
index 91331bbbc..a7de96e12 100644
--- a/docs/Documentation/Movement.html
+++ b/docs/Documentation/Movement.html
@@ -213,6 +213,7 @@ on defined intervals (currently every minute).
-
+ #number
MOVEMENT.AliveUnits
@@ -221,6 +222,9 @@ on defined intervals (currently every minute).
+
+
Contains the counter how many units are currently alive
+
diff --git a/docs/Documentation/Spawn.html b/docs/Documentation/Spawn.html
index 74612c2d5..c91670101 100644
--- a/docs/Documentation/Spawn.html
+++ b/docs/Documentation/Spawn.html
@@ -2527,6 +2527,9 @@ when nothing was spawned.
+
+ Overwrite unit names by default with group name.
+
@@ -2924,7 +2927,7 @@ Spawn_BE_KA50 = SPAWN:New( 'BE KA-50@RAMP-Ground Defense' ):Schedule( 600, 0.5 )
-
- #boolean
+
SPAWN.SpawnUnControlled
@@ -2948,7 +2951,7 @@ Spawn_BE_KA50 = SPAWN:New( 'BE KA-50@RAMP-Ground Defense' ):Schedule( 600, 0.5 )
-
When the first Spawn executes, all the Groups need to be made visible before start.
+ Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.
diff --git a/docs/Documentation/Spot.html b/docs/Documentation/Spot.html
index 8e9ea64bc..a6b4cf466 100644
--- a/docs/Documentation/Spot.html
+++ b/docs/Documentation/Spot.html
@@ -761,6 +761,7 @@ true if it is lasing
-
+
SPOT.ScheduleID
@@ -774,6 +775,7 @@ true if it is lasing
-
+
SPOT.SpotIR
@@ -787,6 +789,7 @@ true if it is lasing
-
+
SPOT.SpotLaser
@@ -800,6 +803,7 @@ true if it is lasing
-
+
SPOT.Target