mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
docs(v1): external links (#3011)
This commit is contained in:
parent
2e055f4ae2
commit
984e2d4598
2 changed files with 3 additions and 2 deletions
|
@ -53,8 +53,8 @@ headerLinks: [
|
|||
{ doc: "doc1", label: "Getting Started" },
|
||||
// Link to page found at pages/en/help.js or if that does not exist, pages/help.js, for current language
|
||||
{ page: "help", label: "Help" },
|
||||
// Links to href destination
|
||||
{ href: "https://github.com/", label: "GitHub" },
|
||||
// Links to href destination, using target=_blank (external)
|
||||
{ href: "https://github.com/", label: "GitHub", external: true },
|
||||
// Links to blog generated by Docusaurus (${baseUrl}blog)
|
||||
{ blog: true, label: "Blog" },
|
||||
// Determines search bar position among links
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue