File tree Expand file tree Collapse file tree
unified-doc/src/theme/Layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import {onpremFooter} from "@selfhosted/src/components/footer";
77import { zlanFooter } from "@zlan/src/components/footer" ;
88import { openZitiFooter } from "@openziti/src/components/footer" ;
99import { zrokFooter } from "@zrok/src/components/footer" ;
10+ import { platformFooter } from "@platform/src/components/footer" ;
1011
1112const matchPath = ( p : string , segment : string ) =>
1213 p . startsWith ( `/${ segment } ` ) || p . startsWith ( `/docs/${ segment } ` ) ;
@@ -17,6 +18,7 @@ const mapFooter = (p: string) => {
1718 if ( matchPath ( p , 'openziti' ) ) return openZitiFooter ;
1819 if ( matchPath ( p , 'zlan' ) ) return zlanFooter ;
1920 if ( matchPath ( p , 'zrok' ) ) return zrokFooter ;
21+ if ( matchPath ( p , 'platform' ) ) return platformFooter ;
2022 return unifiedFooter ;
2123} ;
2224
You can’t perform that action at this time.
0 commit comments