From 72d1529993cae5406e8b4aa619d0f80a97819b82 Mon Sep 17 00:00:00 2001 From: Emma Segal-Grossman Date: Tue, 5 Aug 2025 00:53:53 -0400 Subject: [PATCH] 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 https://github.com/webrecorder/browsertrix/pull/2597, but links to these pages in the docs sidebar wasn't removed in that PR. --- frontend/docs/mkdocs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/docs/mkdocs.yml b/frontend/docs/mkdocs.yml index 542d923b..2766f8d5 100644 --- a/frontend/docs/mkdocs.yml +++ b/frontend/docs/mkdocs.yml @@ -99,9 +99,6 @@ nav: - develop/ui/components.md - develop/ui/storybook.md - develop/localization.md - - Design: - - develop/ui/design-action-menus.md - - develop/ui/design-status-icons.md - API Reference: !ENV [ API_DOCS_URL, "/api/" ] @@ -148,4 +145,4 @@ plugins: - search - redirects: redirect_maps: - "user-guide/collections.md": "user-guide/collection.md" \ No newline at end of file + "user-guide/collections.md": "user-guide/collection.md"