Skip to content

Commit

Permalink
Minor docs fixes (#2949)
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot authored Nov 4, 2024
1 parent 29fd241 commit e092f35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 0 additions & 8 deletions website/docs/api/victory-common-theme-props.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<CommonProps
interfaces={[
"VictoryCommonProps",
]}
/>

## Props

---
Expand Down

0 comments on commit e092f35

Please sign in to comment.