mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 10:48:05 +02:00
* codesandbox: use node 14 by default * Regenerate examples * Add example json files to prettierrignore
16 lines
295 B
JavaScript
16 lines
295 B
JavaScript
module.exports = {
|
|
docs: [
|
|
{
|
|
type: 'category',
|
|
label: 'Docusaurus Tutorial',
|
|
items: [
|
|
'getting-started',
|
|
'create-a-page',
|
|
'create-a-document',
|
|
'create-a-blog-post',
|
|
'markdown-features',
|
|
'thank-you',
|
|
],
|
|
},
|
|
],
|
|
};
|