docs: add line highlight validation (#14380)
* docs: add line highlight validation * add to all projects * fixes * fixes * fix * fixes
This commit is contained in:
@@ -197,10 +197,10 @@ So, to add the UI route at the `localhost:9000/app/brands` path, create the file
|
||||

|
||||
|
||||
export const uiRouteHighlights = [
|
||||
["8", "BrandsPage", "The UI route that displays a new page."],
|
||||
["23", "defineRouteConfig", "Export config to add a link for the UI route in the sidebar."],
|
||||
["24", "label", "The sidebar item's label."],
|
||||
["25", "icon", "The sidebar item's icon."]
|
||||
["10", "BrandsPage", "The UI route that displays a new page."],
|
||||
["20", "defineRouteConfig", "Export config to add a link for the UI route in the sidebar."],
|
||||
["21", "label", "The sidebar item's label."],
|
||||
["22", "icon", "The sidebar item's icon."]
|
||||
]
|
||||
|
||||
```tsx title="src/admin/routes/brands/page.tsx" highlights={uiRouteHighlights}
|
||||
|
||||
Reference in New Issue
Block a user