From 2de14a5f027b53c0a3abc966478d98c61bd0e261 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 11 Feb 2019 18:38:33 +0200 Subject: [PATCH] More updates for v4.3.0. --- README.md | 11 ++++++----- _config.yml | 2 +- nuget/bootstrap.nuspec | 4 ++-- nuget/bootstrap.sass.nuspec | 4 ++-- package.json | 4 ++-- site/_includes/docs-navbar.html | 4 ++-- site/docs/4.3/about/overview.md | 2 +- site/docs/4.3/components/alerts.md | 2 +- site/docs/4.3/content/reboot.md | 2 +- site/docs/4.3/extend/approach.md | 2 +- site/docs/4.3/getting-started/contents.md | 2 +- site/docs/4.3/getting-started/introduction.md | 4 ++-- site/docs/4.3/layout/overview.md | 2 +- site/docs/4.3/utilities/borders.md | 2 +- 14 files changed, 24 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 2cab2418d802..d62ea4286ea8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- Bootstrap logo + Bootstrap logo

@@ -9,7 +9,7 @@

Sleek, intuitive, and powerful front-end framework for faster and easier web development.
- Explore Bootstrap docs » + Explore Bootstrap docs »

Report bug @@ -48,7 +48,7 @@ Several quick start options are available: - Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.3.0` - Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass` -Read the [Getting started page](https://getbootstrap.com/docs/4.2/getting-started/introduction/) for information on the framework contents, templates and examples, and more. +Read the [Getting started page](https://getbootstrap.com/docs/4.3/getting-started/introduction/) for information on the framework contents, templates and examples, and more. ## Status @@ -113,11 +113,11 @@ 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 [Jekyll](https://jekyllrb.com/) 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/docs/4.2/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/docs/4.3/assets/js/src/search.js` file. ### Running documentation locally -1. Run through the [tooling setup](https://getbootstrap.com/docs/4.2/getting-started/build-tools/#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`. +1. Run through the [tooling setup](https://getbootstrap.com/docs/4.3/getting-started/build-tools/#tooling-setup) to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`. 2. Run `npm install` to install Node.js dependencies. 3. Run `npm start` to compile CSS and JavaScript files, generate our docs, and watch for changes. 4. Open `http://localhost:9001` in your browser, and voilà. @@ -131,6 +131,7 @@ Learn more about using Jekyll by reading its [documentation](https://jekyllrb.co - For v3.4.0: - For v4.0.x: - For v4.1.x: +- For v4.2.x: [Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download. diff --git a/_config.yml b/_config.yml index 8183a9730106..accee33cee01 100644 --- a/_config.yml +++ b/_config.yml @@ -17,7 +17,7 @@ baseurl: "" url: "https://getbootstrap.com" encoding: UTF-8 exclude: - - docs/4.2/assets/scss/ + - docs/4.3/assets/scss/ plugins: - jekyll-redirect-from diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec index 0770f0f65671..d65c5daa9112 100644 --- a/nuget/bootstrap.nuspec +++ b/nuget/bootstrap.nuspec @@ -2,7 +2,7 @@ bootstrap - 4.2.0 + 4.3.0 Bootstrap CSS The Bootstrap Authors, Twitter Inc. bootstrap @@ -11,7 +11,7 @@

Bootstrap framework in CSS. Includes fonts and JavaScript en-us https://getbootstrap.com/ - https://getbootstrap.com/docs/4.2/assets/img/favicons/apple-touch-icon.png + https://getbootstrap.com/docs/4.3/assets/img/favicons/apple-touch-icon.png LICENSE.txt Copyright 2017-2019 false diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec index fbd57d4e47f8..ddf20ee951dc 100644 --- a/nuget/bootstrap.sass.nuspec +++ b/nuget/bootstrap.sass.nuspec @@ -2,7 +2,7 @@ bootstrap.sass - 4.2.0 + 4.3.0 Bootstrap Sass The Bootstrap Authors, Twitter Inc. bootstrap @@ -11,7 +11,7 @@ Bootstrap framework in Sass. Includes fonts and JavaScript en-us https://getbootstrap.com/ - https://getbootstrap.com/docs/4.2/assets/img/favicons/apple-touch-icon.png + https://getbootstrap.com/docs/4.3/assets/img/favicons/apple-touch-icon.png LICENSE.txt Copyright 2017-2019 false diff --git a/package.json b/package.json index e6b39d0faa10..bfbfad17bc54 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bootstrap", "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "version": "4.3.0", - "version_short": "4.2", + "version_short": "4.3", "keywords": [ "css", "sass", @@ -111,7 +111,7 @@ "babel-plugin-istanbul": "^5.1.0", "broken-link-checker": "^0.7.8", "bundlesize": "0.15.3", - "clean-css-cli": "^4.3.0", + "clean-css-cli": "^4.2.1", "coveralls": "^3.0.2", "cross-env": "^5.2.0", "eslint": "^5.13.0", diff --git a/site/_includes/docs-navbar.html b/site/_includes/docs-navbar.html index 21c481c50878..80b61b6557fc 100644 --- a/site/_includes/docs-navbar.html +++ b/site/_includes/docs-navbar.html @@ -32,8 +32,8 @@ v{{ site.docs_version }}