1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 14:13:06 +02:00
* Use param to set Bootstrap version in Contents doc

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Julien Déramond
2021-12-16 10:22:03 +01:00
committed by GitHub
parent f7cb3639a7
commit 9c60983949

View File

@@ -130,10 +130,10 @@ bootstrap/
│ ├── css/
│ └── js/
├── site/
│ └──content/
| └──docs/
| └── 4.6/
| └── examples/
│ └── content/
| └── docs/
| └── {{< param docs_version >}}/
| └── examples/
├── js/
└── scss/
```