docusaurus/website/_dogfooding
Sébastien Lorber ad56077c70
Some checks failed
Argos CI / take-screenshots (push) Has been cancelled
Build Hash Router / Build Hash Router (push) Has been cancelled
Canary Release / Publish Canary (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Continuous Releases / Continuous Releases (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (18.0) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (20) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (22) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (24) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Has been cancelled
E2E Tests / E2E — npm (push) Has been cancelled
E2E Tests / E2E — pnpm (push) Has been cancelled
perf(website): optimize website i18n build time by removing useless git log calls (#11214)
2025-05-28 16:34:23 +02:00
..
_asset-tests fix(mdx-loader): fix md image paths with spaces bug related to transformImage encoding problem (#10723) 2024-11-28 16:39:43 +01:00
_blog tests feat(blog): Add author social icons for bluesky, mastodon, threads, twitch, youtube, instagram (#10768) 2024-12-27 12:32:25 +01:00
_docs tests fix(ideal-image): Add issuer to ideal-image Webpack loader (#10910) 2025-02-06 14:13:46 +01:00
_pages tests feat(theme): new CSS cascade layers plugin + built-in `v4.useCssCascadeLayers` future flag (#11142) 2025-05-22 19:55:02 +02:00
_partials docs: blog + community + dogfood docs should use .mdx extension (#8507) 2023-01-04 19:59:56 +01:00
README.mdx docs: blog + community + dogfood docs should use .mdx extension (#8507) 2023-01-04 19:59:56 +01:00
clientModuleCSS.css chore: upgrade lint-staged and globs (#6369) 2022-01-15 16:33:09 +08:00
clientModuleExample.ts refactor(pwa): simplify registerSW code, fix ESLint errors (#7579) 2022-06-07 21:42:17 +08:00
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 perf(website): optimize website i18n build time by removing useless git log calls (#11214) 2025-05-28 16:34:23 +02:00
dogfooding.css fix(theme): apply docs `sidebar_class_name` in DocCard + better dogfooding (#10909) 2025-02-06 13:08:33 +01:00
migrateStorageNamespace.ts feat(core): site storage config options (experimental) (#10121) 2024-05-10 14:41:51 +02:00
red.svg fix(core): restore core svg file-loader (#10820) 2025-01-06 17:54:43 +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!)