mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 23:57:22 +02:00
Add secondary, page-specific navigation documentation (#498)
And enable for docusaurus.io
This commit is contained in:
parent
cbdab2ba11
commit
f1893d5fea
3 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue