Skip to content

Commit

Permalink
chore(docs): header links should not open tabs (#515)
Browse files Browse the repository at this point in the history
# Docs updates should not be submitted in this repository

Our doc site content is being automatically updated from
[Wing](https://github.com/winglang/wing) repository docs folder.

Please submit any changes to the docs as a PR
[here](https://github.com/winglang/wing/pulls)
  • Loading branch information
ekeren authored Jul 7, 2023
1 parent e00f974 commit 70a74a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,48 +168,56 @@ const config = {
position: "left",
label: "Install",
className: "header-text-link",
target: "_self",
},
{
href: "https://play.winglang.io/",
position: "left",
label: "Playground",
className: "header-text-link",
target: "_self",
},
{
to: "docs",
position: "left",
label: "Docs",
className: "header-text-link",
target: "_self",
},
{
href: "https://www.winglang.io/community",
label: "Community",
position: "left",
className: "header-text-link",
target: "_self",
},
{
to: "contributing",
label: "Contributing",
position: "left",
target: "_self",
className: "header-text-link",
},
{
to: 'blog',
label: 'Blog',
target: "_self",
position: 'left',
className: "header-text-link",
},
{
href: "https://www.winglang.io/contact",
label: 'Contact',
position: 'left',
target: "_self",
className: "header-text-link",
},
{
href: slackUrl,
"aria-label": "Slack server",
label: " ",
position: "right",
target: "_self",
className: "header-slack-link",
},
{
Expand Down

1 comment on commit 70a74a9

@vercel
Copy link

@vercel vercel bot commented on 70a74a9 Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.