From 29a66f3605dd98743921d42777b4d0b527469dc9 Mon Sep 17 00:00:00 2001 From: John Knox Date: Fri, 14 Sep 2018 04:47:13 -0700 Subject: [PATCH] Enable secondary page navigation Summary: Allows for easier navigation through pages with multiple sections. Reviewed By: danielbuechele Differential Revision: D9811408 fbshipit-source-id: f47ad9d650dd4bd79710f64e4bb4485f3d4c4323 --- website/siteConfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/siteConfig.js b/website/siteConfig.js index f2f8ca8e0..36155fa59 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -35,6 +35,7 @@ const siteConfig = { repoUrl, scripts: ['https://buttons.github.io/buttons.js'], stylesheets: [], + onPageNav: 'separate', }; module.exports = siteConfig;