docusaurus/website/_dogfooding
Sébastien Lorber c6c0f636a8
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 (20) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (20.0) (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 v1 (25.1) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 Windows (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
fix(core): in `isInternalUrl()`, URI protocol scheme detection should implement the spec more strictly (#11579)
2025-11-27 17:33:12 +01: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 support for email social icon + resize default social icon a bit (#11425) 2025-09-23 15:08:02 +02:00
_docs tests fix(docs): add support for missing `sidebar_key` front matter attribute (#11490) 2025-10-17 12:34:08 +02:00
_pages tests fix(core): in `isInternalUrl()`, URI protocol scheme detection should implement the spec more strictly (#11579) 2025-11-27 17:33:12 +01: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(docs): sidebar item `key` attribute - fix docs translations key conflicts (#11228) 2025-07-03 13:40:00 +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!)