From 723cd8d12bdd48f389234b5fc40c3b1789807b4d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 16 Jun 2020 21:17:28 +0300 Subject: Prepare docs for v5.getbootstrap.com * use v5.getbootstrap.com as the site URL/CNAME * block robots from crawling * specify next npm tag --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9d339d9760..75e008100a 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 @@ -41,14 +41,14 @@ Several quick start options are available: -- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.5.0.zip) +- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v5.0.0.zip) - Clone the repo: `git clone https://github.com/twbs/bootstrap.git` -- Install with [npm](https://www.npmjs.com/): `npm install bootstrap` -- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@4.5.0` -- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:4.5.0` +- Install with [npm](https://www.npmjs.com/): `npm install bootstrap@next` +- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@5.0.0` +- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.0.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.5/getting-started/introduction/) for information on the framework contents, templates and examples, and more. +Read the [Getting started page](https://v5.getbootstrap.com/docs/5.0/getting-started/introduction/) for information on the framework contents, templates and examples, and more. ## Status @@ -119,7 +119,7 @@ Have a bug or a feature request? Please first read the [issue guidelines](https: ## Documentation -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. +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/assets/js/src/search.js` file. @@ -134,7 +134,7 @@ Learn more about using Hugo by reading its [documentation](https://gohugo.io/doc ### Documentation for previous releases -You can find all our previous releases docs on . +You can find all our previous releases docs on . [Previous releases](https://github.com/twbs/bootstrap/releases) and their documentation are also available for download. -- cgit v1.2.3