mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 08:57:03 +02:00
* feat(v2): add ThemedImage component * add themed image problematic example * refactor, SSR fix, openness about extending img tag, docs update * refactor themed-image * update themed image doc Co-authored-by: slorber <lorber.sebastien@gmail.com> Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
babel.config.js | ||
package.json | ||
README.md | ||
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