소스 검색

docs: disable facebook comment

tags/v0.2.0
mingrammer 4 년 전
부모
커밋
385f23268b
1개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. +1
    -7
      website/siteConfig.js

+ 1
- 7
website/siteConfig.js 파일 보기

@@ -47,19 +47,13 @@ const siteConfig = {
cleanUrl: true,

// Open Graph and Twitter card images.
facebookComments: false,
twitterImage: 'img/diagrams.png',
ogImage: 'img/diagrams.png',

docsSideNavCollapsible: false,

// Show documentation's last contributor's name.
// enableUpdateBy: true,

enableUpdateTime: true,

// You may provide arbitrary config keys to be used as needed by your
// template. For example, if you need your repo's URL...
// repoUrl: 'https://github.com/facebook/test-site',
};

module.exports = siteConfig;

불러오는 중...
취소
저장