diff --git a/.github/workflows/publish-site.yml b/.github/workflows/publish-site.yml index 2dd5e79..3f074ac 100644 --- a/.github/workflows/publish-site.yml +++ b/.github/workflows/publish-site.yml @@ -27,7 +27,7 @@ jobs: git config --global user.email "dev@strolch.li" git config --global user.name "Strolch GitHub Actions Build" git status - git add public/ + git add docs/ git commit -am "[AUTO] New version of website" git push origin HEAD:develop diff --git a/config.toml b/config.toml index 6bc1aa3..68dce96 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ baseURL = "https://strolch.li/" languageCode = "en-us" title = "Strolch" theme = "hugo-theme-learn" -publishDir = "public" +publishDir = "docs" refLinksErrorLevel = "WARNING" diff --git a/public/404.html b/docs/404.html similarity index 100% rename from public/404.html rename to docs/404.html diff --git a/public/api/index.html b/docs/api/index.html similarity index 100% rename from public/api/index.html rename to docs/api/index.html diff --git a/public/api/index.xml b/docs/api/index.xml similarity index 100% rename from public/api/index.xml rename to docs/api/index.xml diff --git a/public/assets/images/Strolch-Bird-View.svg b/docs/assets/images/Strolch-Bird-View.svg similarity index 100% rename from public/assets/images/Strolch-Bird-View.svg rename to docs/assets/images/Strolch-Bird-View.svg diff --git a/public/assets/images/Strolch-PLC-Architecture-Overview.png b/docs/assets/images/Strolch-PLC-Architecture-Overview.png similarity index 100% rename from public/assets/images/Strolch-PLC-Architecture-Overview.png rename to docs/assets/images/Strolch-PLC-Architecture-Overview.png diff --git a/public/assets/images/Strolch-PLC-Architecture.png b/docs/assets/images/Strolch-PLC-Architecture.png similarity index 100% rename from public/assets/images/Strolch-PLC-Architecture.png rename to docs/assets/images/Strolch-PLC-Architecture.png diff --git a/public/assets/images/Strolch-Plc-Example.png b/docs/assets/images/Strolch-Plc-Example.png similarity index 100% rename from public/assets/images/Strolch-Plc-Example.png rename to docs/assets/images/Strolch-Plc-Example.png diff --git a/public/assets/images/Strolch-Squirrel-View.svg b/docs/assets/images/Strolch-Squirrel-View.svg similarity index 100% rename from public/assets/images/Strolch-Squirrel-View.svg rename to docs/assets/images/Strolch-Squirrel-View.svg diff --git a/public/assets/images/git-seeklogo.com.svg b/docs/assets/images/git-seeklogo.com.svg similarity index 100% rename from public/assets/images/git-seeklogo.com.svg rename to docs/assets/images/git-seeklogo.com.svg diff --git a/public/assets/images/intellij-idea-seeklogo.com.svg b/docs/assets/images/intellij-idea-seeklogo.com.svg similarity index 100% rename from public/assets/images/intellij-idea-seeklogo.com.svg rename to docs/assets/images/intellij-idea-seeklogo.com.svg diff --git a/public/assets/images/maven-seeklogo.com.svg b/docs/assets/images/maven-seeklogo.com.svg similarity index 100% rename from public/assets/images/maven-seeklogo.com.svg rename to docs/assets/images/maven-seeklogo.com.svg diff --git a/public/assets/images/strolch-model-example.png b/docs/assets/images/strolch-model-example.png similarity index 100% rename from public/assets/images/strolch-model-example.png rename to docs/assets/images/strolch-model-example.png diff --git a/public/assets/xsd/StrolchModel-1.6.xsd b/docs/assets/xsd/StrolchModel-1.6.xsd similarity index 100% rename from public/assets/xsd/StrolchModel-1.6.xsd rename to docs/assets/xsd/StrolchModel-1.6.xsd diff --git a/public/categories/index.html b/docs/categories/index.html similarity index 100% rename from public/categories/index.html rename to docs/categories/index.html diff --git a/public/categories/index.xml b/docs/categories/index.xml similarity index 100% rename from public/categories/index.xml rename to docs/categories/index.xml diff --git a/public/css/atom-one-dark-reasonable.css b/docs/css/atom-one-dark-reasonable.css similarity index 100% rename from public/css/atom-one-dark-reasonable.css rename to docs/css/atom-one-dark-reasonable.css diff --git a/public/css/auto-complete.css b/docs/css/auto-complete.css similarity index 100% rename from public/css/auto-complete.css rename to docs/css/auto-complete.css diff --git a/public/css/featherlight.min.css b/docs/css/featherlight.min.css similarity index 100% rename from public/css/featherlight.min.css rename to docs/css/featherlight.min.css diff --git a/public/css/fontawesome-all.min.css b/docs/css/fontawesome-all.min.css similarity index 100% rename from public/css/fontawesome-all.min.css rename to docs/css/fontawesome-all.min.css diff --git a/public/css/hugo-easy-gallery.css b/docs/css/hugo-easy-gallery.css similarity index 100% rename from public/css/hugo-easy-gallery.css rename to docs/css/hugo-easy-gallery.css diff --git a/public/css/hugo-theme.css b/docs/css/hugo-theme.css similarity index 100% rename from public/css/hugo-theme.css rename to docs/css/hugo-theme.css diff --git a/public/css/hybrid.css b/docs/css/hybrid.css similarity index 100% rename from public/css/hybrid.css rename to docs/css/hybrid.css diff --git a/public/css/nucleus.css b/docs/css/nucleus.css similarity index 100% rename from public/css/nucleus.css rename to docs/css/nucleus.css diff --git a/public/css/perfect-scrollbar.min.css b/docs/css/perfect-scrollbar.min.css similarity index 100% rename from public/css/perfect-scrollbar.min.css rename to docs/css/perfect-scrollbar.min.css diff --git a/public/css/tags.css b/docs/css/tags.css similarity index 100% rename from public/css/tags.css rename to docs/css/tags.css diff --git a/public/css/theme-blue.css b/docs/css/theme-blue.css similarity index 100% rename from public/css/theme-blue.css rename to docs/css/theme-blue.css diff --git a/public/css/theme-green.css b/docs/css/theme-green.css similarity index 100% rename from public/css/theme-green.css rename to docs/css/theme-green.css diff --git a/public/css/theme-red.css b/docs/css/theme-red.css similarity index 100% rename from public/css/theme-red.css rename to docs/css/theme-red.css diff --git a/public/css/theme.css b/docs/css/theme.css similarity index 100% rename from public/css/theme.css rename to docs/css/theme.css diff --git a/public/development/index.html b/docs/development/index.html similarity index 100% rename from public/development/index.html rename to docs/development/index.html diff --git a/public/development/index.xml b/docs/development/index.xml similarity index 100% rename from public/development/index.xml rename to docs/development/index.xml diff --git a/public/documentation/architecture/index.html b/docs/documentation/architecture/index.html similarity index 100% rename from public/documentation/architecture/index.html rename to docs/documentation/architecture/index.html diff --git a/public/documentation/components/index.html b/docs/documentation/components/index.html similarity index 100% rename from public/documentation/components/index.html rename to docs/documentation/components/index.html diff --git a/public/documentation/do-and-donts/index.html b/docs/documentation/do-and-donts/index.html similarity index 100% rename from public/documentation/do-and-donts/index.html rename to docs/documentation/do-and-donts/index.html diff --git a/public/documentation/index.html b/docs/documentation/index.html similarity index 100% rename from public/documentation/index.html rename to docs/documentation/index.html diff --git a/public/documentation/index.xml b/docs/documentation/index.xml similarity index 100% rename from public/documentation/index.xml rename to docs/documentation/index.xml diff --git a/public/documentation/model/index.html b/docs/documentation/model/index.html similarity index 100% rename from public/documentation/model/index.html rename to docs/documentation/model/index.html diff --git a/public/documentation/observers/index.html b/docs/documentation/observers/index.html similarity index 100% rename from public/documentation/observers/index.html rename to docs/documentation/observers/index.html diff --git a/public/documentation/policies/index.html b/docs/documentation/policies/index.html similarity index 100% rename from public/documentation/policies/index.html rename to docs/documentation/policies/index.html diff --git a/public/documentation/priviles/index.html b/docs/documentation/priviles/index.html similarity index 100% rename from public/documentation/priviles/index.html rename to docs/documentation/priviles/index.html diff --git a/public/documentation/queries/index.html b/docs/documentation/queries/index.html similarity index 100% rename from public/documentation/queries/index.html rename to docs/documentation/queries/index.html diff --git a/public/documentation/realms/index.html b/docs/documentation/realms/index.html similarity index 100% rename from public/documentation/realms/index.html rename to docs/documentation/realms/index.html diff --git a/public/documentation/reports/index.html b/docs/documentation/reports/index.html similarity index 100% rename from public/documentation/reports/index.html rename to docs/documentation/reports/index.html diff --git a/public/documentation/runtime-configuration/index.html b/docs/documentation/runtime-configuration/index.html similarity index 100% rename from public/documentation/runtime-configuration/index.html rename to docs/documentation/runtime-configuration/index.html diff --git a/public/documentation/searches/index.html b/docs/documentation/searches/index.html similarity index 100% rename from public/documentation/searches/index.html rename to docs/documentation/searches/index.html diff --git a/public/documentation/services-and-commands/index.html b/docs/documentation/services-and-commands/index.html similarity index 100% rename from public/documentation/services-and-commands/index.html rename to docs/documentation/services-and-commands/index.html diff --git a/public/documentation/transactions/index.html b/docs/documentation/transactions/index.html similarity index 100% rename from public/documentation/transactions/index.html rename to docs/documentation/transactions/index.html diff --git a/public/documentation/versioning/index.html b/docs/documentation/versioning/index.html similarity index 100% rename from public/documentation/versioning/index.html rename to docs/documentation/versioning/index.html diff --git a/public/download/index.html b/docs/download/index.html similarity index 100% rename from public/download/index.html rename to docs/download/index.html diff --git a/public/download/index.xml b/docs/download/index.xml similarity index 100% rename from public/download/index.xml rename to docs/download/index.xml diff --git a/public/fonts/Inconsolata.eot b/docs/fonts/Inconsolata.eot similarity index 100% rename from public/fonts/Inconsolata.eot rename to docs/fonts/Inconsolata.eot diff --git a/public/fonts/Inconsolata.svg b/docs/fonts/Inconsolata.svg similarity index 100% rename from public/fonts/Inconsolata.svg rename to docs/fonts/Inconsolata.svg diff --git a/public/fonts/Inconsolata.ttf b/docs/fonts/Inconsolata.ttf similarity index 100% rename from public/fonts/Inconsolata.ttf rename to docs/fonts/Inconsolata.ttf diff --git a/public/fonts/Inconsolata.woff b/docs/fonts/Inconsolata.woff similarity index 100% rename from public/fonts/Inconsolata.woff rename to docs/fonts/Inconsolata.woff diff --git a/public/fonts/Novecentosanswide-Normal-webfont.eot b/docs/fonts/Novecentosanswide-Normal-webfont.eot similarity index 100% rename from public/fonts/Novecentosanswide-Normal-webfont.eot rename to docs/fonts/Novecentosanswide-Normal-webfont.eot diff --git a/public/fonts/Novecentosanswide-Normal-webfont.svg b/docs/fonts/Novecentosanswide-Normal-webfont.svg similarity index 100% rename from public/fonts/Novecentosanswide-Normal-webfont.svg rename to docs/fonts/Novecentosanswide-Normal-webfont.svg diff --git a/public/fonts/Novecentosanswide-Normal-webfont.ttf b/docs/fonts/Novecentosanswide-Normal-webfont.ttf similarity index 100% rename from public/fonts/Novecentosanswide-Normal-webfont.ttf rename to docs/fonts/Novecentosanswide-Normal-webfont.ttf diff --git a/public/fonts/Novecentosanswide-Normal-webfont.woff b/docs/fonts/Novecentosanswide-Normal-webfont.woff similarity index 100% rename from public/fonts/Novecentosanswide-Normal-webfont.woff rename to docs/fonts/Novecentosanswide-Normal-webfont.woff diff --git a/public/fonts/Novecentosanswide-Normal-webfont.woff2 b/docs/fonts/Novecentosanswide-Normal-webfont.woff2 similarity index 100% rename from public/fonts/Novecentosanswide-Normal-webfont.woff2 rename to docs/fonts/Novecentosanswide-Normal-webfont.woff2 diff --git a/public/fonts/Novecentosanswide-UltraLight-webfont.eot b/docs/fonts/Novecentosanswide-UltraLight-webfont.eot similarity index 100% rename from public/fonts/Novecentosanswide-UltraLight-webfont.eot rename to docs/fonts/Novecentosanswide-UltraLight-webfont.eot diff --git a/public/fonts/Novecentosanswide-UltraLight-webfont.svg b/docs/fonts/Novecentosanswide-UltraLight-webfont.svg similarity index 100% rename from public/fonts/Novecentosanswide-UltraLight-webfont.svg rename to docs/fonts/Novecentosanswide-UltraLight-webfont.svg diff --git a/public/fonts/Novecentosanswide-UltraLight-webfont.ttf b/docs/fonts/Novecentosanswide-UltraLight-webfont.ttf similarity index 100% rename from public/fonts/Novecentosanswide-UltraLight-webfont.ttf rename to docs/fonts/Novecentosanswide-UltraLight-webfont.ttf diff --git a/public/fonts/Novecentosanswide-UltraLight-webfont.woff b/docs/fonts/Novecentosanswide-UltraLight-webfont.woff similarity index 100% rename from public/fonts/Novecentosanswide-UltraLight-webfont.woff rename to docs/fonts/Novecentosanswide-UltraLight-webfont.woff diff --git a/public/fonts/Novecentosanswide-UltraLight-webfont.woff2 b/docs/fonts/Novecentosanswide-UltraLight-webfont.woff2 similarity index 100% rename from public/fonts/Novecentosanswide-UltraLight-webfont.woff2 rename to docs/fonts/Novecentosanswide-UltraLight-webfont.woff2 diff --git a/public/fonts/Work_Sans_200.eot b/docs/fonts/Work_Sans_200.eot similarity index 100% rename from public/fonts/Work_Sans_200.eot rename to docs/fonts/Work_Sans_200.eot diff --git a/public/fonts/Work_Sans_200.svg b/docs/fonts/Work_Sans_200.svg similarity index 100% rename from public/fonts/Work_Sans_200.svg rename to docs/fonts/Work_Sans_200.svg diff --git a/public/fonts/Work_Sans_200.ttf b/docs/fonts/Work_Sans_200.ttf similarity index 100% rename from public/fonts/Work_Sans_200.ttf rename to docs/fonts/Work_Sans_200.ttf diff --git a/public/fonts/Work_Sans_200.woff b/docs/fonts/Work_Sans_200.woff similarity index 100% rename from public/fonts/Work_Sans_200.woff rename to docs/fonts/Work_Sans_200.woff diff --git a/public/fonts/Work_Sans_200.woff2 b/docs/fonts/Work_Sans_200.woff2 similarity index 100% rename from public/fonts/Work_Sans_200.woff2 rename to docs/fonts/Work_Sans_200.woff2 diff --git a/public/fonts/Work_Sans_300.eot b/docs/fonts/Work_Sans_300.eot similarity index 100% rename from public/fonts/Work_Sans_300.eot rename to docs/fonts/Work_Sans_300.eot diff --git a/public/fonts/Work_Sans_300.svg b/docs/fonts/Work_Sans_300.svg similarity index 100% rename from public/fonts/Work_Sans_300.svg rename to docs/fonts/Work_Sans_300.svg diff --git a/public/fonts/Work_Sans_300.ttf b/docs/fonts/Work_Sans_300.ttf similarity index 100% rename from public/fonts/Work_Sans_300.ttf rename to docs/fonts/Work_Sans_300.ttf diff --git a/public/fonts/Work_Sans_300.woff b/docs/fonts/Work_Sans_300.woff similarity index 100% rename from public/fonts/Work_Sans_300.woff rename to docs/fonts/Work_Sans_300.woff diff --git a/public/fonts/Work_Sans_300.woff2 b/docs/fonts/Work_Sans_300.woff2 similarity index 100% rename from public/fonts/Work_Sans_300.woff2 rename to docs/fonts/Work_Sans_300.woff2 diff --git a/public/fonts/Work_Sans_500.eot b/docs/fonts/Work_Sans_500.eot similarity index 100% rename from public/fonts/Work_Sans_500.eot rename to docs/fonts/Work_Sans_500.eot diff --git a/public/fonts/Work_Sans_500.svg b/docs/fonts/Work_Sans_500.svg similarity index 100% rename from public/fonts/Work_Sans_500.svg rename to docs/fonts/Work_Sans_500.svg diff --git a/public/fonts/Work_Sans_500.ttf b/docs/fonts/Work_Sans_500.ttf similarity index 100% rename from public/fonts/Work_Sans_500.ttf rename to docs/fonts/Work_Sans_500.ttf diff --git a/public/fonts/Work_Sans_500.woff b/docs/fonts/Work_Sans_500.woff similarity index 100% rename from public/fonts/Work_Sans_500.woff rename to docs/fonts/Work_Sans_500.woff diff --git a/public/fonts/Work_Sans_500.woff2 b/docs/fonts/Work_Sans_500.woff2 similarity index 100% rename from public/fonts/Work_Sans_500.woff2 rename to docs/fonts/Work_Sans_500.woff2 diff --git a/public/google052dbec2d053a4e1.html b/docs/google052dbec2d053a4e1.html similarity index 100% rename from public/google052dbec2d053a4e1.html rename to docs/google052dbec2d053a4e1.html diff --git a/public/history/index.html b/docs/history/index.html similarity index 100% rename from public/history/index.html rename to docs/history/index.html diff --git a/public/history/index.xml b/docs/history/index.xml similarity index 100% rename from public/history/index.xml rename to docs/history/index.xml diff --git a/public/images/clippy.svg b/docs/images/clippy.svg similarity index 100% rename from public/images/clippy.svg rename to docs/images/clippy.svg diff --git a/public/images/favicon.png b/docs/images/favicon.png similarity index 100% rename from public/images/favicon.png rename to docs/images/favicon.png diff --git a/public/images/gopher-404.jpg b/docs/images/gopher-404.jpg similarity index 100% rename from public/images/gopher-404.jpg rename to docs/images/gopher-404.jpg diff --git a/public/index.html b/docs/index.html similarity index 100% rename from public/index.html rename to docs/index.html diff --git a/public/index.json b/docs/index.json similarity index 100% rename from public/index.json rename to docs/index.json diff --git a/public/index.xml b/docs/index.xml similarity index 100% rename from public/index.xml rename to docs/index.xml diff --git a/public/js/auto-complete.js b/docs/js/auto-complete.js similarity index 100% rename from public/js/auto-complete.js rename to docs/js/auto-complete.js diff --git a/public/js/clipboard.min.js b/docs/js/clipboard.min.js similarity index 100% rename from public/js/clipboard.min.js rename to docs/js/clipboard.min.js diff --git a/public/js/featherlight.min.js b/docs/js/featherlight.min.js similarity index 100% rename from public/js/featherlight.min.js rename to docs/js/featherlight.min.js diff --git a/public/js/highlight.pack.js b/docs/js/highlight.pack.js similarity index 100% rename from public/js/highlight.pack.js rename to docs/js/highlight.pack.js diff --git a/public/js/hugo-learn.js b/docs/js/hugo-learn.js similarity index 100% rename from public/js/hugo-learn.js rename to docs/js/hugo-learn.js diff --git a/public/js/jquery-3.3.1.min.js b/docs/js/jquery-3.3.1.min.js similarity index 100% rename from public/js/jquery-3.3.1.min.js rename to docs/js/jquery-3.3.1.min.js diff --git a/public/js/jquery.sticky.js b/docs/js/jquery.sticky.js similarity index 100% rename from public/js/jquery.sticky.js rename to docs/js/jquery.sticky.js diff --git a/public/js/learn.js b/docs/js/learn.js similarity index 100% rename from public/js/learn.js rename to docs/js/learn.js diff --git a/public/js/load-photoswipe.js b/docs/js/load-photoswipe.js similarity index 100% rename from public/js/load-photoswipe.js rename to docs/js/load-photoswipe.js diff --git a/public/js/lunr.min.js b/docs/js/lunr.min.js similarity index 100% rename from public/js/lunr.min.js rename to docs/js/lunr.min.js diff --git a/public/js/modernizr.custom-3.6.0.js b/docs/js/modernizr.custom-3.6.0.js similarity index 100% rename from public/js/modernizr.custom-3.6.0.js rename to docs/js/modernizr.custom-3.6.0.js diff --git a/public/js/perfect-scrollbar.jquery.min.js b/docs/js/perfect-scrollbar.jquery.min.js similarity index 100% rename from public/js/perfect-scrollbar.jquery.min.js rename to docs/js/perfect-scrollbar.jquery.min.js diff --git a/public/js/perfect-scrollbar.min.js b/docs/js/perfect-scrollbar.min.js similarity index 100% rename from public/js/perfect-scrollbar.min.js rename to docs/js/perfect-scrollbar.min.js diff --git a/public/js/search.js b/docs/js/search.js similarity index 100% rename from public/js/search.js rename to docs/js/search.js diff --git a/public/logo.png b/docs/logo.png similarity index 100% rename from public/logo.png rename to docs/logo.png diff --git a/public/mermaid/mermaid.js b/docs/mermaid/mermaid.js similarity index 100% rename from public/mermaid/mermaid.js rename to docs/mermaid/mermaid.js diff --git a/public/plc/architecture/index.html b/docs/plc/architecture/index.html similarity index 100% rename from public/plc/architecture/index.html rename to docs/plc/architecture/index.html diff --git a/public/plc/example-set-up/index.html b/docs/plc/example-set-up/index.html similarity index 100% rename from public/plc/example-set-up/index.html rename to docs/plc/example-set-up/index.html diff --git a/public/plc/index.html b/docs/plc/index.html similarity index 100% rename from public/plc/index.html rename to docs/plc/index.html diff --git a/public/plc/index.xml b/docs/plc/index.xml similarity index 100% rename from public/plc/index.xml rename to docs/plc/index.xml diff --git a/public/sitemap.xml b/docs/sitemap.xml similarity index 100% rename from public/sitemap.xml rename to docs/sitemap.xml diff --git a/public/tags/index.html b/docs/tags/index.html similarity index 100% rename from public/tags/index.html rename to docs/tags/index.html diff --git a/public/tags/index.xml b/docs/tags/index.xml similarity index 100% rename from public/tags/index.xml rename to docs/tags/index.xml diff --git a/public/tutorial/configuration/index.html b/docs/tutorial/configuration/index.html similarity index 100% rename from public/tutorial/configuration/index.html rename to docs/tutorial/configuration/index.html diff --git a/public/tutorial/crud-book/index.html b/docs/tutorial/crud-book/index.html similarity index 100% rename from public/tutorial/crud-book/index.html rename to docs/tutorial/crud-book/index.html diff --git a/public/tutorial/index.html b/docs/tutorial/index.html similarity index 100% rename from public/tutorial/index.html rename to docs/tutorial/index.html diff --git a/public/tutorial/index.xml b/docs/tutorial/index.xml similarity index 100% rename from public/tutorial/index.xml rename to docs/tutorial/index.xml diff --git a/public/tutorial/model/index.html b/docs/tutorial/model/index.html similarity index 100% rename from public/tutorial/model/index.html rename to docs/tutorial/model/index.html diff --git a/public/webfonts/fa-brands-400.eot b/docs/webfonts/fa-brands-400.eot similarity index 100% rename from public/webfonts/fa-brands-400.eot rename to docs/webfonts/fa-brands-400.eot diff --git a/public/webfonts/fa-brands-400.svg b/docs/webfonts/fa-brands-400.svg similarity index 100% rename from public/webfonts/fa-brands-400.svg rename to docs/webfonts/fa-brands-400.svg diff --git a/public/webfonts/fa-brands-400.ttf b/docs/webfonts/fa-brands-400.ttf similarity index 100% rename from public/webfonts/fa-brands-400.ttf rename to docs/webfonts/fa-brands-400.ttf diff --git a/public/webfonts/fa-brands-400.woff b/docs/webfonts/fa-brands-400.woff similarity index 100% rename from public/webfonts/fa-brands-400.woff rename to docs/webfonts/fa-brands-400.woff diff --git a/public/webfonts/fa-brands-400.woff2 b/docs/webfonts/fa-brands-400.woff2 similarity index 100% rename from public/webfonts/fa-brands-400.woff2 rename to docs/webfonts/fa-brands-400.woff2 diff --git a/public/webfonts/fa-regular-400.eot b/docs/webfonts/fa-regular-400.eot similarity index 100% rename from public/webfonts/fa-regular-400.eot rename to docs/webfonts/fa-regular-400.eot diff --git a/public/webfonts/fa-regular-400.svg b/docs/webfonts/fa-regular-400.svg similarity index 100% rename from public/webfonts/fa-regular-400.svg rename to docs/webfonts/fa-regular-400.svg diff --git a/public/webfonts/fa-regular-400.ttf b/docs/webfonts/fa-regular-400.ttf similarity index 100% rename from public/webfonts/fa-regular-400.ttf rename to docs/webfonts/fa-regular-400.ttf diff --git a/public/webfonts/fa-regular-400.woff b/docs/webfonts/fa-regular-400.woff similarity index 100% rename from public/webfonts/fa-regular-400.woff rename to docs/webfonts/fa-regular-400.woff diff --git a/public/webfonts/fa-regular-400.woff2 b/docs/webfonts/fa-regular-400.woff2 similarity index 100% rename from public/webfonts/fa-regular-400.woff2 rename to docs/webfonts/fa-regular-400.woff2 diff --git a/public/webfonts/fa-solid-900.eot b/docs/webfonts/fa-solid-900.eot similarity index 100% rename from public/webfonts/fa-solid-900.eot rename to docs/webfonts/fa-solid-900.eot diff --git a/public/webfonts/fa-solid-900.svg b/docs/webfonts/fa-solid-900.svg similarity index 100% rename from public/webfonts/fa-solid-900.svg rename to docs/webfonts/fa-solid-900.svg diff --git a/public/webfonts/fa-solid-900.ttf b/docs/webfonts/fa-solid-900.ttf similarity index 100% rename from public/webfonts/fa-solid-900.ttf rename to docs/webfonts/fa-solid-900.ttf diff --git a/public/webfonts/fa-solid-900.woff b/docs/webfonts/fa-solid-900.woff similarity index 100% rename from public/webfonts/fa-solid-900.woff rename to docs/webfonts/fa-solid-900.woff diff --git a/public/webfonts/fa-solid-900.woff2 b/docs/webfonts/fa-solid-900.woff2 similarity index 100% rename from public/webfonts/fa-solid-900.woff2 rename to docs/webfonts/fa-solid-900.woff2