mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02:00
Bump version to 5.0.0-alpha1 (#29925)
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
layout: redirect
|
||||
sitemap_exclude: true
|
||||
redirect: "/docs/4.3/getting-started/introduction/"
|
||||
---
|
5
site/content/docs/5.0/_index.html
Normal file
5
site/content/docs/5.0/_index.html
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: redirect
|
||||
sitemap_exclude: true
|
||||
redirect: "/docs/5.0/getting-started/introduction/"
|
||||
---
|
@@ -5,7 +5,7 @@ description: Learn more about the team maintaining Bootstrap, how and why the pr
|
||||
group: about
|
||||
aliases:
|
||||
- "/about/"
|
||||
- "/docs/4.3/about/"
|
||||
- "/docs/5.0/about/"
|
||||
---
|
||||
|
||||
## Team
|
@@ -5,7 +5,7 @@ description: Provide contextual feedback messages for typical user actions with
|
||||
group: components
|
||||
aliases:
|
||||
- "/components/"
|
||||
- "/docs/4.3/components/"
|
||||
- "/docs/5.0/components/"
|
||||
toc: true
|
||||
---
|
||||
|
@@ -3,7 +3,7 @@ layout: docs
|
||||
title: Reboot
|
||||
description: Reboot, a collection of element-specific CSS changes in a single file, kickstart Bootstrap to provide an elegant, consistent, and simple baseline to build upon.
|
||||
group: content
|
||||
aliases: "/docs/4.3/content/"
|
||||
aliases: "/docs/5.0/content/"
|
||||
toc: true
|
||||
---
|
||||
|
@@ -4,7 +4,7 @@ title: Customize
|
||||
description: Learn how to theme, customize, and extend Bootstrap with Sass, a boatload of global options, an expansive color system, and more.
|
||||
group: customize
|
||||
toc: false
|
||||
aliases: "/docs/4.3/customize/"
|
||||
aliases: "/docs/5.0/customize/"
|
||||
sections:
|
||||
- title: Sass
|
||||
description: Utilize our source Sass files to take advantage of variables, maps, mixins, and functions.
|
@@ -4,7 +4,7 @@ title: Approach
|
||||
description: Learn about the guiding principles, strategies, and techniques used to build and maintain Bootstrap so you can more easily customize and extend it yourself.
|
||||
group: extend
|
||||
aliases:
|
||||
- "/docs/4.3/extend/"
|
||||
- "/docs/5.0/extend/"
|
||||
---
|
||||
|
||||
While the getting started pages provide an introductory tour of the project and what it offers, this document focuses on _why_ we do the things we do in Bootstrap. It explains our philosophy to building on the web so that others can learn from us, contribute with us, and help us improve.
|
@@ -4,7 +4,7 @@ title: Forms
|
||||
description: Examples and usage guidelines for form control styles, layout options, and custom components for creating a wide variety of forms.
|
||||
group: forms
|
||||
toc: true
|
||||
aliases: "/docs/4.3/forms/"
|
||||
aliases: "/docs/5.0/forms/"
|
||||
sections:
|
||||
- title: Form control
|
||||
description: Style textual inputs and textareas with support for multiple states.
|
@@ -147,7 +147,7 @@ bootstrap/
|
||||
├── site/
|
||||
│ └──content/
|
||||
│ └── docs/
|
||||
│ └── 4.3/
|
||||
│ └── 5.0/
|
||||
│ └── examples/
|
||||
├── js/
|
||||
└── scss/
|
@@ -4,7 +4,7 @@ title: Introduction
|
||||
description: Get started with Bootstrap, the world's most popular framework for building responsive, mobile-first sites, with BootstrapCDN and a template starter page.
|
||||
group: getting-started
|
||||
aliases:
|
||||
- "/docs/4.3/getting-started/"
|
||||
- "/docs/5.0/getting-started/"
|
||||
- "/docs/getting-started/"
|
||||
- "/getting-started/"
|
||||
toc: true
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user