How to add route to kibana plugin

I am trying to develop a new plugin for kibana.
I used node scripts/generate_plugin.js plugin_name to generate code base. now i want to add new pages to component. I created a new folder in public/components and I put my code there and I am confused how to add routes to add new pages?

Is there any document on page routes in a module? or any sample to refer to ?
Thank you.

Hello,

These resources should help:
https://www.elastic.co/guide/en/kibana/7.0/plugin-development.html

https://www.elastic.co/webinars/creating-custom-kibana-visualizations

Thanks,
Bhavya

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.