2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Docs: remove version folder from static files

Use a mount instead.
This commit is contained in:
XhmikosR
2020-05-14 11:36:39 +03:00
parent d8999dd566
commit a18aa137a7
93 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ Custom feedback styles apply custom colors, borders, focus styles, and backgroun
{{< example lang="js" show_preview="false" >}}
{{< js.inline >}}
{{- readFile (path.Join "site/static/docs" .Site.Params.docs_version "assets/js/validate-forms.js") -}}
{{- readFile "site/assets/js/validate-forms.js" -}}
{{< /js.inline >}}
{{< /example >}}