cschroeter / park-ui

Beautifully designed components built on Ark UI that work for the JS and CSS frameworks of your choice.
https://park-ui.com
MIT License
1.47k stars 59 forks source link

docs: "API Reference" links for components are broken #324

Closed QWu4xYV closed 1 month ago

QWu4xYV commented 1 month ago

For example, the "API Reference" Link for the Menu component links to

https://ark-ui.com/components/docs/menu#api-reference

, but the actual docs are at

https://ark-ui.com/[framework]/docs/components/menu

Obviously non-blocking, but just as an FYI :)

marviobezerra commented 1 month ago

On the same note, the documentation show the following import which is not correct based on @ark-ui/react@3.0.2

Incorrect

import { RadioGroup } from '@ark-ui/react/radio-group';

Correct

import { RadioGroup } from '@ark-ui/react';