Skip to content

Commit

Permalink
Merge pull request #29 from polarismesh/feat/doc-link
Browse files Browse the repository at this point in the history
feat: add document link on navbar
  • Loading branch information
tfffffff authored Dec 21, 2021
2 parents ee0b6fb + 648232f commit c71660f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions web/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@ export default function root() {
<NavMenu.Item></NavMenu.Item>
</>
}
right={
<NavMenu.Item type="default">
<a
href={
"https://polarismesh.cn/zh/doc/%E7%AE%80%E4%BB%8B/%E5%8C%97%E6%9E%81%E6%98%9F%E6%98%AF%E4%BB%80%E4%B9%88.html#%E5%8C%97%E6%9E%81%E6%98%9F%E6%98%AF%E4%BB%80%E4%B9%88"
}
target={"_blank"}
>
文档
</a>
</NavMenu.Item>
}
/>
</Header>
<Body>
Expand Down

0 comments on commit c71660f

Please sign in to comment.