From 1e6c17322d6a2708aa67ef1e7c52c99c61e666d7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Jun 2017 13:41:50 -0700 Subject: [PATCH 1/2] Update Bootstrap config for beta release --- configs/bootstrap-v4.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/configs/bootstrap-v4.json b/configs/bootstrap-v4.json index 919860061..c2522a662 100644 --- a/configs/bootstrap-v4.json +++ b/configs/bootstrap-v4.json @@ -1,18 +1,15 @@ { "index_name": "bootstrap-v4", "start_urls": [ - "https://v4-alpha.getbootstrap.com/" + "https://getbootstrap.com/" ], "stop_urls": [], "selectors": { - "lvl0": ".bd-pageheader h1", "lvl1": ".bd-content h1", "lvl2": ".bd-content h2", "lvl3": ".bd-content h3", - "lvl4": ".bd-content h4", - "lvl5": ".bd-content h5", "text": ".bd-content p, .bd-content li" }, "min_indexed_level": 1, "nb_hits": 2851 -} \ No newline at end of file +} From 183a1309d8c8e07682caa35c239b4f74d71825a3 Mon Sep 17 00:00:00 2001 From: Mattonit Date: Wed, 5 Jul 2017 15:10:55 +0200 Subject: [PATCH 2/2] improved config for BS4 beta --- configs/bootstrap-v4.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/bootstrap-v4.json b/configs/bootstrap-v4.json index c2522a662..c2dcff953 100644 --- a/configs/bootstrap-v4.json +++ b/configs/bootstrap-v4.json @@ -5,9 +5,9 @@ ], "stop_urls": [], "selectors": { - "lvl1": ".bd-content h1", - "lvl2": ".bd-content h2", - "lvl3": ".bd-content h3", + "lvl0": ".bd-content h1", + "lvl1": ".bd-content h2", + "lvl2": ".bd-content h3", "text": ".bd-content p, .bd-content li" }, "min_indexed_level": 1,