docusaurus/packages/docusaurus-theme-bootstrap
Sébastien Lorber 553f914639
feat: TypeScript presets/plugins should expose Options typing (#5456)
* each TS plugin should export option types + preset export option / themeConfig types + remove TS typechecking for the bootstrap theme

* each TS plugin should export option types + preset export option / themeConfig types + remove TS typechecking for the bootstrap theme

* fix remaining TS errors

* fix remaining TS errors

* TS fix

* Add JSDoc type annotations to init templates and TS docs

* missing title char
2021-09-01 12:14:40 +02:00
..
src feat(plugin-blog): multi-authors support + authors.yml global configuration (#5396) 2021-08-26 12:21:58 +02:00
babel.config.js feat(v2): migrate bootstrap components to ts (#3496) 2020-09-29 13:16:39 +02:00
package.json feat: TypeScript presets/plugins should expose Options typing (#5456) 2021-09-01 12:14:40 +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