diff --git a/docs/en/site-config.html b/docs/en/site-config.html index 120ca4164f..6d70298849 100644 --- a/docs/en/site-config.html +++ b/docs/en/site-config.html @@ -61,7 +61,7 @@
disableTitleTagline
- An option to disable showing the tagline in the title of main pages. Exclude this field to keep page titles as Title • Tagline
. Set to true
to make page titles just Title
.
editUrl
- url for editing docs, usage example: editUrl + 'en/doc1.md'
. If this field is omitted, there will be no "Edit this Doc" button for each document.
facebookAppId
- If you want Facebook Like/Share buttons at the bottom of your blog posts, provide a Facebook application id, and the buttons will show up on all blog posts.
facebookPixelId
- Facebook Pixel ID to track page views.
facebookPixelId
- 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.
In the below example, we have two sets of font configurations, myFont
and myOtherFont
. Times New Roman
is the preferred font in myFont
. -apple-system
is the preferred in myOtherFont
.
fonts: {