docusaurus/admin/new.docusaurus.io
2025-01-03 18:11:21 +01:00
..
functions docs: add TypeScript playgrounds to docusaurus.new + Playground page (#8723) 2023-03-02 17:07:29 +01:00
functionUtils chore: fix codesandbox default privacy (#9993) 2024-03-29 18:30:47 +01: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.7.0 (#10812) 2025-01-03 18:11:21 +01:00
README.md chore: minor typo cleanup (#6324) 2022-01-13 14:36:53 +08: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.