mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
Run prettier
This commit is contained in:
parent
47d08bf1da
commit
71b5d46f46
1 changed files with 3 additions and 5 deletions
|
@ -80,17 +80,15 @@ const siteConfig = {
|
||||||
},
|
},
|
||||||
|
|
||||||
// Add custom scripts here that would be placed in <script> tags
|
// Add custom scripts here that would be placed in <script> tags
|
||||||
scripts: [
|
scripts: ['https://buttons.github.io/buttons.js'],
|
||||||
'https://buttons.github.io/buttons.js'
|
|
||||||
],
|
|
||||||
|
|
||||||
/* On page navigation for the current documentation page */
|
/* On page navigation for the current documentation page */
|
||||||
onPageNav: 'separate',
|
onPageNav: 'separate',
|
||||||
|
|
||||||
/* Open Graph and Twitter card images */
|
/* Open Graph and Twitter card images */
|
||||||
ogImage: 'img/docusaurus.png',
|
ogImage: 'img/docusaurus.png',
|
||||||
twitterImage: 'img/docusaurus.png',
|
twitterImage: 'img/docusaurus.png',
|
||||||
|
|
||||||
// You may provide arbitrary config keys to be used as needed by your
|
// You may provide arbitrary config keys to be used as needed by your
|
||||||
// template. For example, if you need your repo's URL...
|
// template. For example, if you need your repo's URL...
|
||||||
// repoUrl: 'https://github.com/facebook/test-site',
|
// repoUrl: 'https://github.com/facebook/test-site',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue