diff --git a/.docs/Dockerfile b/.docs/Dockerfile new file mode 100644 index 0000000..096ed9d --- /dev/null +++ b/.docs/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:latest + +COPY ./web /usr/share/nginx/html \ No newline at end of file diff --git a/_docs/img/bridge.png b/.docs/web/img/bridge.png similarity index 100% rename from _docs/img/bridge.png rename to .docs/web/img/bridge.png diff --git a/_docs/img/bridge_added.png b/.docs/web/img/bridge_added.png similarity index 100% rename from _docs/img/bridge_added.png rename to .docs/web/img/bridge_added.png diff --git a/_docs/img/briefing_me.png b/.docs/web/img/briefing_me.png similarity index 100% rename from _docs/img/briefing_me.png rename to .docs/web/img/briefing_me.png diff --git a/_docs/img/briefing_mission.png b/.docs/web/img/briefing_mission.png similarity index 100% rename from _docs/img/briefing_mission.png rename to .docs/web/img/briefing_mission.png diff --git a/_docs/img/cap_routes.png b/.docs/web/img/cap_routes.png similarity index 100% rename from _docs/img/cap_routes.png rename to .docs/web/img/cap_routes.png diff --git a/_docs/img/carrierroutes.png b/.docs/web/img/carrierroutes.png similarity index 100% rename from _docs/img/carrierroutes.png rename to .docs/web/img/carrierroutes.png diff --git a/_docs/img/cas_mission.png b/.docs/web/img/cas_mission.png similarity index 100% rename from _docs/img/cas_mission.png rename to .docs/web/img/cas_mission.png diff --git a/_docs/img/kutaisi_dock_after.png b/.docs/web/img/kutaisi_dock_after.png similarity index 100% rename from _docs/img/kutaisi_dock_after.png rename to .docs/web/img/kutaisi_dock_after.png diff --git a/_docs/img/kutaisi_dock_before.png b/.docs/web/img/kutaisi_dock_before.png similarity index 100% rename from _docs/img/kutaisi_dock_before.png rename to .docs/web/img/kutaisi_dock_before.png diff --git a/_docs/img/kutaisi_loading_dock.png b/.docs/web/img/kutaisi_loading_dock.png similarity index 100% rename from _docs/img/kutaisi_loading_dock.png rename to .docs/web/img/kutaisi_loading_dock.png diff --git a/_docs/img/kutaisi_me.png b/.docs/web/img/kutaisi_me.png similarity index 100% rename from _docs/img/kutaisi_me.png rename to .docs/web/img/kutaisi_me.png diff --git a/_docs/img/sa2_mission_editor.png b/.docs/web/img/sa2_mission_editor.png similarity index 100% rename from _docs/img/sa2_mission_editor.png rename to .docs/web/img/sa2_mission_editor.png diff --git a/_docs/img/sa2_result.png b/.docs/web/img/sa2_result.png similarity index 100% rename from _docs/img/sa2_result.png rename to .docs/web/img/sa2_result.png diff --git a/_docs/img/script_install.png b/.docs/web/img/script_install.png similarity index 100% rename from _docs/img/script_install.png rename to .docs/web/img/script_install.png diff --git a/_docs/img/starting_stages.png b/.docs/web/img/starting_stages.png similarity index 100% rename from _docs/img/starting_stages.png rename to .docs/web/img/starting_stages.png diff --git a/_docs/img/strike_target.png b/.docs/web/img/strike_target.png similarity index 100% rename from _docs/img/strike_target.png rename to .docs/web/img/strike_target.png diff --git a/_docs/index.html b/.docs/web/index.html similarity index 50% rename from _docs/index.html rename to .docs/web/index.html index 511d204..3ba81de 100644 --- a/_docs/index.html +++ b/.docs/web/index.html @@ -32,28 +32,23 @@
-

Welcome to Spearhead!

- -

Welcome to the story teller friendly mission framework in DCS (at least, that's what we hope to create).

-

Together with mission editors we've tried to build a framework that makes creating multiplayer missions as easy as possible. - - With the help of naming conventions, trigger zones, pre-configured logic and custom configuration items, it gives a huge amount of versatility. - we're trying to strike a balance between no-code and low-code with the possibility to hook into it for the hard core scripters (like ourselves). - - - For the scripters: If you yourself are a scripter, and you're missing interfaces, please reach out to us! We want to make sure that the framework is as easy to use for scripters as it is for non-scripters, and we can't do that without your help! - -

-

- Whether this is your first mission or your hundredth, we hope Spearhead will make your life easier. -

- - - +

Welcome to Spearhead!

+

Welcome to the story teller friendly mission framework in DCS (at least, that's what we hope to create).

+

Together with mission editors we've tried to build a framework that + makes creating multiplayer missions as easy as possible. + With the help of naming conventions, trigger zones, pre-configured + logic and custom configuration items, it gives a huge amount of versatility. + we're trying to strike a balance between no-code and low-code with the possibility to hook into it for + the hard core scripters. +

+

+ Whether this is your first mission or your hundredth, we hope Spearhead will make your life easier. +

+ +
-