Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <julien.deramond@orange.com>2021-12-16 12:22:03 +0300
committerGitHub <noreply@github.com>2021-12-16 12:22:03 +0300
commit9c60983949285f4d13fbfd8fed3cd48dd781e008 (patch)
tree17c94e5147ea4fde39ae71c127388a959a7b18c7
parentf7cb3639a7845094fce792672a73e8b42cd88937 (diff)
Backport #35556 (#35558)
* Use param to set Bootstrap version in Contents doc Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--site/content/docs/4.6/getting-started/contents.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/content/docs/4.6/getting-started/contents.md b/site/content/docs/4.6/getting-started/contents.md
index 6305f39d65..092ddd6e17 100644
--- a/site/content/docs/4.6/getting-started/contents.md
+++ b/site/content/docs/4.6/getting-started/contents.md
@@ -130,10 +130,10 @@ bootstrap/
│ ├── css/
│ └── js/
├── site/
-│ └──content/
-| └──docs/
-| └── 4.6/
-| └── examples/
+│ └── content/
+| └── docs/
+| └── {{< param docs_version >}}/
+| └── examples/
├── js/
└── scss/
```