$ cnpm install @docusaurus/theme-bootstrap
The bootstrap theme for Docusaurus.
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'],
...
}
$ npm swizzle @docusaurus/theme-bootstrap [component name]
All components used by this theme can be found here
Copyright 2013 - present © cnpmjs.org | Home |