docusaurus/website/_dogfooding
Sébastien Lorber be7bace8bd
Some checks are pending
Argos CI / take-screenshots (push) Waiting to run
Build Hash Router / Build Hash Router (push) Waiting to run
Canary Release / Publish Canary (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Continuous Releases / Continuous Releases (push) Waiting to run
E2E Tests / E2E — Yarn v1 (18.0) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (20) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (22) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Waiting to run
E2E Tests / E2E — npm (push) Waiting to run
E2E Tests / E2E — pnpm (push) Waiting to run
fix(types): add missing ambiant TS declarations for .md / .mdx partials (#10693)
2024-11-18 16:32:09 +01:00
..
_asset-tests fix(core): bundler should not minimize static assets (#10658) 2024-11-08 18:26:37 +01:00
_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 fix(types): add missing ambiant TS declarations for .md / .mdx partials (#10693) 2024-11-18 16:32:09 +01:00
_partials
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 chore: Argos screenshot dogfooding test pages (#10650) 2024-11-07 16:12:23 +01:00
dogfooding.css fix(bundler): allow CSS nesting by default, restore postcss-preset-env (#10680) 2024-11-15 15:58:34 +01:00
migrateStorageNamespace.ts
README.mdx
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!)