fix(v2): examples should use Node 14 by default on CodeSandbox + regen with alpha72 (#4574)

* codesandbox: use node 14 by default

* Regenerate examples

* Add example json files to prettierrignore
This commit is contained in:
Sébastien Lorber 2021-04-07 18:28:06 +02:00 committed by GitHub
parent dc1e659db1
commit d205f35c4c
17 changed files with 701 additions and 655 deletions

View file

@ -1,6 +1,16 @@
module.exports = {
someSidebar: {
Docusaurus: ['doc1', 'doc2', 'doc3'],
Features: ['mdx'],
},
docs: [
{
type: 'category',
label: 'Docusaurus Tutorial',
items: [
'getting-started',
'create-a-page',
'create-a-document',
'create-a-blog-post',
'markdown-features',
'thank-you',
],
},
],
};