xyflow / web

📖 This monorepo contains the xyflow website and the documentation sites for React Flow and Svelte Flow.
https://xyflow.com
MIT License
54 stars 52 forks source link

reactflow docs: fix missing content from current site #189

Closed chrtze closed 1 year ago

chrtze commented 1 year ago

while working on the redirects, I discovered that some content is missing from our current site. This can have multiple reasons:

  1. we haven't yet created or transferred the content to our new site
  2. we don't want the content anymore (in that case we should redirect to something sensible)
  3. I missed that the content already exists and couldn't find it

Here are the items that we'll need to fix or think about:

Need to be created

I haven't found these items in the new site. They probably need to be created or transferred.

Added a redirect, please confirm

I have added a redirect for these pages but I am not sure if there needs to be more content or a different page to redirect to.

hayleigh-dot-dev commented 1 year ago

@chrtze You can now redirect to /api-reference/utils and /api-reference/types. For packages you can redirect to /learn/concepts/plugin-components.

chrtze commented 1 year ago

thanks @hayleigh-dot-dev! 🚀