From cc2268442036e167615d33c99ef3fffba21c4d8c Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Wed, 22 Feb 2017 15:22:42 -0500 Subject: [PATCH] generate the static docs site in the docs root --- docs/{public => }/.gitkeep | 0 docs/{public => }/contributing/index.html | 0 docs/{public => }/contributing/index.xml | 0 docs/{public => }/documentation/index.html | 0 docs/{public => }/documentation/index.xml | 0 docs/{public => }/fonts/icon.eot | Bin docs/{public => }/fonts/icon.svg | 0 docs/{public => }/fonts/icon.ttf | Bin docs/{public => }/fonts/icon.woff | Bin docs/{public => }/getting-started/index.html | 0 docs/{public => }/getting-started/index.xml | 0 docs/{public => }/help/index.html | 0 docs/{public => }/help/index.xml | 0 docs/{public => }/images/colors.png | Bin docs/{public => }/images/favicon.ico | Bin docs/{public => }/images/logo.png | Bin docs/{public => }/images/screen.png | Bin docs/{public => }/index.html | 0 docs/{public => }/index.xml | 0 docs/{public => }/javascripts/application.js | 0 docs/{public => }/javascripts/modernizr.js | 0 docs/{public => }/license/index.html | 0 docs/{public => }/license/index.xml | 0 docs/{public => }/related-projects/index.html | 0 docs/{public => }/related-projects/index.xml | 0 docs/{ => settings}/config.toml | 1 + docs/{ => settings}/content/contributing/index.md | 0 docs/{ => settings}/content/documentation/index.md | 0 .../{ => settings}/content/getting-started/index.md | 0 docs/{ => settings}/content/help/index.md | 0 docs/{ => settings}/content/index.md | 0 docs/{ => settings}/content/license/index.md | 0 .../content/related-projects/index.md | 0 docs/{ => settings}/static/.gitkeep | 0 .../themes/hugo-material-docs/CHANGELOG.md | 0 .../themes/hugo-material-docs/LICENSE.md | 0 .../themes/hugo-material-docs/README.md | 0 .../themes/hugo-material-docs/archetypes/default.md | 0 .../hugo-material-docs/exampleSite/config.toml | 0 .../exampleSite/content/adding-content/index.md | 0 .../exampleSite/content/getting-started/index.md | 0 .../hugo-material-docs/exampleSite/content/index.md | 0 .../exampleSite/content/license/index.md | 0 .../exampleSite/content/roadmap/index.md | 0 .../hugo-material-docs/exampleSite/static/.gitkeep | 0 .../themes/hugo-material-docs/images/screenshot.png | Bin .../themes/hugo-material-docs/images/tn.png | Bin .../themes/hugo-material-docs/layouts/404.html | 0 .../hugo-material-docs/layouts/_default/__list.html | 0 .../hugo-material-docs/layouts/_default/single.html | 0 .../themes/hugo-material-docs/layouts/index.html | 0 .../hugo-material-docs/layouts/partials/drawer.html | 0 .../hugo-material-docs/layouts/partials/footer.html | 0 .../layouts/partials/footer_js.html | 0 .../hugo-material-docs/layouts/partials/head.html | 0 .../hugo-material-docs/layouts/partials/header.html | 0 .../hugo-material-docs/layouts/partials/nav.html | 0 .../layouts/partials/nav_link.html | 0 .../hugo-material-docs/layouts/shortcodes/note.html | 0 .../layouts/shortcodes/warning.html | 0 .../themes/hugo-material-docs/static/fonts/icon.eot | Bin .../themes/hugo-material-docs/static/fonts/icon.svg | 0 .../themes/hugo-material-docs/static/fonts/icon.ttf | Bin .../hugo-material-docs/static/fonts/icon.woff | Bin .../hugo-material-docs/static/images/colors.png | Bin .../hugo-material-docs/static/images/favicon.ico | Bin .../hugo-material-docs/static/images/logo.png | Bin .../hugo-material-docs/static/images/screen.png | Bin .../static/javascripts/application.js | 0 .../static/javascripts/modernizr.js | 0 .../static}/stylesheets/application.css | 0 .../static}/stylesheets/highlight/highlight.css | 0 .../static}/stylesheets/palettes.css | 0 .../static}/stylesheets/temporary.css | 0 .../themes/hugo-material-docs/theme.toml | 0 docs/{public => }/sitemap.xml | 0 .../static => }/stylesheets/application.css | 0 .../static => }/stylesheets/highlight/highlight.css | 0 .../static => }/stylesheets/palettes.css | 0 .../static => }/stylesheets/temporary.css | 0 80 files changed, 1 insertion(+) rename docs/{public => }/.gitkeep (100%) rename docs/{public => }/contributing/index.html (100%) rename docs/{public => }/contributing/index.xml (100%) rename docs/{public => }/documentation/index.html (100%) rename docs/{public => }/documentation/index.xml (100%) rename docs/{public => }/fonts/icon.eot (100%) rename docs/{public => }/fonts/icon.svg (100%) rename docs/{public => }/fonts/icon.ttf (100%) rename docs/{public => }/fonts/icon.woff (100%) rename docs/{public => }/getting-started/index.html (100%) rename docs/{public => }/getting-started/index.xml (100%) rename docs/{public => }/help/index.html (100%) rename docs/{public => }/help/index.xml (100%) rename docs/{public => }/images/colors.png (100%) rename docs/{public => }/images/favicon.ico (100%) rename docs/{public => }/images/logo.png (100%) rename docs/{public => }/images/screen.png (100%) rename docs/{public => }/index.html (100%) rename docs/{public => }/index.xml (100%) rename docs/{public => }/javascripts/application.js (100%) rename docs/{public => }/javascripts/modernizr.js (100%) rename docs/{public => }/license/index.html (100%) rename docs/{public => }/license/index.xml (100%) rename docs/{public => }/related-projects/index.html (100%) rename docs/{public => }/related-projects/index.xml (100%) rename docs/{ => settings}/config.toml (98%) rename docs/{ => settings}/content/contributing/index.md (100%) rename docs/{ => settings}/content/documentation/index.md (100%) rename docs/{ => settings}/content/getting-started/index.md (100%) rename docs/{ => settings}/content/help/index.md (100%) rename docs/{ => settings}/content/index.md (100%) rename docs/{ => settings}/content/license/index.md (100%) rename docs/{ => settings}/content/related-projects/index.md (100%) rename docs/{ => settings}/static/.gitkeep (100%) rename docs/{ => settings}/themes/hugo-material-docs/CHANGELOG.md (100%) rename docs/{ => settings}/themes/hugo-material-docs/LICENSE.md (100%) rename docs/{ => settings}/themes/hugo-material-docs/README.md (100%) rename docs/{ => settings}/themes/hugo-material-docs/archetypes/default.md (100%) rename docs/{ => settings}/themes/hugo-material-docs/exampleSite/config.toml (100%) rename docs/{ => settings}/themes/hugo-material-docs/exampleSite/content/adding-content/index.md (100%) rename docs/{ => settings}/themes/hugo-material-docs/exampleSite/content/getting-started/index.md (100%) rename docs/{ => settings}/themes/hugo-material-docs/exampleSite/content/index.md (100%) rename docs/{ => settings}/themes/hugo-material-docs/exampleSite/content/license/index.md (100%) rename docs/{ => settings}/themes/hugo-material-docs/exampleSite/content/roadmap/index.md (100%) rename docs/{ => settings}/themes/hugo-material-docs/exampleSite/static/.gitkeep (100%) rename docs/{ => settings}/themes/hugo-material-docs/images/screenshot.png (100%) rename docs/{ => settings}/themes/hugo-material-docs/images/tn.png (100%) rename docs/{ => settings}/themes/hugo-material-docs/layouts/404.html (100%) rename docs/{ => settings}/themes/hugo-material-docs/layouts/_default/__list.html (100%) rename docs/{ => settings}/themes/hugo-material-docs/layouts/_default/single.html (100%) rename docs/{ => settings}/themes/hugo-material-docs/layouts/index.html (100%) rename docs/{ => settings}/themes/hugo-material-docs/layouts/partials/drawer.html (100%) rename docs/{ => settings}/themes/hugo-material-docs/layouts/partials/footer.html (100%) rename docs/{ => settings}/themes/hugo-material-docs/layouts/partials/footer_js.html (100%) rename docs/{ => settings}/themes/hugo-material-docs/layouts/partials/head.html (100%) rename docs/{ => settings}/themes/hugo-material-docs/layouts/partials/header.html (100%) rename docs/{ => settings}/themes/hugo-material-docs/layouts/partials/nav.html (100%) rename docs/{ => settings}/themes/hugo-material-docs/layouts/partials/nav_link.html (100%) rename docs/{ => settings}/themes/hugo-material-docs/layouts/shortcodes/note.html (100%) rename docs/{ => settings}/themes/hugo-material-docs/layouts/shortcodes/warning.html (100%) rename docs/{ => settings}/themes/hugo-material-docs/static/fonts/icon.eot (100%) rename docs/{ => settings}/themes/hugo-material-docs/static/fonts/icon.svg (100%) rename docs/{ => settings}/themes/hugo-material-docs/static/fonts/icon.ttf (100%) rename docs/{ => settings}/themes/hugo-material-docs/static/fonts/icon.woff (100%) rename docs/{ => settings}/themes/hugo-material-docs/static/images/colors.png (100%) rename docs/{ => settings}/themes/hugo-material-docs/static/images/favicon.ico (100%) rename docs/{ => settings}/themes/hugo-material-docs/static/images/logo.png (100%) rename docs/{ => settings}/themes/hugo-material-docs/static/images/screen.png (100%) rename docs/{ => settings}/themes/hugo-material-docs/static/javascripts/application.js (100%) rename docs/{ => settings}/themes/hugo-material-docs/static/javascripts/modernizr.js (100%) rename docs/{public => settings/themes/hugo-material-docs/static}/stylesheets/application.css (100%) rename docs/{public => settings/themes/hugo-material-docs/static}/stylesheets/highlight/highlight.css (100%) rename docs/{public => settings/themes/hugo-material-docs/static}/stylesheets/palettes.css (100%) rename docs/{public => settings/themes/hugo-material-docs/static}/stylesheets/temporary.css (100%) rename docs/{ => settings}/themes/hugo-material-docs/theme.toml (100%) rename docs/{public => }/sitemap.xml (100%) rename docs/{themes/hugo-material-docs/static => }/stylesheets/application.css (100%) rename docs/{themes/hugo-material-docs/static => }/stylesheets/highlight/highlight.css (100%) rename docs/{themes/hugo-material-docs/static => }/stylesheets/palettes.css (100%) rename docs/{themes/hugo-material-docs/static => }/stylesheets/temporary.css (100%) diff --git a/docs/public/.gitkeep b/docs/.gitkeep similarity index 100% rename from docs/public/.gitkeep rename to docs/.gitkeep diff --git a/docs/public/contributing/index.html b/docs/contributing/index.html similarity index 100% rename from docs/public/contributing/index.html rename to docs/contributing/index.html diff --git a/docs/public/contributing/index.xml b/docs/contributing/index.xml similarity index 100% rename from docs/public/contributing/index.xml rename to docs/contributing/index.xml diff --git a/docs/public/documentation/index.html b/docs/documentation/index.html similarity index 100% rename from docs/public/documentation/index.html rename to docs/documentation/index.html diff --git a/docs/public/documentation/index.xml b/docs/documentation/index.xml similarity index 100% rename from docs/public/documentation/index.xml rename to docs/documentation/index.xml diff --git a/docs/public/fonts/icon.eot b/docs/fonts/icon.eot similarity index 100% rename from docs/public/fonts/icon.eot rename to docs/fonts/icon.eot diff --git a/docs/public/fonts/icon.svg b/docs/fonts/icon.svg similarity index 100% rename from docs/public/fonts/icon.svg rename to docs/fonts/icon.svg diff --git a/docs/public/fonts/icon.ttf b/docs/fonts/icon.ttf similarity index 100% rename from docs/public/fonts/icon.ttf rename to docs/fonts/icon.ttf diff --git a/docs/public/fonts/icon.woff b/docs/fonts/icon.woff similarity index 100% rename from docs/public/fonts/icon.woff rename to docs/fonts/icon.woff diff --git a/docs/public/getting-started/index.html b/docs/getting-started/index.html similarity index 100% rename from docs/public/getting-started/index.html rename to docs/getting-started/index.html diff --git a/docs/public/getting-started/index.xml b/docs/getting-started/index.xml similarity index 100% rename from docs/public/getting-started/index.xml rename to docs/getting-started/index.xml diff --git a/docs/public/help/index.html b/docs/help/index.html similarity index 100% rename from docs/public/help/index.html rename to docs/help/index.html diff --git a/docs/public/help/index.xml b/docs/help/index.xml similarity index 100% rename from docs/public/help/index.xml rename to docs/help/index.xml diff --git a/docs/public/images/colors.png b/docs/images/colors.png similarity index 100% rename from docs/public/images/colors.png rename to docs/images/colors.png diff --git a/docs/public/images/favicon.ico b/docs/images/favicon.ico similarity index 100% rename from docs/public/images/favicon.ico rename to docs/images/favicon.ico diff --git a/docs/public/images/logo.png b/docs/images/logo.png similarity index 100% rename from docs/public/images/logo.png rename to docs/images/logo.png diff --git a/docs/public/images/screen.png b/docs/images/screen.png similarity index 100% rename from docs/public/images/screen.png rename to docs/images/screen.png diff --git a/docs/public/index.html b/docs/index.html similarity index 100% rename from docs/public/index.html rename to docs/index.html diff --git a/docs/public/index.xml b/docs/index.xml similarity index 100% rename from docs/public/index.xml rename to docs/index.xml diff --git a/docs/public/javascripts/application.js b/docs/javascripts/application.js similarity index 100% rename from docs/public/javascripts/application.js rename to docs/javascripts/application.js diff --git a/docs/public/javascripts/modernizr.js b/docs/javascripts/modernizr.js similarity index 100% rename from docs/public/javascripts/modernizr.js rename to docs/javascripts/modernizr.js diff --git a/docs/public/license/index.html b/docs/license/index.html similarity index 100% rename from docs/public/license/index.html rename to docs/license/index.html diff --git a/docs/public/license/index.xml b/docs/license/index.xml similarity index 100% rename from docs/public/license/index.xml rename to docs/license/index.xml diff --git a/docs/public/related-projects/index.html b/docs/related-projects/index.html similarity index 100% rename from docs/public/related-projects/index.html rename to docs/related-projects/index.html diff --git a/docs/public/related-projects/index.xml b/docs/related-projects/index.xml similarity index 100% rename from docs/public/related-projects/index.xml rename to docs/related-projects/index.xml diff --git a/docs/config.toml b/docs/settings/config.toml similarity index 98% rename from docs/config.toml rename to docs/settings/config.toml index 3b1fa913..6f14583a 100644 --- a/docs/config.toml +++ b/docs/settings/config.toml @@ -1,5 +1,6 @@ baseurl = "http://laradock.io/" languageCode = "en-us" +publishDir = "../" title = "Laradock Docs" theme = "hugo-material-docs" metadataformat = "yaml" diff --git a/docs/content/contributing/index.md b/docs/settings/content/contributing/index.md similarity index 100% rename from docs/content/contributing/index.md rename to docs/settings/content/contributing/index.md diff --git a/docs/content/documentation/index.md b/docs/settings/content/documentation/index.md similarity index 100% rename from docs/content/documentation/index.md rename to docs/settings/content/documentation/index.md diff --git a/docs/content/getting-started/index.md b/docs/settings/content/getting-started/index.md similarity index 100% rename from docs/content/getting-started/index.md rename to docs/settings/content/getting-started/index.md diff --git a/docs/content/help/index.md b/docs/settings/content/help/index.md similarity index 100% rename from docs/content/help/index.md rename to docs/settings/content/help/index.md diff --git a/docs/content/index.md b/docs/settings/content/index.md similarity index 100% rename from docs/content/index.md rename to docs/settings/content/index.md diff --git a/docs/content/license/index.md b/docs/settings/content/license/index.md similarity index 100% rename from docs/content/license/index.md rename to docs/settings/content/license/index.md diff --git a/docs/content/related-projects/index.md b/docs/settings/content/related-projects/index.md similarity index 100% rename from docs/content/related-projects/index.md rename to docs/settings/content/related-projects/index.md diff --git a/docs/static/.gitkeep b/docs/settings/static/.gitkeep similarity index 100% rename from docs/static/.gitkeep rename to docs/settings/static/.gitkeep diff --git a/docs/themes/hugo-material-docs/CHANGELOG.md b/docs/settings/themes/hugo-material-docs/CHANGELOG.md similarity index 100% rename from docs/themes/hugo-material-docs/CHANGELOG.md rename to docs/settings/themes/hugo-material-docs/CHANGELOG.md diff --git a/docs/themes/hugo-material-docs/LICENSE.md b/docs/settings/themes/hugo-material-docs/LICENSE.md similarity index 100% rename from docs/themes/hugo-material-docs/LICENSE.md rename to docs/settings/themes/hugo-material-docs/LICENSE.md diff --git a/docs/themes/hugo-material-docs/README.md b/docs/settings/themes/hugo-material-docs/README.md similarity index 100% rename from docs/themes/hugo-material-docs/README.md rename to docs/settings/themes/hugo-material-docs/README.md diff --git a/docs/themes/hugo-material-docs/archetypes/default.md b/docs/settings/themes/hugo-material-docs/archetypes/default.md similarity index 100% rename from docs/themes/hugo-material-docs/archetypes/default.md rename to docs/settings/themes/hugo-material-docs/archetypes/default.md diff --git a/docs/themes/hugo-material-docs/exampleSite/config.toml b/docs/settings/themes/hugo-material-docs/exampleSite/config.toml similarity index 100% rename from docs/themes/hugo-material-docs/exampleSite/config.toml rename to docs/settings/themes/hugo-material-docs/exampleSite/config.toml diff --git a/docs/themes/hugo-material-docs/exampleSite/content/adding-content/index.md b/docs/settings/themes/hugo-material-docs/exampleSite/content/adding-content/index.md similarity index 100% rename from docs/themes/hugo-material-docs/exampleSite/content/adding-content/index.md rename to docs/settings/themes/hugo-material-docs/exampleSite/content/adding-content/index.md diff --git a/docs/themes/hugo-material-docs/exampleSite/content/getting-started/index.md b/docs/settings/themes/hugo-material-docs/exampleSite/content/getting-started/index.md similarity index 100% rename from docs/themes/hugo-material-docs/exampleSite/content/getting-started/index.md rename to docs/settings/themes/hugo-material-docs/exampleSite/content/getting-started/index.md diff --git a/docs/themes/hugo-material-docs/exampleSite/content/index.md b/docs/settings/themes/hugo-material-docs/exampleSite/content/index.md similarity index 100% rename from docs/themes/hugo-material-docs/exampleSite/content/index.md rename to docs/settings/themes/hugo-material-docs/exampleSite/content/index.md diff --git a/docs/themes/hugo-material-docs/exampleSite/content/license/index.md b/docs/settings/themes/hugo-material-docs/exampleSite/content/license/index.md similarity index 100% rename from docs/themes/hugo-material-docs/exampleSite/content/license/index.md rename to docs/settings/themes/hugo-material-docs/exampleSite/content/license/index.md diff --git a/docs/themes/hugo-material-docs/exampleSite/content/roadmap/index.md b/docs/settings/themes/hugo-material-docs/exampleSite/content/roadmap/index.md similarity index 100% rename from docs/themes/hugo-material-docs/exampleSite/content/roadmap/index.md rename to docs/settings/themes/hugo-material-docs/exampleSite/content/roadmap/index.md diff --git a/docs/themes/hugo-material-docs/exampleSite/static/.gitkeep b/docs/settings/themes/hugo-material-docs/exampleSite/static/.gitkeep similarity index 100% rename from docs/themes/hugo-material-docs/exampleSite/static/.gitkeep rename to docs/settings/themes/hugo-material-docs/exampleSite/static/.gitkeep diff --git a/docs/themes/hugo-material-docs/images/screenshot.png b/docs/settings/themes/hugo-material-docs/images/screenshot.png similarity index 100% rename from docs/themes/hugo-material-docs/images/screenshot.png rename to docs/settings/themes/hugo-material-docs/images/screenshot.png diff --git a/docs/themes/hugo-material-docs/images/tn.png b/docs/settings/themes/hugo-material-docs/images/tn.png similarity index 100% rename from docs/themes/hugo-material-docs/images/tn.png rename to docs/settings/themes/hugo-material-docs/images/tn.png diff --git a/docs/themes/hugo-material-docs/layouts/404.html b/docs/settings/themes/hugo-material-docs/layouts/404.html similarity index 100% rename from docs/themes/hugo-material-docs/layouts/404.html rename to docs/settings/themes/hugo-material-docs/layouts/404.html diff --git a/docs/themes/hugo-material-docs/layouts/_default/__list.html b/docs/settings/themes/hugo-material-docs/layouts/_default/__list.html similarity index 100% rename from docs/themes/hugo-material-docs/layouts/_default/__list.html rename to docs/settings/themes/hugo-material-docs/layouts/_default/__list.html diff --git a/docs/themes/hugo-material-docs/layouts/_default/single.html b/docs/settings/themes/hugo-material-docs/layouts/_default/single.html similarity index 100% rename from docs/themes/hugo-material-docs/layouts/_default/single.html rename to docs/settings/themes/hugo-material-docs/layouts/_default/single.html diff --git a/docs/themes/hugo-material-docs/layouts/index.html b/docs/settings/themes/hugo-material-docs/layouts/index.html similarity index 100% rename from docs/themes/hugo-material-docs/layouts/index.html rename to docs/settings/themes/hugo-material-docs/layouts/index.html diff --git a/docs/themes/hugo-material-docs/layouts/partials/drawer.html b/docs/settings/themes/hugo-material-docs/layouts/partials/drawer.html similarity index 100% rename from docs/themes/hugo-material-docs/layouts/partials/drawer.html rename to docs/settings/themes/hugo-material-docs/layouts/partials/drawer.html diff --git a/docs/themes/hugo-material-docs/layouts/partials/footer.html b/docs/settings/themes/hugo-material-docs/layouts/partials/footer.html similarity index 100% rename from docs/themes/hugo-material-docs/layouts/partials/footer.html rename to docs/settings/themes/hugo-material-docs/layouts/partials/footer.html diff --git a/docs/themes/hugo-material-docs/layouts/partials/footer_js.html b/docs/settings/themes/hugo-material-docs/layouts/partials/footer_js.html similarity index 100% rename from docs/themes/hugo-material-docs/layouts/partials/footer_js.html rename to docs/settings/themes/hugo-material-docs/layouts/partials/footer_js.html diff --git a/docs/themes/hugo-material-docs/layouts/partials/head.html b/docs/settings/themes/hugo-material-docs/layouts/partials/head.html similarity index 100% rename from docs/themes/hugo-material-docs/layouts/partials/head.html rename to docs/settings/themes/hugo-material-docs/layouts/partials/head.html diff --git a/docs/themes/hugo-material-docs/layouts/partials/header.html b/docs/settings/themes/hugo-material-docs/layouts/partials/header.html similarity index 100% rename from docs/themes/hugo-material-docs/layouts/partials/header.html rename to docs/settings/themes/hugo-material-docs/layouts/partials/header.html diff --git a/docs/themes/hugo-material-docs/layouts/partials/nav.html b/docs/settings/themes/hugo-material-docs/layouts/partials/nav.html similarity index 100% rename from docs/themes/hugo-material-docs/layouts/partials/nav.html rename to docs/settings/themes/hugo-material-docs/layouts/partials/nav.html diff --git a/docs/themes/hugo-material-docs/layouts/partials/nav_link.html b/docs/settings/themes/hugo-material-docs/layouts/partials/nav_link.html similarity index 100% rename from docs/themes/hugo-material-docs/layouts/partials/nav_link.html rename to docs/settings/themes/hugo-material-docs/layouts/partials/nav_link.html diff --git a/docs/themes/hugo-material-docs/layouts/shortcodes/note.html b/docs/settings/themes/hugo-material-docs/layouts/shortcodes/note.html similarity index 100% rename from docs/themes/hugo-material-docs/layouts/shortcodes/note.html rename to docs/settings/themes/hugo-material-docs/layouts/shortcodes/note.html diff --git a/docs/themes/hugo-material-docs/layouts/shortcodes/warning.html b/docs/settings/themes/hugo-material-docs/layouts/shortcodes/warning.html similarity index 100% rename from docs/themes/hugo-material-docs/layouts/shortcodes/warning.html rename to docs/settings/themes/hugo-material-docs/layouts/shortcodes/warning.html diff --git a/docs/themes/hugo-material-docs/static/fonts/icon.eot b/docs/settings/themes/hugo-material-docs/static/fonts/icon.eot similarity index 100% rename from docs/themes/hugo-material-docs/static/fonts/icon.eot rename to docs/settings/themes/hugo-material-docs/static/fonts/icon.eot diff --git a/docs/themes/hugo-material-docs/static/fonts/icon.svg b/docs/settings/themes/hugo-material-docs/static/fonts/icon.svg similarity index 100% rename from docs/themes/hugo-material-docs/static/fonts/icon.svg rename to docs/settings/themes/hugo-material-docs/static/fonts/icon.svg diff --git a/docs/themes/hugo-material-docs/static/fonts/icon.ttf b/docs/settings/themes/hugo-material-docs/static/fonts/icon.ttf similarity index 100% rename from docs/themes/hugo-material-docs/static/fonts/icon.ttf rename to docs/settings/themes/hugo-material-docs/static/fonts/icon.ttf diff --git a/docs/themes/hugo-material-docs/static/fonts/icon.woff b/docs/settings/themes/hugo-material-docs/static/fonts/icon.woff similarity index 100% rename from docs/themes/hugo-material-docs/static/fonts/icon.woff rename to docs/settings/themes/hugo-material-docs/static/fonts/icon.woff diff --git a/docs/themes/hugo-material-docs/static/images/colors.png b/docs/settings/themes/hugo-material-docs/static/images/colors.png similarity index 100% rename from docs/themes/hugo-material-docs/static/images/colors.png rename to docs/settings/themes/hugo-material-docs/static/images/colors.png diff --git a/docs/themes/hugo-material-docs/static/images/favicon.ico b/docs/settings/themes/hugo-material-docs/static/images/favicon.ico similarity index 100% rename from docs/themes/hugo-material-docs/static/images/favicon.ico rename to docs/settings/themes/hugo-material-docs/static/images/favicon.ico diff --git a/docs/themes/hugo-material-docs/static/images/logo.png b/docs/settings/themes/hugo-material-docs/static/images/logo.png similarity index 100% rename from docs/themes/hugo-material-docs/static/images/logo.png rename to docs/settings/themes/hugo-material-docs/static/images/logo.png diff --git a/docs/themes/hugo-material-docs/static/images/screen.png b/docs/settings/themes/hugo-material-docs/static/images/screen.png similarity index 100% rename from docs/themes/hugo-material-docs/static/images/screen.png rename to docs/settings/themes/hugo-material-docs/static/images/screen.png diff --git a/docs/themes/hugo-material-docs/static/javascripts/application.js b/docs/settings/themes/hugo-material-docs/static/javascripts/application.js similarity index 100% rename from docs/themes/hugo-material-docs/static/javascripts/application.js rename to docs/settings/themes/hugo-material-docs/static/javascripts/application.js diff --git a/docs/themes/hugo-material-docs/static/javascripts/modernizr.js b/docs/settings/themes/hugo-material-docs/static/javascripts/modernizr.js similarity index 100% rename from docs/themes/hugo-material-docs/static/javascripts/modernizr.js rename to docs/settings/themes/hugo-material-docs/static/javascripts/modernizr.js diff --git a/docs/public/stylesheets/application.css b/docs/settings/themes/hugo-material-docs/static/stylesheets/application.css similarity index 100% rename from docs/public/stylesheets/application.css rename to docs/settings/themes/hugo-material-docs/static/stylesheets/application.css diff --git a/docs/public/stylesheets/highlight/highlight.css b/docs/settings/themes/hugo-material-docs/static/stylesheets/highlight/highlight.css similarity index 100% rename from docs/public/stylesheets/highlight/highlight.css rename to docs/settings/themes/hugo-material-docs/static/stylesheets/highlight/highlight.css diff --git a/docs/public/stylesheets/palettes.css b/docs/settings/themes/hugo-material-docs/static/stylesheets/palettes.css similarity index 100% rename from docs/public/stylesheets/palettes.css rename to docs/settings/themes/hugo-material-docs/static/stylesheets/palettes.css diff --git a/docs/public/stylesheets/temporary.css b/docs/settings/themes/hugo-material-docs/static/stylesheets/temporary.css similarity index 100% rename from docs/public/stylesheets/temporary.css rename to docs/settings/themes/hugo-material-docs/static/stylesheets/temporary.css diff --git a/docs/themes/hugo-material-docs/theme.toml b/docs/settings/themes/hugo-material-docs/theme.toml similarity index 100% rename from docs/themes/hugo-material-docs/theme.toml rename to docs/settings/themes/hugo-material-docs/theme.toml diff --git a/docs/public/sitemap.xml b/docs/sitemap.xml similarity index 100% rename from docs/public/sitemap.xml rename to docs/sitemap.xml diff --git a/docs/themes/hugo-material-docs/static/stylesheets/application.css b/docs/stylesheets/application.css similarity index 100% rename from docs/themes/hugo-material-docs/static/stylesheets/application.css rename to docs/stylesheets/application.css diff --git a/docs/themes/hugo-material-docs/static/stylesheets/highlight/highlight.css b/docs/stylesheets/highlight/highlight.css similarity index 100% rename from docs/themes/hugo-material-docs/static/stylesheets/highlight/highlight.css rename to docs/stylesheets/highlight/highlight.css diff --git a/docs/themes/hugo-material-docs/static/stylesheets/palettes.css b/docs/stylesheets/palettes.css similarity index 100% rename from docs/themes/hugo-material-docs/static/stylesheets/palettes.css rename to docs/stylesheets/palettes.css diff --git a/docs/themes/hugo-material-docs/static/stylesheets/temporary.css b/docs/stylesheets/temporary.css similarity index 100% rename from docs/themes/hugo-material-docs/static/stylesheets/temporary.css rename to docs/stylesheets/temporary.css