diff --git a/package.json b/package.json index f20212e..6eddf39 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ }, "peerDependecies": { "typedoc": "^0.23.21", - "typedoc-plugin-localization": "^3.0.1" + "typedoc-plugin-localization": "^3.0.2" } } diff --git a/src/partials/footer.tsx b/src/partials/footer.tsx index b0335e4..d2c2600 100644 --- a/src/partials/footer.tsx +++ b/src/partials/footer.tsx @@ -3,6 +3,10 @@ import { footerEn } from './infrafoot'; import { footerJp } from './infrafoot.ja'; export function footer(context: DefaultThemeRenderContext, props: PageEvent) { + if (!context.options.getValue('name').includes('Ignite UI')) { + return; + } + return ( ) diff --git a/src/partials/infrafoot.tsx b/src/partials/infrafoot.tsx index 52b4572..c3cd56a 100644 --- a/src/partials/infrafoot.tsx +++ b/src/partials/infrafoot.tsx @@ -122,7 +122,7 @@ export function footerEn(context: DefaultThemeRenderContext, props: PageEvent )