mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-26 22:47:49 +02:00
Add config option to allow disabled header title
This commit is contained in:
parent
523d824651
commit
704897fd61
2 changed files with 5 additions and 3 deletions
|
@ -48,6 +48,7 @@ const siteConfig = {
|
|||
],
|
||||
/* path to images for header/footer */
|
||||
headerIcon: "img/docusaurus.svg",
|
||||
disableHeaderTitle: false /* disable title text in header (only show headerIcon) */,
|
||||
footerIcon: "img/docusaurus.svg",
|
||||
favicon: "img/favicon.png",
|
||||
/* default link for docsSidebar */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue