Skip to content

Commit 9c60983

Browse files
Backport #35556 (#35558)
* Use param to set Bootstrap version in Contents doc Co-authored-by: XhmikosR <xhmikosr@gmail.com>
1 parent f7cb363 commit 9c60983

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/content/docs/4.6/getting-started/contents.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ bootstrap/
130130
│ ├── css/
131131
│ └── js/
132132
├── site/
133-
│ └──content/
134-
| └──docs/
135-
| └── 4.6/
136-
| └── examples/
133+
│ └── content/
134+
| └── docs/
135+
| └── {{< param docs_version >}}/
136+
| └── examples/
137137
├── js/
138138
└── scss/
139139
```

0 commit comments

Comments
 (0)