chore: remove unused Bootstrap theme (#5634)

* remove package

* remove bootstrap from doc

* remove bootstrap init template + examples

* remove bootstrap preset

* remaining bootstrap refs

* update lockfile
This commit is contained in:
Sébastien Lorber 2021-10-01 16:44:34 +01:00 committed by GitHub
parent a96878048d
commit a0c2c52829
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
93 changed files with 15 additions and 12166 deletions

View file

@ -12,7 +12,7 @@ We provide official Docusaurus themes.
The main themes implement the user interface for the [docs](../plugins/plugin-content-docs.md), [blog](../plugins/plugin-content-blog.md) and [pages](../plugins/plugin-content-pages.md) plugins.
- [@docusaurus/theme-classic](./theme-classic.md)
- [@docusaurus/theme-bootstrap](./theme-bootstrap.md) 🚧
- 🚧 other themes are planned
:::caution

View file

@ -1,25 +0,0 @@
---
id: theme-bootstrap
title: '📦 theme-bootstrap'
slug: '/api/themes/@docusaurus/theme-bootstrap'
---
:::danger
The bootstrap theme is a work in progress, and is not production ready.
:::
🚧 The bootstrap theme for Docusaurus.
You can refer to the [theme configuration page](theme-configuration.md) for more details on the configuration.
```bash npm2yarn
npm install --save @docusaurus/theme-bootstrap
```
:::tip
If you have installed `@docusaurus/preset-bootstrap`, you don't need to install it as a dependency.
:::