Skip to content

Instantly share code, notes, and snippets.

@paulodutra
Created February 28, 2020 16:33
Show Gist options
  • Save paulodutra/96958d4215d8be2850be065072690be0 to your computer and use it in GitHub Desktop.
Save paulodutra/96958d4215d8be2850be065072690be0 to your computer and use it in GitHub Desktop.
Alterando as labels de menu superior no docusaurus versão 1.14.x
//restante dos atributos de configurações
// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
{doc: 'doc1', label: 'Documentação'},
{doc: 'doc4', label: 'API'},
{page: 'help', label: 'Ajuda'},
{blog: true, label: 'Blog'},
],
//restante dos atributos de configurações
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment