docusaurus/website
2024-03-05 20:04:12 +01:00
..
_dogfooding fix(core): links with target "_blank" should no be checked by the broken link checker (#9788) 2024-01-25 18:18:11 +01:00
blog fix(core): various broken anchor link fixes (#9732) 2024-01-12 16:09:45 +01:00
community fix(mdx-loader): the table-of-contents should display toc/headings of imported MDX partials (#9684) 2024-01-19 18:58:11 +01:00
docs docs: update legacy MDX v1 links to markdown links (#9913) 2024-03-05 20:04:12 +01:00
src docs(showcase): remove supabase (#9856) 2024-02-20 17:54:45 +01:00
static docs(playground): use CodeSandbox cloud sandboxes (#8576) 2023-01-26 11:57:16 +01:00
versioned_docs docs: Add docs for Mermaid Component (#9816) 2024-02-02 17:26:07 +01:00
versioned_sidebars chore: release Docusaurus 3.1.1 docs (#9794) 2024-01-26 14:10:57 +01:00
babel.config.js chore(website): enable eslint in website (#5889) 2021-11-06 19:04:45 +08: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): support TypeScript + ESM configuration (#9317) 2023-10-14 02:46:03 +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 refactor(theme): use JSON-LD instead of microdata for blog structured data (#9669) 2024-02-15 16:25:21 +01:00
netlify.toml chore: update node engine version 18 (#9348) 2023-09-28 16:45:25 +02:00
package.json chore(website): update @crowdin/crowdin-api-client (#9865) 2024-02-20 19:50:39 +01:00
README.md feat(v2): disable optimization.removeAvailableModules for webpack performance (#1711) 2019-07-26 22:42:03 +07:00
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
testCSSOrder.mjs polish(core): better styling for error screens (#8736) 2023-03-09 16:13:19 +01:00
tsconfig.json feat(core): support TypeScript + ESM configuration (#9317) 2023-10-14 02:46:03 +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 Docusaurus 3.1.1 docs (#9794) 2024-01-26 14:10:57 +01: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.