From 6fb249017412e6fa2fb9da61762d63c7a53f0ee4 Mon Sep 17 00:00:00 2001 From: Milan Holemans <11723921+milanholemans@users.noreply.github.com> Date: Sat, 9 Sep 2023 00:10:31 +0200 Subject: [PATCH] Fixes docs build --- .../pp/solution/solution-publisher-get.mdx | 4 +- .../pp/solution/solution-publisher-remove.mdx | 4 +- docs/src/components/AsciinemaPlayer.js | 17 ---- docs/src/components/AsciinemaPlayer.js.map | 1 - docs/src/components/TeamCardOverview.js | 32 ------- docs/src/components/TeamCardOverview.js.map | 1 - docs/src/scss/Global.module.scss | 4 +- .../AnnouncementBar/CloseButton/index.js | 15 ---- .../AnnouncementBar/CloseButton/index.js.map | 1 - .../theme/AnnouncementBar/Content/index.js | 13 --- .../AnnouncementBar/Content/index.js.map | 1 - docs/src/theme/AnnouncementBar/index.js | 20 ----- docs/src/theme/AnnouncementBar/index.js.map | 1 - docs/src/theme/DocBreadcrumbs/index.js | 90 ------------------- docs/src/theme/DocBreadcrumbs/index.js.map | 1 - docs/src/theme/Footer/index.js | 57 ------------ docs/src/theme/Footer/index.js.map | 1 - docs/src/theme/Footer/index.tsx | 2 + 18 files changed, 8 insertions(+), 257 deletions(-) delete mode 100644 docs/src/components/AsciinemaPlayer.js delete mode 100644 docs/src/components/AsciinemaPlayer.js.map delete mode 100644 docs/src/components/TeamCardOverview.js delete mode 100644 docs/src/components/TeamCardOverview.js.map delete mode 100644 docs/src/theme/AnnouncementBar/CloseButton/index.js delete mode 100644 docs/src/theme/AnnouncementBar/CloseButton/index.js.map delete mode 100644 docs/src/theme/AnnouncementBar/Content/index.js delete mode 100644 docs/src/theme/AnnouncementBar/Content/index.js.map delete mode 100644 docs/src/theme/AnnouncementBar/index.js delete mode 100644 docs/src/theme/AnnouncementBar/index.js.map delete mode 100644 docs/src/theme/DocBreadcrumbs/index.js delete mode 100644 docs/src/theme/DocBreadcrumbs/index.js.map delete mode 100644 docs/src/theme/Footer/index.js delete mode 100644 docs/src/theme/Footer/index.js.map diff --git a/docs/docs/cmd/pp/solution/solution-publisher-get.mdx b/docs/docs/cmd/pp/solution/solution-publisher-get.mdx index 03104e35b6e..39b8b2474d1 100644 --- a/docs/docs/cmd/pp/solution/solution-publisher-get.mdx +++ b/docs/docs/cmd/pp/solution/solution-publisher-get.mdx @@ -19,10 +19,10 @@ m365 pp solution publisher get [options] : The name of the environment. `-i --id [id]` -: The ID of the solution. Specify either `id` or `name` but not both. +: The ID of the publisher. Specify either `id` or `name` but not both. `-n, --name [name]` -: The unique name (not the display name) of the solution. Specify either `id` or `name` but not both. +: The unique name of the publisher. Specify either `id` or `name` but not both. `--asAdmin` : Run the command as admin for environments you do not have explicitly assigned permissions to. diff --git a/docs/docs/cmd/pp/solution/solution-publisher-remove.mdx b/docs/docs/cmd/pp/solution/solution-publisher-remove.mdx index f7d82ef65a8..7a3bddb2de5 100644 --- a/docs/docs/cmd/pp/solution/solution-publisher-remove.mdx +++ b/docs/docs/cmd/pp/solution/solution-publisher-remove.mdx @@ -17,10 +17,10 @@ m365 pp solution publisher remove [options] : The name of the environment. `-i, --id [id]` -: The id of the solution. Specify either `id` or `name` but not both. +: The id of the publisher. Specify either `id` or `name` but not both. `-n, --name [name]` -: The name of the solution. Specify either `id` or `name` but not both. +: The unique name of the publisher. Specify either `id` or `name` but not both. `--asAdmin` : Run the command as admin for environments you do not have explicitly assigned permissions to. diff --git a/docs/src/components/AsciinemaPlayer.js b/docs/src/components/AsciinemaPlayer.js deleted file mode 100644 index 927d56d2495..00000000000 --- a/docs/src/components/AsciinemaPlayer.js +++ /dev/null @@ -1,17 +0,0 @@ -import React, { useEffect, useRef } from 'react'; -import BrowserOnly from '@docusaurus/BrowserOnly'; -const AsciinemaPlayer = ({ src, ...asciinemaOptions }) => { - const ref = useRef(null); - useEffect(() => { - const currentRef = ref.current; - if (currentRef) { - const AsciinemaPlayerLibrary = require('asciinema-player'); - AsciinemaPlayerLibrary.create(src, currentRef, asciinemaOptions); - } - }, [src, ref.current]); - return (}> - {() =>
} - ); -}; -export default AsciinemaPlayer; -//# sourceMappingURL=AsciinemaPlayer.js.map \ No newline at end of file diff --git a/docs/src/components/AsciinemaPlayer.js.map b/docs/src/components/AsciinemaPlayer.js.map deleted file mode 100644 index fd6a7f75d25..00000000000 --- a/docs/src/components/AsciinemaPlayer.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"AsciinemaPlayer.js","sourceRoot":"","sources":["AsciinemaPlayer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,WAAW,MAAM,yBAAyB,CAAC;AAoBlD,MAAM,eAAe,GAAmC,CAAC,EACvD,GAAG,EACH,GAAG,gBAAgB,EACpB,EAAE,EAAE;IACH,MAAM,GAAG,GAAG,MAAM,CAAiB,IAAI,CAAC,CAAC;IAEzC,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,UAAU,GAAG,GAAG,CAAC,OAAO,CAAC;QAC/B,IAAI,UAAU,EAAE;YACd,MAAM,sBAAsB,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAAC;YAC3D,sBAAsB,CAAC,MAAM,CAAC,GAAG,EAAE,UAAU,EAAE,gBAAgB,CAAC,CAAC;SAClE;IACH,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC;IAEvB,OAAO,CACL,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,AAAD,EAAG,CAAC,CAC7B;MAAA,CAAC,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,EAAG,CAC1B;IAAA,EAAE,WAAW,CAAC,CACf,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,eAAe,CAAC"} \ No newline at end of file diff --git a/docs/src/components/TeamCardOverview.js b/docs/src/components/TeamCardOverview.js deleted file mode 100644 index 72e7bd94328..00000000000 --- a/docs/src/components/TeamCardOverview.js +++ /dev/null @@ -1,32 +0,0 @@ -import React from 'react'; -import useBaseUrl from '@docusaurus/useBaseUrl'; -import styles from '../scss/TeamCard.module.scss'; -const TeamCardOverview = ({ individuals }) => (
- {individuals.map(individual =>
-
-
- GitHub avatar -
-
-
-
{individual.name}
-
{individual.company}
-
-
-
- {individual.github - && - - GitHub - } - {individual.twitter - && - - Twitter - } -
-
-
)} -
); -export default TeamCardOverview; -//# sourceMappingURL=TeamCardOverview.js.map \ No newline at end of file diff --git a/docs/src/components/TeamCardOverview.js.map b/docs/src/components/TeamCardOverview.js.map deleted file mode 100644 index e13746343b7..00000000000 --- a/docs/src/components/TeamCardOverview.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"TeamCardOverview.js","sourceRoot":"","sources":["TeamCardOverview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,UAAU,MAAM,wBAAwB,CAAC;AAChD,OAAO,MAAM,MAAM,8BAA8B,CAAC;AAalD,MAAM,gBAAgB,GAAG,CAAC,EAAC,WAAW,EAAoB,EAAe,EAAE,CAAC,CAC1E,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAC1B;IAAA,CACE,WAAW,CAAC,GAAG,CAAC,UAAU,CAAC,EAAE,CAC3B,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,iBAAiB,CAAC,CACvC;UAAA,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAC9B;YAAA,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,mBAAmB,CAAC,CACzC;cAAA,CAAC,GAAG,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,CAAC,sBAAsB,UAAU,CAAC,MAAM,MAAM,CAAC,CAAC,CAAC,oCAAoC,UAAU,CAAC,IAAI,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,EACzL;YAAA,EAAE,GAAG,CACL;YAAA,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,mBAAmB,CAAC,CACzC;cAAA,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,CAClC;gBAAA,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,GAAG,CAC3D;gBAAA,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,GAAG,CACnE;cAAA,EAAE,GAAG,CACP;YAAA,EAAE,GAAG,CACL;YAAA,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,mBAAmB,CAAC,CACzC;cAAA,CACE,UAAU,CAAC,MAAM;;gBAEjB,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,sBAAsB,UAAU,CAAC,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,CAChG;kBAAA,CAAC,GAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,UAAU,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,eAAe,CAAC,EAC/F;gBAAA,EAAE,CAAC,CAAC,CAEN;cAAA,CACE,UAAU,CAAC,OAAO;;gBAElB,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,uBAAuB,UAAU,CAAC,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,CACnG;kBAAA,CAAC,GAAG,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,UAAU,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,eAAe,CAAC,EACjG;gBAAA,EAAE,CAAC,CAAC,CAER;YAAA,EAAE,GAAG,CACP;UAAA,EAAE,GAAG,CACP;QAAA,EAAE,GAAG,CAAC,CACP,CAEL;EAAA,EAAE,GAAG,CAAC,CACP,CAAC;AAEF,eAAe,gBAAgB,CAAC"} \ No newline at end of file diff --git a/docs/src/scss/Global.module.scss b/docs/src/scss/Global.module.scss index d50d98b1199..dd8c21e9282 100644 --- a/docs/src/scss/Global.module.scss +++ b/docs/src/scss/Global.module.scss @@ -40,8 +40,8 @@ // Mendable button switches from mobile to desktop at 700px @media only screen and (min-width: 700px) { - right: 2.6rem !important; - bottom: 6rem !important; + right: 3.25rem !important; + bottom: 8.5rem !important; } } diff --git a/docs/src/theme/AnnouncementBar/CloseButton/index.js b/docs/src/theme/AnnouncementBar/CloseButton/index.js deleted file mode 100644 index 6d055bf1170..00000000000 --- a/docs/src/theme/AnnouncementBar/CloseButton/index.js +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react'; -import clsx from 'clsx'; -import { translate } from '@docusaurus/Translate'; -import IconClose from '@theme/Icon/Close'; -import styles from './styles.module.css'; -export default function AnnouncementBarCloseButton(props) { - return (); -} -//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/docs/src/theme/AnnouncementBar/CloseButton/index.js.map b/docs/src/theme/AnnouncementBar/CloseButton/index.js.map deleted file mode 100644 index 1db9f944a67..00000000000 --- a/docs/src/theme/AnnouncementBar/CloseButton/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAC,SAAS,EAAC,MAAM,uBAAuB,CAAC;AAChD,OAAO,SAAS,MAAM,mBAAmB,CAAC;AAE1C,OAAO,MAAM,MAAM,qBAAqB,CAAC;AAEzC,MAAM,CAAC,OAAO,UAAU,0BAA0B,CAChD,KAAY;IAEZ,OAAO,CACL,CAAC,MAAM,CACL,IAAI,CAAC,QAAQ,CACb,UAAU,CAAC,CAAC,SAAS,CAAC;YACpB,EAAE,EAAE,4CAA4C;YAChD,OAAO,EAAE,OAAO;YAChB,WAAW,EAAE,qDAAqD;SACnE,CAAC,CAAC,CACH,IAAI,KAAK,CAAC,CACV,SAAS,CAAC,CAAC,IAAI,CAAC,iBAAiB,EAAE,MAAM,CAAC,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC,CACxE;MAAA,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,WAAW,CAAC,CAAC,GAAG,CAAC,EACrD;IAAA,EAAE,MAAM,CAAC,CACV,CAAC;AACJ,CAAC"} \ No newline at end of file diff --git a/docs/src/theme/AnnouncementBar/Content/index.js b/docs/src/theme/AnnouncementBar/Content/index.js deleted file mode 100644 index 2b988def391..00000000000 --- a/docs/src/theme/AnnouncementBar/Content/index.js +++ /dev/null @@ -1,13 +0,0 @@ -import React from 'react'; -import clsx from 'clsx'; -import { useThemeConfig } from '@docusaurus/theme-common'; -import styles from './styles.module.css'; -export default function AnnouncementBarContent(props) { - const { announcementBar } = useThemeConfig(); - const { content } = announcementBar; - return (
); -} -//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/docs/src/theme/AnnouncementBar/Content/index.js.map b/docs/src/theme/AnnouncementBar/Content/index.js.map deleted file mode 100644 index 8e8c308b96f..00000000000 --- a/docs/src/theme/AnnouncementBar/Content/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAC,cAAc,EAAC,MAAM,0BAA0B,CAAC;AAExD,OAAO,MAAM,MAAM,qBAAqB,CAAC;AAEzC,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAC5C,KAAY;IAEZ,MAAM,EAAC,eAAe,EAAC,GAAG,cAAc,EAAE,CAAC;IAC3C,MAAM,EAAC,OAAO,EAAC,GAAG,eAAgB,CAAC;IACnC,OAAO,CACL,CAAC,GAAG,CACF,IAAI,KAAK,CAAC,CACV,SAAS,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IACjD,oDAAoD;IACpD,2CAA2C;IAC3C,uBAAuB,CAAC,CAAC,EAAC,MAAM,EAAE,OAAO,EAAC,CAAC,EAC3C,CACH,CAAC;AACJ,CAAC"} \ No newline at end of file diff --git a/docs/src/theme/AnnouncementBar/index.js b/docs/src/theme/AnnouncementBar/index.js deleted file mode 100644 index 7cc5c8fda60..00000000000 --- a/docs/src/theme/AnnouncementBar/index.js +++ /dev/null @@ -1,20 +0,0 @@ -import React from 'react'; -import { useThemeConfig } from '@docusaurus/theme-common'; -import { useAnnouncementBar } from '@docusaurus/theme-common/internal'; -import AnnouncementBarCloseButton from '@theme/AnnouncementBar/CloseButton'; -import AnnouncementBarContent from '@theme/AnnouncementBar/Content'; -import styles from './styles.module.css'; -export default function AnnouncementBar() { - const { announcementBar } = useThemeConfig(); - const { isActive, close } = useAnnouncementBar(); - if (!isActive) { - return null; - } - const { backgroundColor, textColor, isCloseable } = announcementBar; - return (
- {isCloseable &&
} - - {isCloseable && ()} -
); -} -//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/docs/src/theme/AnnouncementBar/index.js.map b/docs/src/theme/AnnouncementBar/index.js.map deleted file mode 100644 index 681a3121965..00000000000 --- a/docs/src/theme/AnnouncementBar/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,cAAc,EAAC,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAC,kBAAkB,EAAC,MAAM,mCAAmC,CAAC;AACrE,OAAO,0BAA0B,MAAM,oCAAoC,CAAC;AAC5E,OAAO,sBAAsB,MAAM,gCAAgC,CAAC;AAEpE,OAAO,MAAM,MAAM,qBAAqB,CAAC;AAEzC,MAAM,CAAC,OAAO,UAAU,eAAe;IACrC,MAAM,EAAC,eAAe,EAAC,GAAG,cAAc,EAAE,CAAC;IAC3C,MAAM,EAAC,QAAQ,EAAE,KAAK,EAAC,GAAG,kBAAkB,EAAE,CAAC;IAC/C,IAAI,CAAC,QAAQ,EAAE;QACb,OAAO,IAAI,CAAC;KACb;IACD,MAAM,EAAC,eAAe,EAAE,SAAS,EAAE,WAAW,EAAC,GAAG,eAAgB,CAAC;IACnE,OAAO,CACL,CAAC,GAAG,CACF,SAAS,CAAC,CAAC,MAAM,CAAC,eAAe,CAAC,CAClC,KAAK,CAAC,CAAC,EAAC,eAAe,EAAE,KAAK,EAAE,SAAS,EAAC,CAAC,CAC3C,IAAI,CAAC,QAAQ,CACb;MAAA,CAAC,WAAW,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,0BAA0B,CAAC,EAAG,CACrE;MAAA,CAAC,sBAAsB,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,sBAAsB,CAAC,EACjE;MAAA,CAAC,WAAW,IAAI,CACd,CAAC,0BAA0B,CACzB,OAAO,CAAC,CAAC,KAAK,CAAC,CACf,SAAS,CAAC,CAAC,MAAM,CAAC,oBAAoB,CAAC,EACvC,CACH,CACH;IAAA,EAAE,GAAG,CAAC,CACP,CAAC;AACJ,CAAC"} \ No newline at end of file diff --git a/docs/src/theme/DocBreadcrumbs/index.js b/docs/src/theme/DocBreadcrumbs/index.js deleted file mode 100644 index 51a93f9a74a..00000000000 --- a/docs/src/theme/DocBreadcrumbs/index.js +++ /dev/null @@ -1,90 +0,0 @@ -import React from 'react'; -import clsx from 'clsx'; -import { ThemeClassNames } from '@docusaurus/theme-common'; -import { useSidebarBreadcrumbs, useHomePageRoute, } from '@docusaurus/theme-common/internal'; -import Link from '@docusaurus/Link'; -import { translate } from '@docusaurus/Translate'; -import HomeBreadcrumbItem from '@theme/DocBreadcrumbs/Items/Home'; -import styles from './styles.module.css'; -// TODO move to design system folder -function BreadcrumbsItemLink({ children, href, isLast }) { - const className = 'breadcrumbs__link'; - if (isLast) { - return ( - {children} - ); - } - return href ? ( - {children} - ) : ( - // TODO Google search console doesn't like breadcrumb items without href. - // The schema doesn't seem to require `id` for each `item`, although Google - // insist to infer one, even if it's invalid. Removing `itemProp="item - // name"` for now, since I don't know how to properly fix it. - // See https://github.com/facebook/docusaurus/issues/7241 - {children}); -} -// TODO move to design system folder -function BreadcrumbsItem({ children, active, index, addMicrodata }) { - return (
  • - {children} - -
  • ); -} -//! Custom function -function getCurrentHeadFolderName(folderId) { - switch (folderId) { - case 'about': - return 'About'; - case 'cmd': - return 'Commands'; - case 'concepts': - return 'Concepts'; - case 'sample-scripts': - return 'Sample Scripts'; - case 'user-guide': - return 'User Guide'; - default: - return ''; - } -} -export default function DocBreadcrumbs() { - const breadcrumbs = useSidebarBreadcrumbs(); - const homePageRoute = useHomePageRoute(); - if (!breadcrumbs) { - return null; - } - //! Custom const - const headFolderId = breadcrumbs[breadcrumbs.length - 1]?.docId?.split('/')[0]; - return (); -} -//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/docs/src/theme/DocBreadcrumbs/index.js.map b/docs/src/theme/DocBreadcrumbs/index.js.map deleted file mode 100644 index d2150fafee5..00000000000 --- a/docs/src/theme/DocBreadcrumbs/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/docs/src/theme/Footer/index.js b/docs/src/theme/Footer/index.js deleted file mode 100644 index fda71304dd6..00000000000 --- a/docs/src/theme/Footer/index.js +++ /dev/null @@ -1,57 +0,0 @@ -import React from 'react'; -import clsx from 'clsx'; -import styles from './styles.module.scss'; -import GitHubSVG from '@site/static/img/github-icon.svg'; -import DiscordSVG from '@site/static/img/discord-icon.svg'; -import TwitterSVG from '@site/static/img/twitter-icon.svg'; -import YouTubeSVG from '@site/static/img/youtube-icon.svg'; -import LinkSVG from '@site/static/img/link-icon.svg'; -import { MendableFloatingButton } from '@mendable/search'; -import { useColorMode } from '@docusaurus/theme-common'; -import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; -function Footer() { - const { siteConfig: { customFields } } = useDocusaurusContext(); - return (
    - - - -
    ); -} -export default React.memo(Footer); -//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/docs/src/theme/Footer/index.js.map b/docs/src/theme/Footer/index.js.map deleted file mode 100644 index a0f9f30a264..00000000000 --- a/docs/src/theme/Footer/index.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/docs/src/theme/Footer/index.tsx b/docs/src/theme/Footer/index.tsx index 9a01442445b..89324c50f08 100644 --- a/docs/src/theme/Footer/index.tsx +++ b/docs/src/theme/Footer/index.tsx @@ -60,6 +60,8 @@ function Footer(): JSX.Element | null { backgroundColor: '#ef5552' }} cmdShortcutKey='m' + showPopup={false} + dismissPopupAfter={3} />
    );