How to customise Open Api generated page? #2117
-
I want to customise the Open Api page UI. Should I write my own |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Any feedback on this? The |
Beta Was this translation helpful? Give feedback.
-
Yes you should write your own. Customisation via replacing components (similar to Fumadocs UI layouts) can work using the renderer prop on APIPage component, but it's limited to a few components and cannot modify the layout. |
Beta Was this translation helpful? Give feedback.
-
Please open a separate bug report with reproduction |
Beta Was this translation helpful? Give feedback.
Yes you should write your own. Customisation via replacing components (similar to Fumadocs UI layouts) can work using the renderer prop on APIPage component, but it's limited to a few components and cannot modify the layout.