Add doc markers to code

Summary: Referencing these from the wiki should be better than copy-pasting so we know they are up-to-date

Reviewed By: passy

Differential Revision: D23564251

fbshipit-source-id: ad90fcaa88c3c638212a277ce49a5faa41cd07df
This commit is contained in:
John Knox
2020-09-07 06:38:24 -07:00
committed by Facebook GitHub Bot
parent f33d4b3f9e
commit 142eb8f9ea
2 changed files with 6 additions and 0 deletions

View File

@@ -7,7 +7,9 @@
* @format
*/
// start-import-example
const {fbContent, fbInternalOnly} = require('internaldocs-fb-helpers');
// end-import-example
const repoUrl = 'https://github.com/facebook/flipper';
const siteConfig = {
@@ -48,6 +50,7 @@ const siteConfig = {
label: 'GitHub',
position: 'right',
},
// start-internal-navbar-example
...fbInternalOnly([
{
to: 'docs/fb/index',
@@ -55,6 +58,7 @@ const siteConfig = {
position: 'right',
},
]),
// end-internal-navbar-example
],
},
colorMode: {