Skip to content

Commit 72d1529

Browse files
authored
Fix ui docs showing up in main docs site (#2787)
Quick fix for some 404 links on the docs site. UI documentation has been moved to storybook in #2597, but links to these pages in the docs sidebar wasn't removed in that PR.
1 parent a2c0ad6 commit 72d1529

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

frontend/docs/mkdocs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ nav:
9999
- develop/ui/components.md
100100
- develop/ui/storybook.md
101101
- develop/localization.md
102-
- Design:
103-
- develop/ui/design-action-menus.md
104-
- develop/ui/design-status-icons.md
105102

106103
- API Reference: !ENV [ API_DOCS_URL, "/api/" ]
107104

@@ -148,4 +145,4 @@ plugins:
148145
- search
149146
- redirects:
150147
redirect_maps:
151-
"user-guide/collections.md": "user-guide/collection.md"
148+
"user-guide/collections.md": "user-guide/collection.md"

0 commit comments

Comments
 (0)