mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| 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