File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/app/integration/chains Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11import { Folder , PageMapItem } from "nextra" ;
2- import { bridgedChainsDisplayOrder } from "../../../data/stages" ;
2+ import { bridgedChains , bridgedChainsDisplayOrder } from "../../../data/stages" ;
33import { convertToPageMap , normalizePageMap } from "nextra/page-map" ;
44
55export const { pageMap : rawPageMap , mdxPages } = convertToPageMap ( {
@@ -12,6 +12,9 @@ export const { pageMap: rawPageMap, mdxPages } = convertToPageMap({
1212export const pageMap = bridgedChainsDisplayOrder . map ( ( bridgedChainId ) => ( {
1313 name : bridgedChainId ,
1414 route : `/integration/chains/${ bridgedChainId } ` ,
15+ frontMatter : {
16+ title : bridgedChains [ bridgedChainId ] . generalDisplayName ,
17+ } ,
1518} ) ) ;
1619
1720const findFolder = ( items : PageMapItem [ ] , name : string ) : Folder | undefined =>
You can’t perform that action at this time.
0 commit comments