mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
* each TS plugin should export option types + preset export option / themeConfig types + remove TS typechecking for the bootstrap theme * each TS plugin should export option types + preset export option / themeConfig types + remove TS typechecking for the bootstrap theme * fix remaining TS errors * fix remaining TS errors * TS fix * Add JSDoc type annotations to init templates and TS docs * missing title char |
||
---|---|---|
.. | ||
_blog tests | ||
_docs tests | ||
_pages tests | ||
clientModuleExample.ts | ||
docs-tests-sidebars.js | ||
docs-tests-symlink | ||
dogfooding.config.js | ||
README.md |
test |
---|
some test frontmatter |
Docusaurus website dogfooding
This is where we test edge cases of Docusaurus by using fancy configs, ensuring they all don't fail during a real site build.
Eventually, we could move these tests later so another test site? Note there is value to keep seeing the live result of those tests.
Fancy things we can test for here:
- Plugin Multi-instance
- Symlinks support
- Webpack configs
- _ prefix convention
- Huge sidebars impact
- Using folders with spaces on purpose
- Importing md docs that are out of content plugin folders as partials (such as this README file!)