From ce4d2f02b24387f05646b0b4f6cd01fc95ee8731 Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Wed, 14 Mar 2018 18:05:17 -0700 Subject: [PATCH] Add link to Facebook Pixel page --- docs/api-site-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-site-config.md b/docs/api-site-config.md index 8872f42589..0a2fdd65ea 100644 --- a/docs/api-site-config.md +++ b/docs/api-site-config.md @@ -90,7 +90,7 @@ customDocsPath: "website-docs" `facebookAppId` - If you want Facebook Like/Share buttons at the bottom of your blog posts, provide a [Facebook application id](https://www.facebook.com/help/audiencenetwork/804209223039296), and the buttons will show up on all blog posts. -`facebookPixelId` - Facebook Pixel ID to track page views. +`facebookPixelId` - [Facebook Pixel](https://www.facebook.com/business/a/facebook-pixel) ID to track page views. `fonts` - Font-family css configuration for the site. If a font family is specified in `siteConfig.js` as `$myFont`, then adding a `myFont` key to an array in `fonts` will allow you to configure the font. Items appearing earlier in the array will take priority of later elements, so ordering of the fonts matter.