mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 03:37: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.
|
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 = [
|
const users = [
|
||||||
|
@ -223,7 +223,9 @@ const siteConfig = {
|
||||||
stylesheets: [ "https://docusaurus.io/style.css" ],
|
stylesheets: [ "https://docusaurus.io/style.css" ],
|
||||||
facebookAppId: "1615782811974223",
|
facebookAppId: "1615782811974223",
|
||||||
facebookPixelId: "352490515235776",
|
facebookPixelId: "352490515235776",
|
||||||
twitter: "true"
|
twitter: "true",
|
||||||
|
twitterImage: "img/docusaurus.png",
|
||||||
|
ogImage: "img/docusaurus.png",
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = siteConfig;
|
module.exports = siteConfig;
|
||||||
|
|
Loading…
Add table
Reference in a new issue