docusaurus/packages/docusaurus-theme-bootstrap
Sébastien Lorber f343450e85
feat(v2): migrate bootstrap components to ts (#3496)
* feat(v2): Migrate bootstrap theme to typescript

* chore(v2): Add eslint rule to avoid delete import of modules

* chore(v2): Add lib to gitignore

* chore(v2): Add prettier script

* chore(v2): change hooks to ts

* fix(v2): Fix Navbar and Layout problems

* fix(v2): scroll

* fix(v2): navbar metadata

* refactor(v2): improve css styles

* chore(v2): Restore debug layout

* feat(v2): Remove console.log

Co-authored-by: fanny <fanny.vieira@ccc.ufcg.edu.br>
2020-09-29 13:16:39 +02:00
..
src feat(v2): migrate bootstrap components to ts (#3496) 2020-09-29 13:16:39 +02:00
babel.config.js feat(v2): migrate bootstrap components to ts (#3496) 2020-09-29 13:16:39 +02:00
package.json feat(v2): migrate bootstrap components to ts (#3496) 2020-09-29 13:16:39 +02:00
README.md fix(v2): bootstrap doc sidebar (#2860) 2020-06-05 15:36:36 +08: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