mirror of
https://github.com/yewprint/yewprint
synced 2025-02-16 12:08:25 +00:00
Add note about navbar in the doc
This commit is contained in:
parent
e17d3eefc8
commit
3b5aef7a24
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,8 @@ impl Component for App {
|
|||
text={html!("Tree")}
|
||||
onclick=self.link.callback(|_| Msg::GoToMenu(DocMenu::Tree))
|
||||
/>
|
||||
// NOTE: thanks to keep this list of <MenuItem> sorted
|
||||
// alphabetically (except for the light switch)
|
||||
</Menu>
|
||||
<div class="docs-nav-sponsors">
|
||||
<a href="https://www.netlify.com">
|
||||
|
|
Loading…
Add table
Reference in a new issue