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:
authorXhmikosR <xhmikosr@gmail.com>2020-11-19 22:09:34 +0300
committerGitHub <noreply@github.com>2020-11-19 22:09:34 +0300
commit6637154beba30f0a3adcd5572656a93de3a1cd8c (patch)
tree69b59c8c8b1c6a1052045ec23c49b6cb51af68d0 /config.yml
parent50d892167036f440f9224327b0a48cf72a2e44b6 (diff)
Revert "Use Hugo mounts for our docs vendor files." (#32210)
* Revert "Adapt to the recent main changes" This reverts commit 50d892167036f440f9224327b0a48cf72a2e44b6. * Revert "Add Hugo Pipes logic for local and vendored scripts." This reverts commit 3fcfd606f2c264f1d3434e99c140a05edec461c3. * Revert "Use Hugo mounts for our docs vendor JS files." This reverts commit 6b071116f3b09b59a423ad999efbd67f8645bfa5.
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/config.yml b/config.yml
index eafd87945d..72776be7d9 100644
--- a/config.yml
+++ b/config.yml
@@ -40,16 +40,6 @@ module:
target: static/apple-touch-icon.png
- source: site/static/docs/5.0/assets/img/favicons/favicon.ico
target: static/favicon.ico
-
- # the following are processed via Hugo pipes so we need them in the assets folder
- ## the following will be printed with Hugo pipes
- - source: node_modules/docsearch.js/dist/cdn/docsearch.min.js
- target: assets/js/vendor/docsearch.min.js
- ## The following vendor files will be bundled together on top of local js files as /docs.js
- - source: node_modules/anchor-js/anchor.min.js
- target: assets/js/vendor/anchor.min.js
- - source: node_modules/clipboard/dist/clipboard.min.js
- target: assets/js/vendor/clipboard.min.js
params:
description: "The most popular HTML, CSS, and JS library in the world."