mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 19:27:48 +02:00
Update site config example in docs
This commit is contained in:
parent
fd04b44dda
commit
47d08bf1da
1 changed files with 4 additions and 2 deletions
|
@ -158,7 +158,7 @@ h1 {
|
|||
|
||||
Users can also add their own custom fields if they wish to provide some data across different files.
|
||||
|
||||
## Example siteConfig.js with all fields
|
||||
## Example siteConfig.js with many available fields
|
||||
|
||||
```
|
||||
const users = [
|
||||
|
@ -223,7 +223,9 @@ const siteConfig = {
|
|||
stylesheets: [ "https://docusaurus.io/style.css" ],
|
||||
facebookAppId: "1615782811974223",
|
||||
facebookPixelId: "352490515235776",
|
||||
twitter: "true"
|
||||
twitter: "true",
|
||||
twitterImage: "img/docusaurus.png",
|
||||
ogImage: "img/docusaurus.png",
|
||||
};
|
||||
|
||||
module.exports = siteConfig;
|
||||
|
|
Loading…
Add table
Reference in a new issue