]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Backport #35556 (#35558)
authorJulien Déramond <julien.deramond@orange.com>
Thu, 16 Dec 2021 09:22:03 +0000 (10:22 +0100)
committerGitHub <noreply@github.com>
Thu, 16 Dec 2021 09:22:03 +0000 (11:22 +0200)
* Use param to set Bootstrap version in Contents doc

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
site/content/docs/4.6/getting-started/contents.md

index 6305f39d6589b93df6db2f0c927de5ded57404cf..092ddd6e175ad6771dacf30af931041defe0381e 100644 (file)
@@ -130,10 +130,10 @@ bootstrap/
 │   ├── css/
 │   └── js/
 ├── site/
-│   └──content/
-|      └──docs/
-|         └── 4.6/
-|             └── examples/
+│   └── content/
+|       └── docs/
+|           └── {{< param docs_version >}}/
+|               └── examples/
 ├── js/
 └── scss/
 ```