mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 19:57:25 +02:00
* stable refactor of plugins api documentation * plugins sidebar not collapsed by default as small? * theme docs reorg * Refactor migration guide doc * fix broken link
25 lines
532 B
Markdown
25 lines
532 B
Markdown
---
|
|
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.
|
|
|
|
:::
|