mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-01 07:49:43 +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
|
@ -15,7 +15,7 @@ const Playgrounds = [
|
|||
{
|
||||
name: '📦 CodeSandbox',
|
||||
image: require('@site/static/img/playgrounds/codesandbox.png'),
|
||||
url: 'https://new.docusaurus.io/codesandbox',
|
||||
url: 'https://docusaurus.new/codesandbox',
|
||||
description: (
|
||||
<Translate id="playground.codesandbox.description">
|
||||
CodeSandbox is a popular playground solution. Runs Docusaurus in a
|
||||
|
@ -26,7 +26,7 @@ const Playgrounds = [
|
|||
{
|
||||
name: '⚡ StackBlitz 🆕',
|
||||
image: require('@site/static/img/playgrounds/stackblitz.png'),
|
||||
url: 'https://new.docusaurus.io/stackblitz',
|
||||
url: 'https://docusaurus.new/stackblitz',
|
||||
description: (
|
||||
<Translate
|
||||
id="playground.stackblitz.description"
|
||||
|
|
|
@ -109,9 +109,7 @@ function Home() {
|
|||
<Link className="button button--primary" to="/docs">
|
||||
<Translate>Get Started</Translate>
|
||||
</Link>
|
||||
<Link
|
||||
className="button button--info"
|
||||
to="https://new.docusaurus.io">
|
||||
<Link className="button button--info" to="https://docusaurus.new">
|
||||
<Translate>Playground</Translate>
|
||||
</Link>
|
||||
<span className={styles.indexCtasGitHubButtonWrapper}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue