Add secondary, page-specific navigation documentation (#498)

And enable for docusaurus.io
This commit is contained in:
Joel Marcey 2018-03-12 16:27:37 -07:00 committed by GitHub
parent cbdab2ba11
commit f1893d5fea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View file

@ -62,6 +62,8 @@ const siteConfig = {
scripts: ['https://buttons.github.io/buttons.js'],
// You may provide arbitrary config keys to be used as needed by your template.
repoUrl: 'https://github.com/facebook/test-site',
/* On page navigation for the current documentation page */
// onPageNav: 'separate',
};
module.exports = siteConfig;