Skip to content

Commit

Permalink
Fix doc doesn't build
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jun 7, 2021
1 parent 584e7b4 commit 14de16c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,7 @@ As the filter values are taken from the URL, you can link to a pre-filtered list

For instance, to include a menu to a list of published posts:

{% raw %}
```jsx
<MenuItemLink
to={{
Expand All @@ -956,6 +957,7 @@ For instance, to include a menu to a list of published posts:
leftIcon={<BookIcon />}
/>
```
{% endraw %}

### Menu To A List Without Filters

Expand Down

0 comments on commit 14de16c

Please sign in to comment.