diff --git a/docs/luadox/luadox.conf b/docs/luadox/luadox.conf index 6d89b2f..67e9f3b 100644 --- a/docs/luadox/luadox.conf +++ b/docs/luadox/luadox.conf @@ -10,7 +10,7 @@ files = ../../*.lua ../../classes/*.lua # The directory containing the rendered output files, which will be created # if necessary. -outdir = ../out +outdir = ../../docs_site # Path to a custom css file that will be included on every page. This will # be copied into the outdir. # css = custom.css diff --git a/docs/out/class/Gun.html b/docs_site/class/Gun.html similarity index 100% rename from docs/out/class/Gun.html rename to docs_site/class/Gun.html diff --git a/docs/out/class/Instantiatable_class.html b/docs_site/class/Instantiatable_class.html similarity index 100% rename from docs/out/class/Instantiatable_class.html rename to docs_site/class/Instantiatable_class.html diff --git a/docs/out/img/i-bitbucket.svg b/docs_site/img/i-bitbucket.svg similarity index 100% rename from docs/out/img/i-bitbucket.svg rename to docs_site/img/i-bitbucket.svg diff --git a/docs/out/img/i-download.svg b/docs_site/img/i-download.svg similarity index 100% rename from docs/out/img/i-download.svg rename to docs_site/img/i-download.svg diff --git a/docs/out/img/i-github.svg b/docs_site/img/i-github.svg similarity index 100% rename from docs/out/img/i-github.svg rename to docs_site/img/i-github.svg diff --git a/docs/out/img/i-gitlab.svg b/docs_site/img/i-gitlab.svg similarity index 100% rename from docs/out/img/i-gitlab.svg rename to docs_site/img/i-gitlab.svg diff --git a/docs/out/img/i-left.svg b/docs_site/img/i-left.svg similarity index 100% rename from docs/out/img/i-left.svg rename to docs_site/img/i-left.svg diff --git a/docs/out/img/i-right.svg b/docs_site/img/i-right.svg similarity index 100% rename from docs/out/img/i-right.svg rename to docs_site/img/i-right.svg diff --git a/docs/out/index.html b/docs_site/index.html similarity index 100% rename from docs/out/index.html rename to docs_site/index.html diff --git a/docs/out/index.js b/docs_site/index.js similarity index 100% rename from docs/out/index.js rename to docs_site/index.js diff --git a/docs/out/js-search.min.js b/docs_site/js-search.min.js similarity index 100% rename from docs/out/js-search.min.js rename to docs_site/js-search.min.js diff --git a/docs/out/luadox.css b/docs_site/luadox.css similarity index 100% rename from docs/out/luadox.css rename to docs_site/luadox.css diff --git a/docs/out/module/Bullet_hole.html b/docs_site/module/Bullet_hole.html similarity index 100% rename from docs/out/module/Bullet_hole.html rename to docs_site/module/Bullet_hole.html diff --git a/docs/out/module/Control_handler.html b/docs_site/module/Control_handler.html similarity index 100% rename from docs/out/module/Control_handler.html rename to docs_site/module/Control_handler.html diff --git a/docs/out/module/Player_model_handler.html b/docs_site/module/Player_model_handler.html similarity index 100% rename from docs/out/module/Player_model_handler.html rename to docs_site/module/Player_model_handler.html diff --git a/docs/out/module/misc_helpers.html b/docs_site/module/misc_helpers.html similarity index 100% rename from docs/out/module/misc_helpers.html rename to docs_site/module/misc_helpers.html diff --git a/docs/out/module/play_sound.html b/docs_site/module/play_sound.html similarity index 100% rename from docs/out/module/play_sound.html rename to docs_site/module/play_sound.html diff --git a/docs/out/prism.css b/docs_site/prism.css similarity index 100% rename from docs/out/prism.css rename to docs_site/prism.css diff --git a/docs/out/prism.js b/docs_site/prism.js similarity index 100% rename from docs/out/prism.js rename to docs_site/prism.js diff --git a/docs/out/search.html b/docs_site/search.html similarity index 100% rename from docs/out/search.html rename to docs_site/search.html diff --git a/docs/out/search.js b/docs_site/search.js similarity index 100% rename from docs/out/search.js rename to docs_site/search.js