mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-24 21:48:02 +02:00
chore: fix codesandbox example link + mention npm publish recovery (#6487)
This commit is contained in:
parent
f6ff6474bc
commit
8a912c708e
2 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,9 @@ import type {HandlerEvent, HandlerResponse} from '@netlify/functions';
|
|||
const CookieName = 'DocusaurusPlaygroundName';
|
||||
|
||||
const PlaygroundConfigs = {
|
||||
codesandbox: 'https://codesandbox.io/s/docusaurus',
|
||||
// codesandbox: 'https://codesandbox.io/s/docusaurus', // Do not use this one, see https://github.com/codesandbox/codesandbox-client/issues/5683#issuecomment-1023252459
|
||||
codesandbox:
|
||||
'https://codesandbox.io/s/github/facebook/docusaurus/tree/main/examples/classic',
|
||||
|
||||
// stackblitz: 'https://stackblitz.com/fork/docusaurus', // not updated
|
||||
// stackblitz: 'https://stackblitz.com/github/facebook/docusaurus/tree/main/examples/classic', // slow to load
|
||||
|
|
|
@ -187,6 +187,8 @@ This command does a few things:
|
|||
|
||||
You should receive many emails notifying you that a new version of the packages has been published.
|
||||
|
||||
If above command fail (network issue or whatever), you can try to recover with `yarn lerna publish from-package`: it will try to publish the packages that are missing on npm.
|
||||
|
||||
Now that the release is done, **merge the pull request**.
|
||||
|
||||
### 7. Create a release on GitHub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue