-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update Bootstrap config for beta release #174
Conversation
The crawler needs a lvl0, so could you shift the |
@ElPicador so would it be ok to replace it with the following?
|
@mattonit exactly |
Thanks, y'all! Let me know if there's anything else I can change here. |
Change the PR :) |
improved config for BS4 beta
@ElPicador Hah, well yeah, just had to merge @mattonit's PR :). |
I'll deploy it right away |
@mdo Actually I don't think this change is going to work as you expect. I am going to revert the change. For the url we are going to use v4-alpha.getbootstrap.com for now. When getbootstrap.com/docs/4.0/ is live, we'll update the config for the prod and create a second one for the alpha. |
@mdo Here is the snippet I would use
Tell me if that's what you have in mind. |
That's great! |
I don't think I'm doing this 100% right, but here's what's up:
v4-alpha.getbootstrap.com
site will remain as-is).getbootstrap.com/docs/4.0/
, but not all pages are there (home, examples, and about aren't).<h1>
s to show up in the list—I want the name of the page to show up. Dropping folks on the first heading like that skips a few pixels and doesn't give you the page's name. Is that possible?<h4>
and<h5>
in there, so I've pull them out.Other than that, we'll likely need to rebuild the index, too. I've reordered a good amount since we added DocSearch originally :).
Lemme know what else I can do, and thanks for all your help!