mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 15:17:23 +02:00
docs(playground): use CodeSandbox cloud sandboxes (#8576)
This commit is contained in:
parent
a0058f9c5a
commit
58f0327de5
3 changed files with 4 additions and 6 deletions
|
@ -10,11 +10,8 @@ import type {HandlerEvent, HandlerResponse} from '@netlify/functions';
|
|||
const CookieName = 'DocusaurusPlaygroundName';
|
||||
|
||||
const PlaygroundConfigs = {
|
||||
// Do not use this one, see
|
||||
// https://github.com/codesandbox/codesandbox-client/issues/5683#issuecomment-1023252459
|
||||
// codesandbox: 'https://codesandbox.io/s/docusaurus',
|
||||
codesandbox:
|
||||
'https://codesandbox.io/s/github/facebook/docusaurus/tree/main/examples/classic',
|
||||
'https://codesandbox.io/p/sandbox/github/facebook/docusaurus/tree/main/examples/classic?file=%2FREADME.md',
|
||||
|
||||
// Not updated
|
||||
// stackblitz: 'https://stackblitz.com/fork/docusaurus',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue