Enable secondary page navigation

Summary: Allows for easier navigation through pages with multiple sections.

Reviewed By: danielbuechele

Differential Revision: D9811408

fbshipit-source-id: f47ad9d650dd4bd79710f64e4bb4485f3d4c4323
This commit is contained in:
John Knox
2018-09-14 04:47:13 -07:00
committed by Facebook Github Bot
parent 01dc8ed6fd
commit 29a66f3605

View File

@@ -35,6 +35,7 @@ const siteConfig = {
repoUrl, repoUrl,
scripts: ['https://buttons.github.io/buttons.js'], scripts: ['https://buttons.github.io/buttons.js'],
stylesheets: [], stylesheets: [],
onPageNav: 'separate',
}; };
module.exports = siteConfig; module.exports = siteConfig;