mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
feat: docusaurus.new + improved StackBlitz playground (#5235)
* Upgrade playground shortcut domain to docusaurus.new * update generateExamples * update generateExamples + re-generate with stackblitz config * test * test * test * test * test * update examples * upgrade lockfile * fix yarnlock * fix yarnlock
This commit is contained in:
parent
4cfbfa11ee
commit
b3e89d2a86
30 changed files with 2000 additions and 1993 deletions
|
@ -11,7 +11,10 @@ const CookieName = 'DocusaurusPlaygroundName';
|
|||
|
||||
const PlaygroundConfigs = {
|
||||
codesandbox: 'https://codesandbox.io/s/docusaurus',
|
||||
stackblitz: 'https://stackblitz.com/fork/docusaurus',
|
||||
|
||||
// stackblitz: 'https://stackblitz.com/fork/docusaurus', // not updated
|
||||
// stackblitz: 'https://stackblitz.com/github/facebook/docusaurus/tree/master/examples/classic', // slow to load
|
||||
stackblitz: 'https://stackblitz.com/github/facebook/docusaurus/tree/starter', // dedicated branch: faster load
|
||||
};
|
||||
|
||||
const PlaygroundDocumentationUrl = 'https://docusaurus.io/docs/playground';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue