docusaurus/website
2025-06-27 15:45:09 +02:00
..
_dogfooding Add initial implementation of sidebar keys 2025-06-27 15:45:09 +02:00
blog chore: Add missing v3.8 blog post mdx-code-block (#11203) 2025-05-27 13:06:04 +02:00
community docs: adjust the Docusaurus release process documentation to our new simpler process (#11181) 2025-05-15 17:07:13 +02:00
docs feat(core): add siteConfig.markdown.emoji config option to disable remark-emoji (#11282) 2025-06-24 16:38:08 +02:00
src chore(website): split changelog per version + adjust changelog plugin implementation (#11287) 2025-06-24 17:05:58 +02:00
static chore(website): use local SVGs for footer badges (argos + netlify) (#11291) 2025-06-25 16:17:01 +02:00
versioned_docs chore: release 3.8.1 (#11249) 2025-06-06 17:45:58 +02:00
versioned_sidebars chore: release 3.8.1 (#11249) 2025-06-06 17:45:58 +02:00
delayCrowdin.mjs refactor: fix a lot of errors in type-aware linting (#7477) 2022-05-24 15:40:26 +08:00
docusaurus.config-blog-only.js feat(core): Add siteConfig.markdown.hooks, deprecate siteConfig.onBrokenMarkdownLinks (#11283) 2025-06-24 15:51:33 +02:00
docusaurus.config.localized.d.json.ts feat(core): support TypeScript + ESM configuration (#9317) 2023-10-14 02:46:03 +02:00
docusaurus.config.localized.json feat(mdx-loader): add support for siteConfig.markdown.remarkRehypeOptions (#9674) 2023-12-27 23:19:25 +01:00
docusaurus.config.ts chore(website): use local SVGs for footer badges (argos + netlify) (#11291) 2025-06-25 16:17:01 +02:00
netlify.toml chore: upgrade to Node 22 by default (#11212) 2025-05-28 15:04:14 +02:00
package.json chore: release 3.8.1 (#11249) 2025-06-06 17:45:58 +02:00
profileSamply.sh perf(core): disable Rspack parallelCodeSplitting temporarily (#11178) 2025-05-14 17:01:54 +02:00
README.md
sidebars.ts docs: add Docusaurus v3.0 upgrade guide (#9417) 2023-10-19 19:38:32 +02:00
sidebarsCommunity.js feat(core): support TypeScript + ESM configuration (#9317) 2023-10-14 02:46:03 +02:00
svgo.config.js feat(svgr): create new Docusaurus SVGR plugin (#10677) 2024-11-29 17:26:34 +01:00
testCSSOrder.mjs feat(core): faster CSS minimizer - siteConfig.future.experimental_faster.lightningCssMinimizer (#10522) 2024-09-27 16:31:13 +02:00
tsconfig.json fix(core): bundler should not minimize static assets (#10658) 2024-11-08 18:26:37 +01:00
tsconfig.skipLibCheck.json chore: upgrade to TS 5.6 + temporarily use skipLibCheck for TS 5.6 (#10486) 2024-09-10 13:52:31 +02:00
versions.d.json.ts feat(core): support TypeScript + ESM configuration (#9317) 2023-10-14 02:46:03 +02:00
versions.json chore: release 3.8.1 (#11249) 2025-06-06 17:45:58 +02:00
versionsArchived.d.json.ts feat(core): support TypeScript + ESM configuration (#9317) 2023-10-14 02:46:03 +02:00
versionsArchived.json docs: archive v2 docs versions + create 2.x docs (#9472) 2023-10-30 14:06:32 +01:00
waitForCrowdin.mjs refactor: fix a lot of errors in type-aware linting (#7477) 2022-05-24 15:40:26 +08:00

Docusaurus 2 Website

Installation

  1. yarn install in the root of the repo (one level above this directory).
  2. In this directory, do yarn start.
  3. A browser window will open up, pointing to the docs.