docusaurus/admin/new.docusaurus.io
Sébastien Lorber 90e85e83a5
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 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
chore: release Docusaurus 3.6.2 (#10698)
2024-11-19 19:07:06 +01:00
..
functionUtils chore: fix codesandbox default privacy (#9993) 2024-03-29 18:30:47 +01:00
functions docs: add TypeScript playgrounds to docusaurus.new + Playground page (#8723) 2023-03-02 17:07:29 +01:00
README.md chore: minor typo cleanup (#6324) 2022-01-13 14:36:53 +08:00
netlify.toml fix: bad routing for docusaurus.new ts functions (#8724) 2023-03-02 17:37:22 +01:00
package.json chore: release Docusaurus 3.6.2 (#10698) 2024-11-19 19:07:06 +01:00

new.docusaurus.io + docusaurus.new

This is a Netlify deployment to handle the Docusaurus playgrounds shortcuts:

See also the Playground doc page

We use serverless functions because we want to persist the latest choice of the user in a cookie, so that it redirects directly to the preferred playground next time user visits this link. This is better to do it server-side with cookies and 302 redirects than with client redirects and localStorage.

Netlify deployment (Joel can give access): https://app.netlify.com/sites/docusaurus-new/overview

Builds are stopped because we shouldn't need to redeploy very often. You can just trigger a manual build if needed.