docusaurus/packages/docusaurus-init
Sébastien Lorber a0c2c52829
chore: remove unused Bootstrap theme (#5634)
* remove package

* remove bootstrap from doc

* remove bootstrap init template + examples

* remove bootstrap preset

* remaining bootstrap refs

* update lockfile
2021-10-01 17:44:34 +02:00
..
bin chore: upgrade Prettier + regenerate lock file (#5611) 2021-09-30 12:54:17 +02:00
src
templates chore: remove unused Bootstrap theme (#5634) 2021-10-01 17:44:34 +02:00
README.md
package.json chore: upgrade dependencies (#5608) 2021-09-24 16:36:41 +02:00
tsconfig.json

README.md

@docusaurus/init

Create Docusaurus apps easily.

Usage

Please see the installation documentation.

For maintainers

For Docusaurus maintainers, templates can be tested with:

cd `git rev-parse --show-toplevel` # Back to repo root
rm -rf test-website
yarn docusaurus-init init test-website classic
cd test-website
yarn start

Note: test-website is not part of the workspace and use packages from npm.

Use the following to test the templates against local packages:

cd `git rev-parse --show-toplevel` # Back to repo root
rm -rf test-website-in-workspace
yarn docusaurus-init init test-website-in-workspace classic
cd test-website-in-workspace
yarn start