Skip to content

Commit bfa2d4c

Browse files
committed
footer fix
1 parent d03d7ac commit bfa2d4c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

unified-doc/src/theme/Layout/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {onpremFooter} from "@selfhosted/src/components/footer";
77
import {zlanFooter} from "@zlan/src/components/footer";
88
import {openZitiFooter} from "@openziti/src/components/footer";
99
import {zrokFooter} from "@zrok/src/components/footer";
10+
import {platformFooter} from "@platform/src/components/footer";
1011

1112
const 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

0 commit comments

Comments
 (0)