mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 19:32:35 +02:00
* Prepare to renaming master branch to main * Update CONTRIBUTING.md * Update packages/docusaurus-migrate/src/__tests__/__fixtures__/missing_version_website/website/package.json * Update packages/docusaurus-migrate/src/__tests__/__fixtures__/complex_website/website/package.json * Update packages/docusaurus-migrate/src/__tests__/__fixtures__/simple_website/website/package.json * missing master -> main replaces * useless char * For GH Pages org deploy, DEPLOYMENT_BRANCH env is now required * fix versioning page * fix vercel links * update deployment.mdx Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> Co-authored-by: slorber <lorber.sebastien@gmail.com> |
||
---|---|---|
.. | ||
functions | ||
functionUtils | ||
netlify.toml | ||
package.json | ||
README.md |
new.docusaurus.io + docusaurus.new
This is a Netlify deployment to handle the Docusaurus playgrounds shortcuts:
- docusaurus.new (main one, as of today domain is owned by StackBlitz but may be transfered to FB)
- new.docusaurus.io (legacy one)
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.