mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 09:43:10 +00:00
* docs(v2): Add READMEs to v2 packages Signed-off-by: Reece Dunham <me@rdil.rocks> * Update packages/docusaurus-remark-plugin-npm2yarn/package.json * Update packages/docusaurus/README.md * Update packages/docusaurus-plugin-sitemap/README.md Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| src | ||
| README.md | ||
| babel.config.js | ||
| package.json | ||
| tsconfig.json | ||
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