docusaurus/admin/new.docusaurus.io
sebastienlorber 0265d17b8e Revert "v2.4.2"
This reverts commit c702aa6201.
2023-09-20 17:34:16 +02:00
..
functionUtils
functions refactor: fix a lot of errors in type-aware linting (#7477) 2022-05-24 15:40:26 +08:00
README.md
netlify.toml
package.json Revert "v2.4.2" 2023-09-20 17:34:16 +02:00

README.md

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.