docusaurus/packages/docusaurus-theme-bootstrap
Joshua Chen 3f1f8255a2
chore: upgrade Prettier + regenerate lock file (#5611)
* Bump deps

* Run prettier

* Format docs

* Minor refactor

* Collapse objects

* Fix type

* Update lock file
2021-09-30 12:54:17 +02:00
..
src chore: upgrade Prettier + regenerate lock file (#5611) 2021-09-30 12:54:17 +02:00
babel.config.js feat(v2): migrate bootstrap components to ts (#3496) 2020-09-29 13:16:39 +02:00
package.json chore(v2): prepare v2.0.0-beta.6 release (#5473) 2021-09-02 18:31:42 +02:00
README.md refactor: rename Git master branch to main (#5345) 2021-08-17 18:41:53 +02:00
tsconfig.json feat(v2): migrate bootstrap components to ts (#3496) 2020-09-29 13:16:39 +02:00

Docusaurus Theme Bootstrap

The bootstrap theme for Docusaurus.

Installation

Add docusaurus/theme-bootstrap to your package:

npm i @docusaurus/theme-bootstrao
# or
yarn add @docusaurus/theme-bootstrap

Modify your docusaurus.config.js:

module.exports = {
  ...
+ themes: ['@docusaurus/theme-bootstrap'],
  ...
}

Swizzling components

$ npm swizzle @docusaurus/theme-bootstrap [component name]

All components used by this theme can be found here