diff --git a/docs/docs/administration/custom-component.mdx b/docs/docs/administration/custom-component.mdx index e82c56851..02a137d07 100644 --- a/docs/docs/administration/custom-component.mdx +++ b/docs/docs/administration/custom-component.mdx @@ -74,11 +74,6 @@ class DocumentProcessor(CustomComponent): - - Check out [FlowRunner Component](../examples/flow-runner) for a more complex - example. - - --- ## Rules diff --git a/docs/docs/components/custom.mdx b/docs/docs/components/custom.mdx index 828677310..1880fcb0d 100644 --- a/docs/docs/components/custom.mdx +++ b/docs/docs/components/custom.mdx @@ -100,7 +100,3 @@ The `CustomComponent` class also provides helpful methods for specific tasks (e. - `field_order`: Controls the display order of fields. - `icon`: Sets the canvas display icon. - - Check out the [FlowRunner](../examples/flow-runner) example to understand how to call a flow from a custom component. - -