From 129bb08fc4d2c850ae71250371adf82a4441dc70 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 17 Sep 2019 00:22:49 +0300 Subject: 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 . 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 -- cgit v1.2.3