mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 01:47:17 +02:00
Add social buttons at the bottom of blog posts.
Also, update the siteConfig api docs
This commit is contained in:
parent
f8af0e3f58
commit
317fa99572
3 changed files with 15 additions and 4 deletions
|
@ -102,7 +102,9 @@ const siteConfig = {
|
|||
theme: "solarized-dark"
|
||||
},
|
||||
scripts: ["https://buttons.github.io/buttons.js"],
|
||||
gaTrackingId: "UA-44373548-31"
|
||||
gaTrackingId: "UA-44373548-31",
|
||||
facebookAppId: "1615782811974223",
|
||||
twitter: "true",
|
||||
};
|
||||
|
||||
module.exports = siteConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue