From 93bde80c3c8d75d0a358d42942b85dac8d7f2bd6 Mon Sep 17 00:00:00 2001 From: Charlie Brown Date: Mon, 4 Nov 2024 13:19:56 -0600 Subject: [PATCH 1/2] Add missing redirect for root docs path --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index 08825ada1..2549cb2f6 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,10 @@ { "redirects": [ + { + "source": "/open-source/victory/docs", + "destination": "/open-source/victory/docs/introduction", + "permanent": true + }, { "source": "/open-source/victory/docs/faq", "destination": "/open-source/victory/docs/introduction", From e93136ca8a8cd136cd3ba1584b2503d4933e1edc Mon Sep 17 00:00:00 2001 From: Charlie Brown Date: Mon, 4 Nov 2024 13:20:10 -0600 Subject: [PATCH 2/2] Remove incorrect inherited props component --- website/docs/api/victory-common-theme-props.mdx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/website/docs/api/victory-common-theme-props.mdx b/website/docs/api/victory-common-theme-props.mdx index bc51c2710..4d8eb8f93 100644 --- a/website/docs/api/victory-common-theme-props.mdx +++ b/website/docs/api/victory-common-theme-props.mdx @@ -4,14 +4,6 @@ title: VictoryCommonThemeProps Common props for all Victory components that use themes. Some components override these props with specific implementations. See the specific component's API documentation for more information. -## Inherited Props - - - ## Props ---