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

@ -119,7 +119,7 @@ html[data-theme='dark'] .themedDocusaurus [fill='#FFFF50'] {
## Themed Images {#themed-images}
Docusaurus supports themed images: the `ThemedImage` component (included in the classic/bootstrap themes) allows you to switch the image source based on the current theme.
Docusaurus supports themed images: the `ThemedImage` component (included in the themes) allows you to switch the image source based on the current theme.
```jsx {5-8}
import ThemedImage from '@theme/ThemedImage';