docusaurus/admin/new.docusaurus.io
Alexey Pyltsyn 877373e108
chore: prepare v2.0.0-beta.7 release (#5713)
* chore: prepare v2.0.0-beta.7 release

* v2.0.0-beta.7
2021-10-15 16:31:01 +03:00
..
functions feat: multiple playground choices (#5207) 2021-07-22 21:10:36 +02:00
functionUtils refactor: rename Git master branch to main (#5345) 2021-08-17 18:41:53 +02:00
netlify.toml feat: multiple playground choices (#5207) 2021-07-22 21:10:36 +02:00
package.json chore: prepare v2.0.0-beta.7 release (#5713) 2021-10-15 16:31:01 +03:00
README.md feat: docusaurus.new + improved StackBlitz playground (#5235) 2021-07-28 19:27:58 +02: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.