docusaurus/website/_dogfooding
2024-10-04 18:26:54 +02:00
..
_asset-tests
_blog tests chore: Rename Twitter links/labels to X (#10509) 2024-09-19 11:30:57 +02:00
_docs tests fix(core): always alias React/ReactDOM to site dependency so that importing MDX from anywhere works (#10391) 2024-08-12 17:19:36 +02:00
_pages tests feat(theme-mermaid): support Mermaid 11+ including new types of diagrams (#10510) 2024-09-19 15:52:43 +02:00
_partials docs: blog + community + dogfood docs should use .mdx extension (#8507) 2023-01-04 19:59:56 +01:00
clientModuleCSS.css
clientModuleExample.ts
docs-tests-sidebars.js feat(core): faster HTML minimizer - siteConfig.future.experimental_faster.swcHtmlMinimizer (#10554) 2024-10-04 18:26:54 +02:00
dogfooding.config.ts feat(blog): add onUntruncatedBlogPosts blog options (#10375) 2024-08-09 16:48:44 +02:00
dogfooding.css fix(theme-classic): fix tab focus bug in dropdown (#8697) (#8699) 2023-02-23 16:56:06 +01:00
migrateStorageNamespace.ts feat(core): site storage config options (experimental) (#10121) 2024-05-10 14:41:51 +02:00
README.mdx docs: blog + community + dogfood docs should use .mdx extension (#8507) 2023-01-04 19:59:56 +01:00
testSwizzleThemeClassic.mjs refactor: move PerfLogger from core to @docusaurus/logger (#10480) 2024-09-06 10:58:53 +02:00

---
test: 'some test front matter'
---

# 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
- 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!)