Add `config.nav_links` to let host apps inject links into the dashboard navigation. ```ruby config.nav_links = [{ label: "Admin", url: "/admin" }] ``` Allows the dashboard to integrate more naturally into the host app's operational tooling.
Add
config.nav_linksto let host apps inject links into the dashboard navigation.Allows the dashboard to integrate more naturally into the host app's operational tooling.