Skip to content

Commit

Permalink
Added built-in directives to sidebar.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandergeest committed Mar 18, 2024
1 parent e6ae197 commit e91bc96
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@
- [Methods](/components/methods.md)
- Transitions and Animations
- [Transitions](/transitions_animations/transitions.md)
- Built-in components
- [Directives](/built-in/directives.md)
- Plugins
- [Text-to-Speech / Announcer](/plugins/text-to-speech-announcer.md)
9 changes: 9 additions & 0 deletions docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@
}
]
},
{
"text": "Built-in components",
"items": [
{
"text": "Directives",
"link": "/built-in/directives"
}
]
},
{
"text": "Plugins",
"items": [
Expand Down

0 comments on commit e91bc96

Please sign in to comment.