aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-16 08:01:58 +0300
committerGitHub <[email protected]>2017-10-16 08:01:58 +0300
commit658e81a0840a2b49e7977206e3d5feabea797677 (patch)
tree9d17f2585f61eaad767a719a6cd7df27951366be /docs
parent0e90240b16cb3fb2e1b4df2cfb68c4c3e0b19bd3 (diff)
downloadbootstrap-658e81a0840a2b49e7977206e3d5feabea797677.tar.xz
bootstrap-658e81a0840a2b49e7977206e3d5feabea797677.zip
Mention bootstrap bundle in docs. (#24385)
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/getting-started/contents.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/4.0/getting-started/contents.md b/docs/4.0/getting-started/contents.md
index 3d5389fee..975f29a0a 100644
--- a/docs/4.0/getting-started/contents.md
+++ b/docs/4.0/getting-started/contents.md
@@ -28,6 +28,8 @@ bootstrap/
│ ├── bootstrap-reboot.min.css
│ └── bootstrap-reboot.min.css.map
└── js/
+ ├── bootstrap.bundle.js
+ ├── bootstrap.bundle.min.js
├── bootstrap.js
└── bootstrap.min.js
{% endhighlight %}