docusaurus/packages/docusaurus-theme-bootstrap
Sébastien Lorber 48b996773c
chore(v2): prepare v2.0.0.alpha-61 release (#3182)
* alpha 61 release

* doc prettier

* v2.0.0-alpha.61
2020-08-01 15:24:46 +02:00
..
src chore(v2): Fix more eslint errors (#2976) 2020-06-21 15:09:00 +08:00
package.json chore(v2): prepare v2.0.0.alpha-61 release (#3182) 2020-08-01 15:24:46 +02:00
README.md fix(v2): bootstrap doc sidebar (#2860) 2020-06-05 15:36:36 +08: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