aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-09-17 00:22:49 +0300
committerGitHub <[email protected]>2019-09-17 00:22:49 +0300
commit129bb08fc4d2c850ae71250371adf82a4441dc70 (patch)
tree4816ae6ce08538296928eec9a83a498359fd78eb /README.md
parenta9c05ab798df7b1a40af41c25dd92faa84b13f99 (diff)
downloadbootstrap-129bb08fc4d2c850ae71250371adf82a4441dc70.tar.xz
bootstrap-129bb08fc4d2c850ae71250371adf82a4441dc70.zip
Use Hugo for our docs Sass and JS. (#29280)
Now there's only one command needed to run the docs: `npm run docs-serve`. Also, simplify the npm scripts.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a84d63369..3b54ee301 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,7 @@ Have a bug or a feature request? Please first read the [issue guidelines](https:
Bootstrap's documentation, included in this repo in the root directory, is built with [Hugo](https://gohugo.io/) and publicly hosted on GitHub Pages at <https://getbootstrap.com/>. The docs may also be run locally.
-Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in `site/static/docs/4.3/assets/js/src/search.js` file.
+Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in `site/assets/js/src/search.js` file.
### Running documentation locally