docusaurus/admin/new.docusaurus.io
Joshua Chen 3f33e90704
chore: upgrade dependencies (#7065)
* chore: upgrade dependencies

* fix project words
2022-03-30 11:05:50 +08:00
..
functions chore: tighten ESLint config (#6931) 2022-03-17 17:59:41 +08:00
functionUtils refactor: ensure all types are using index signature instead of Record (#6995) 2022-03-25 18:06:30 +08:00
netlify.toml feat: multiple playground choices (#5207) 2021-07-22 21:10:36 +02:00
package.json chore: upgrade dependencies (#7065) 2022-03-30 11:05:50 +08: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.