@seqera/docusaurus-theme-seqera 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -0
- package/package.json +66 -0
- package/src/getSwizzleConfig.ts +433 -0
- package/src/index.ts +154 -0
- package/src/inlineScripts.ts +95 -0
- package/src/inlineSvgSprites.ts +7 -0
- package/src/main-styles.css +322 -0
- package/src/nprogress.css +36 -0
- package/src/nprogress.ts +27 -0
- package/src/options.ts +503 -0
- package/src/prism-include-languages.ts +6 -0
- package/src/styles/api.css +42 -0
- package/src/styles/typography.css +342 -0
- package/src/theme/Admonition/Icon/Danger.tsx +15 -0
- package/src/theme/Admonition/Icon/Info.tsx +15 -0
- package/src/theme/Admonition/Icon/Note.tsx +15 -0
- package/src/theme/Admonition/Icon/Tip.tsx +15 -0
- package/src/theme/Admonition/Icon/Warning.tsx +15 -0
- package/src/theme/Admonition/Layout/index.tsx +53 -0
- package/src/theme/Admonition/Layout/styles.module.css +39 -0
- package/src/theme/Admonition/Type/Caution.tsx +34 -0
- package/src/theme/Admonition/Type/Danger.tsx +32 -0
- package/src/theme/Admonition/Type/Info.tsx +32 -0
- package/src/theme/Admonition/Type/Note.tsx +32 -0
- package/src/theme/Admonition/Type/Tip.tsx +32 -0
- package/src/theme/Admonition/Type/Warning.tsx +32 -0
- package/src/theme/Admonition/Types.tsx +33 -0
- package/src/theme/Admonition/index.tsx +23 -0
- package/src/theme/AdmonitionVersioned/AddedInVersion.tsx +14 -0
- package/src/theme/AdmonitionVersioned/AdmonitionVersioned.tsx +66 -0
- package/src/theme/AdmonitionVersioned/ChangedInVersion.tsx +14 -0
- package/src/theme/AdmonitionVersioned/DeprecatedInVersion.tsx +15 -0
- package/src/theme/AdmonitionVersioned/getStableVersion.ts +30 -0
- package/src/theme/AdmonitionVersioned/index.ts +1 -0
- package/src/theme/AdmonitionVersioned/stableVersions.ts +119 -0
- package/src/theme/AnnouncementBar/CloseButton/index.tsx +24 -0
- package/src/theme/AnnouncementBar/CloseButton/styles.module.css +6 -0
- package/src/theme/AnnouncementBar/Content/index.tsx +21 -0
- package/src/theme/AnnouncementBar/Content/styles.module.css +12 -0
- package/src/theme/AnnouncementBar/index.tsx +37 -0
- package/src/theme/AnnouncementBar/styles.module.css +57 -0
- package/src/theme/BackToTopButton/index.tsx +30 -0
- package/src/theme/BackToTopButton/styles.module.css +39 -0
- package/src/theme/Blog/Components/Author/Socials/index.tsx +75 -0
- package/src/theme/Blog/Components/Author/Socials/styles.module.css +34 -0
- package/src/theme/Blog/Components/Author/index.tsx +98 -0
- package/src/theme/Blog/Components/Author/styles.module.css +69 -0
- package/src/theme/Blog/Pages/BlogAuthorsListPage/index.tsx +57 -0
- package/src/theme/Blog/Pages/BlogAuthorsListPage/styles.module.css +6 -0
- package/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.tsx +77 -0
- package/src/theme/BlogArchivePage/index.tsx +102 -0
- package/src/theme/BlogLayout/index.tsx +31 -0
- package/src/theme/BlogListPage/StructuredData/index.tsx +17 -0
- package/src/theme/BlogListPage/index.tsx +57 -0
- package/src/theme/BlogListPaginator/index.tsx +47 -0
- package/src/theme/BlogPostItem/Container/index.tsx +11 -0
- package/src/theme/BlogPostItem/Content/index.tsx +23 -0
- package/src/theme/BlogPostItem/Footer/ReadMoreLink/index.tsx +39 -0
- package/src/theme/BlogPostItem/Footer/index.tsx +85 -0
- package/src/theme/BlogPostItem/Header/Authors/index.tsx +49 -0
- package/src/theme/BlogPostItem/Header/Authors/styles.module.css +15 -0
- package/src/theme/BlogPostItem/Header/Info/index.tsx +77 -0
- package/src/theme/BlogPostItem/Header/Info/styles.module.css +5 -0
- package/src/theme/BlogPostItem/Header/Title/index.tsx +20 -0
- package/src/theme/BlogPostItem/Header/Title/styles.module.css +14 -0
- package/src/theme/BlogPostItem/Header/index.tsx +16 -0
- package/src/theme/BlogPostItem/index.tsx +27 -0
- package/src/theme/BlogPostItems/index.tsx +25 -0
- package/src/theme/BlogPostPage/Metadata/index.tsx +39 -0
- package/src/theme/BlogPostPage/StructuredData/index.tsx +16 -0
- package/src/theme/BlogPostPage/index.tsx +74 -0
- package/src/theme/BlogPostPaginator/index.tsx +46 -0
- package/src/theme/BlogSidebar/Content/index.tsx +52 -0
- package/src/theme/BlogSidebar/Desktop/index.tsx +52 -0
- package/src/theme/BlogSidebar/Desktop/styles.module.css +46 -0
- package/src/theme/BlogSidebar/Mobile/index.tsx +47 -0
- package/src/theme/BlogSidebar/Mobile/styles.module.css +5 -0
- package/src/theme/BlogSidebar/index.tsx +19 -0
- package/src/theme/BlogTagsListPage/index.tsx +33 -0
- package/src/theme/BlogTagsPostsPage/index.tsx +68 -0
- package/src/theme/CodeBlock/Buttons/Button/index.tsx +14 -0
- package/src/theme/CodeBlock/Buttons/CopyButton/index.tsx +82 -0
- package/src/theme/CodeBlock/Buttons/CopyButton/styles.module.css +42 -0
- package/src/theme/CodeBlock/Buttons/WordWrapButton/index.tsx +40 -0
- package/src/theme/CodeBlock/Buttons/WordWrapButton/styles.module.css +10 -0
- package/src/theme/CodeBlock/Buttons/index.tsx +27 -0
- package/src/theme/CodeBlock/Buttons/styles.module.css +32 -0
- package/src/theme/CodeBlock/Container/index.tsx +27 -0
- package/src/theme/CodeBlock/Container/styles.module.css +9 -0
- package/src/theme/CodeBlock/Content/Element.tsx +24 -0
- package/src/theme/CodeBlock/Content/String.tsx +37 -0
- package/src/theme/CodeBlock/Content/index.tsx +79 -0
- package/src/theme/CodeBlock/Content/styles.module.css +30 -0
- package/src/theme/CodeBlock/Layout/index.tsx +29 -0
- package/src/theme/CodeBlock/Layout/styles.module.css +22 -0
- package/src/theme/CodeBlock/Line/Token/index.tsx +13 -0
- package/src/theme/CodeBlock/Line/index.tsx +61 -0
- package/src/theme/CodeBlock/Line/styles.module.css +47 -0
- package/src/theme/CodeBlock/Title/index.tsx +10 -0
- package/src/theme/CodeBlock/index.tsx +40 -0
- package/src/theme/CodeInline/index.tsx +11 -0
- package/src/theme/ColorModeToggle/index.tsx +140 -0
- package/src/theme/ColorModeToggle/styles.module.css +35 -0
- package/src/theme/ContentVisibility/Draft/index.tsx +22 -0
- package/src/theme/ContentVisibility/Unlisted/index.tsx +37 -0
- package/src/theme/ContentVisibility/index.tsx +20 -0
- package/src/theme/Details/index.tsx +21 -0
- package/src/theme/Details/styles.module.css +8 -0
- package/src/theme/DocBreadcrumbs/Items/Home/index.tsx +29 -0
- package/src/theme/DocBreadcrumbs/Items/Home/styles.module.css +9 -0
- package/src/theme/DocBreadcrumbs/StructuredData/index.tsx +19 -0
- package/src/theme/DocBreadcrumbs/index.tsx +98 -0
- package/src/theme/DocBreadcrumbs/styles.module.css +14 -0
- package/src/theme/DocCard/index.tsx +133 -0
- package/src/theme/DocCard/styles.module.css +29 -0
- package/src/theme/DocCardList/index.tsx +43 -0
- package/src/theme/DocCardList/styles.module.css +9 -0
- package/src/theme/DocCategoryGeneratedIndexPage/index.tsx +68 -0
- package/src/theme/DocCategoryGeneratedIndexPage/styles.module.css +13 -0
- package/src/theme/DocItem/Content/index.tsx +43 -0
- package/src/theme/DocItem/Footer/index.tsx +51 -0
- package/src/theme/DocItem/Layout/index.tsx +66 -0
- package/src/theme/DocItem/Layout/styles.module.css +12 -0
- package/src/theme/DocItem/Metadata/index.tsx +17 -0
- package/src/theme/DocItem/Paginator/index.tsx +20 -0
- package/src/theme/DocItem/TOC/Desktop/index.tsx +19 -0
- package/src/theme/DocItem/TOC/Mobile/index.tsx +22 -0
- package/src/theme/DocItem/TOC/Mobile/styles.module.css +26 -0
- package/src/theme/DocItem/index.tsx +23 -0
- package/src/theme/DocPaginator/index.tsx +46 -0
- package/src/theme/DocRoot/Layout/Main/index.tsx +31 -0
- package/src/theme/DocRoot/Layout/Main/styles.module.css +23 -0
- package/src/theme/DocRoot/Layout/Sidebar/ExpandButton/index.tsx +36 -0
- package/src/theme/DocRoot/Layout/Sidebar/ExpandButton/styles.module.css +29 -0
- package/src/theme/DocRoot/Layout/Sidebar/index.tsx +79 -0
- package/src/theme/DocRoot/Layout/Sidebar/styles.module.css +34 -0
- package/src/theme/DocRoot/Layout/index.tsx +32 -0
- package/src/theme/DocRoot/Layout/styles.module.css +11 -0
- package/src/theme/DocRoot/index.tsx +29 -0
- package/src/theme/DocSidebar/Desktop/CollapseButton/index.tsx +34 -0
- package/src/theme/DocSidebar/Desktop/CollapseButton/styles.module.css +42 -0
- package/src/theme/DocSidebar/Desktop/Content/index.tsx +56 -0
- package/src/theme/DocSidebar/Desktop/Content/styles.module.css +18 -0
- package/src/theme/DocSidebar/Desktop/index.tsx +36 -0
- package/src/theme/DocSidebar/Desktop/styles.module.css +39 -0
- package/src/theme/DocSidebar/Mobile/index.tsx +49 -0
- package/src/theme/DocSidebar/index.tsx +25 -0
- package/src/theme/DocSidebarItem/Category/index.tsx +309 -0
- package/src/theme/DocSidebarItem/Category/styles.module.css +35 -0
- package/src/theme/DocSidebarItem/Html/index.tsx +30 -0
- package/src/theme/DocSidebarItem/Html/styles.module.css +8 -0
- package/src/theme/DocSidebarItem/Link/index.tsx +62 -0
- package/src/theme/DocSidebarItem/Link/styles.module.css +13 -0
- package/src/theme/DocSidebarItem/index.tsx +19 -0
- package/src/theme/DocSidebarItems/index.tsx +24 -0
- package/src/theme/DocTagDocListPage/index.tsx +113 -0
- package/src/theme/DocTagsListPage/index.tsx +52 -0
- package/src/theme/DocVersionBadge/index.tsx +29 -0
- package/src/theme/DocVersionBanner/index.tsx +171 -0
- package/src/theme/DocVersionRoot/index.tsx +46 -0
- package/src/theme/DocsRoot/index.tsx +17 -0
- package/src/theme/EditMetaRow/index.tsx +31 -0
- package/src/theme/EditMetaRow/styles.module.css +19 -0
- package/src/theme/EditThisPage/index.tsx +21 -0
- package/src/theme/ErrorPageContent.tsx +38 -0
- package/src/theme/Footer/Copyright/index.tsx +15 -0
- package/src/theme/Footer/Layout/index.tsx +42 -0
- package/src/theme/Footer/LinkItem/index.tsx +31 -0
- package/src/theme/Footer/Links/MultiColumn/index.tsx +53 -0
- package/src/theme/Footer/Links/Simple/index.tsx +38 -0
- package/src/theme/Footer/Links/index.tsx +16 -0
- package/src/theme/Footer/Logo/index.tsx +41 -0
- package/src/theme/Footer/Logo/styles.module.css +11 -0
- package/src/theme/Footer/index.tsx +28 -0
- package/src/theme/Heading/index.tsx +50 -0
- package/src/theme/Heading/styles.module.css +17 -0
- package/src/theme/Homepage/index.tsx +178 -0
- package/src/theme/Icon/AI/index.tsx +21 -0
- package/src/theme/Icon/AWS/index.tsx +22 -0
- package/src/theme/Icon/Arrow/index.tsx +15 -0
- package/src/theme/Icon/Azure/index.tsx +28 -0
- package/src/theme/Icon/Changelog/index.tsx +26 -0
- package/src/theme/Icon/ChatBubble/index.tsx +29 -0
- package/src/theme/Icon/ChatBubbles/index.tsx +42 -0
- package/src/theme/Icon/Close/index.tsx +21 -0
- package/src/theme/Icon/Cog/index.tsx +45 -0
- package/src/theme/Icon/Copy/index.tsx +15 -0
- package/src/theme/Icon/DarkMode/index.tsx +15 -0
- package/src/theme/Icon/Edit/index.tsx +24 -0
- package/src/theme/Icon/Edit/styles.module.css +6 -0
- package/src/theme/Icon/Envelope/index.tsx +33 -0
- package/src/theme/Icon/ExternalLink/index.tsx +30 -0
- package/src/theme/Icon/ExternalLink/styles.module.css +5 -0
- package/src/theme/Icon/Fusion/index.tsx +32 -0
- package/src/theme/Icon/GoogleCloud/index.tsx +56 -0
- package/src/theme/Icon/Home/index.tsx +15 -0
- package/src/theme/Icon/Language/index.tsx +24 -0
- package/src/theme/Icon/LightMode/index.tsx +15 -0
- package/src/theme/Icon/MCP/index.tsx +84 -0
- package/src/theme/Icon/Menu/index.tsx +29 -0
- package/src/theme/Icon/MultiQC/index.tsx +25 -0
- package/src/theme/Icon/Nextflow/index.tsx +25 -0
- package/src/theme/Icon/QuestionMark/index.tsx +46 -0
- package/src/theme/Icon/SeqeraCloud/index.tsx +35 -0
- package/src/theme/Icon/SeqeraEnterprise/index.tsx +372 -0
- package/src/theme/Icon/SeqeraLogo/index.tsx +22 -0
- package/src/theme/Icon/ServiceStatus/index.tsx +101 -0
- package/src/theme/Icon/Sidebar/index.tsx +8 -0
- package/src/theme/Icon/Socials/Bluesky/index.tsx +23 -0
- package/src/theme/Icon/Socials/Bluesky/styles.module.css +9 -0
- package/src/theme/Icon/Socials/Default/index.tsx +28 -0
- package/src/theme/Icon/Socials/Email/index.tsx +23 -0
- package/src/theme/Icon/Socials/GitHub/index.tsx +24 -0
- package/src/theme/Icon/Socials/GitHub/styles.module.css +9 -0
- package/src/theme/Icon/Socials/Instagram/index.tsx +23 -0
- package/src/theme/Icon/Socials/Instagram/styles.module.css +9 -0
- package/src/theme/Icon/Socials/LinkedIn/index.tsx +23 -0
- package/src/theme/Icon/Socials/LinkedIn/styles.module.css +9 -0
- package/src/theme/Icon/Socials/Mastodon/index.tsx +40 -0
- package/src/theme/Icon/Socials/StackOverflow/index.tsx +25 -0
- package/src/theme/Icon/Socials/Threads/index.tsx +25 -0
- package/src/theme/Icon/Socials/Threads/styles.module.css +9 -0
- package/src/theme/Icon/Socials/Twitch/index.tsx +32 -0
- package/src/theme/Icon/Socials/Twitter/index.tsx +22 -0
- package/src/theme/Icon/Socials/X/index.tsx +24 -0
- package/src/theme/Icon/Socials/X/styles.module.css +9 -0
- package/src/theme/Icon/Socials/YouTube/index.tsx +22 -0
- package/src/theme/Icon/Success/index.tsx +15 -0
- package/src/theme/Icon/SystemColorMode/index.tsx +15 -0
- package/src/theme/Icon/Wave/index.tsx +32 -0
- package/src/theme/Icon/WordWrap/index.tsx +15 -0
- package/src/theme/LastUpdated/index.tsx +91 -0
- package/src/theme/Layout/Provider/index.tsx +26 -0
- package/src/theme/Layout/index.tsx +59 -0
- package/src/theme/Layout/styles.module.css +23 -0
- package/src/theme/Logo/index.tsx +78 -0
- package/src/theme/MDXComponents/A/index.tsx +16 -0
- package/src/theme/MDXComponents/Button/index.tsx +43 -0
- package/src/theme/MDXComponents/Code.tsx +26 -0
- package/src/theme/MDXComponents/Details.tsx +26 -0
- package/src/theme/MDXComponents/Heading.tsx +9 -0
- package/src/theme/MDXComponents/Img/index.tsx +23 -0
- package/src/theme/MDXComponents/Img/styles.module.css +5 -0
- package/src/theme/MDXComponents/Li.tsx +17 -0
- package/src/theme/MDXComponents/Pre.tsx +10 -0
- package/src/theme/MDXComponents/Ul/index.tsx +25 -0
- package/src/theme/MDXComponents/Ul/styles.module.css +9 -0
- package/src/theme/MDXComponents/index.tsx +47 -0
- package/src/theme/MDXContent/index.tsx +10 -0
- package/src/theme/MDXPage/index.tsx +87 -0
- package/src/theme/MDXPage/styles.module.css +5 -0
- package/src/theme/Mermaid.tsx +11 -0
- package/src/theme/Navbar/ColorModeToggle/index.tsx +29 -0
- package/src/theme/Navbar/ColorModeToggle/styles.module.css +5 -0
- package/src/theme/Navbar/Content/index.tsx +152 -0
- package/src/theme/Navbar/Content/styles.module.css +19 -0
- package/src/theme/Navbar/Layout/index.tsx +59 -0
- package/src/theme/Navbar/Layout/styles.module.css +9 -0
- package/src/theme/Navbar/Logo/index.tsx +14 -0
- package/src/theme/Navbar/MobileSidebar/Header/index.tsx +37 -0
- package/src/theme/Navbar/MobileSidebar/Layout/index.tsx +72 -0
- package/src/theme/Navbar/MobileSidebar/Layout/styles.module.css +11 -0
- package/src/theme/Navbar/MobileSidebar/PrimaryMenu/index.tsx +90 -0
- package/src/theme/Navbar/MobileSidebar/SecondaryMenu/index.tsx +34 -0
- package/src/theme/Navbar/MobileSidebar/Toggle/index.tsx +25 -0
- package/src/theme/Navbar/MobileSidebar/index.tsx +28 -0
- package/src/theme/Navbar/Search/index.tsx +15 -0
- package/src/theme/Navbar/Search/styles.module.css +22 -0
- package/src/theme/Navbar/Submenu/SubmenuLinks.tsx +136 -0
- package/src/theme/Navbar/Submenu/index.tsx +84 -0
- package/src/theme/Navbar/Submenu/styles.module.css +82 -0
- package/src/theme/Navbar/index.tsx +13 -0
- package/src/theme/NavbarItem/ComponentTypes.tsx +27 -0
- package/src/theme/NavbarItem/DefaultNavbarItem/Desktop/index.tsx +29 -0
- package/src/theme/NavbarItem/DefaultNavbarItem/Mobile/index.tsx +18 -0
- package/src/theme/NavbarItem/DefaultNavbarItem/index.tsx +23 -0
- package/src/theme/NavbarItem/DocNavbarItem.tsx +38 -0
- package/src/theme/NavbarItem/DocSidebarNavbarItem.tsx +33 -0
- package/src/theme/NavbarItem/DocsVersionDropdownNavbarItem.tsx +189 -0
- package/src/theme/NavbarItem/DocsVersionNavbarItem.tsx +22 -0
- package/src/theme/NavbarItem/DropdownNavbarItem/Desktop/index.tsx +81 -0
- package/src/theme/NavbarItem/DropdownNavbarItem/Mobile/index.tsx +161 -0
- package/src/theme/NavbarItem/DropdownNavbarItem/Mobile/styles.module.css +5 -0
- package/src/theme/NavbarItem/DropdownNavbarItem/index.tsx +14 -0
- package/src/theme/NavbarItem/HtmlNavbarItem.tsx +27 -0
- package/src/theme/NavbarItem/LocaleDropdownNavbarItem/index.tsx +128 -0
- package/src/theme/NavbarItem/LocaleDropdownNavbarItem/styles.module.css +6 -0
- package/src/theme/NavbarItem/NavbarNavLink.tsx +69 -0
- package/src/theme/NavbarItem/SearchNavbarItem.tsx +21 -0
- package/src/theme/NavbarItem/index.tsx +23 -0
- package/src/theme/NotFound/Content/index.tsx +34 -0
- package/src/theme/NotFound/index.tsx +22 -0
- package/src/theme/PaginatorNavLink/index.tsx +21 -0
- package/src/theme/SearchBar.tsx +8 -0
- package/src/theme/SearchMetadata/index.tsx +38 -0
- package/src/theme/SiteMetadata/index.tsx +153 -0
- package/src/theme/SkipToContent/index.tsx +9 -0
- package/src/theme/SkipToContent/styles.module.css +16 -0
- package/src/theme/TOC/index.tsx +26 -0
- package/src/theme/TOC/styles.module.css +23 -0
- package/src/theme/TOCCollapsible/CollapseButton/index.tsx +30 -0
- package/src/theme/TOCCollapsible/CollapseButton/styles.module.css +27 -0
- package/src/theme/TOCCollapsible/index.tsx +42 -0
- package/src/theme/TOCCollapsible/styles.module.css +26 -0
- package/src/theme/TOCInline/index.tsx +25 -0
- package/src/theme/TOCInline/styles.module.css +7 -0
- package/src/theme/TOCItems/Tree.tsx +40 -0
- package/src/theme/TOCItems/index.tsx +56 -0
- package/src/theme/TabItem/index.tsx +22 -0
- package/src/theme/TabItem/styles.module.css +5 -0
- package/src/theme/Tabs/index.tsx +167 -0
- package/src/theme/Tabs/styles.module.css +9 -0
- package/src/theme/Tag/index.tsx +30 -0
- package/src/theme/Tag/styles.module.css +65 -0
- package/src/theme/TagsListByLetter/index.tsx +40 -0
- package/src/theme/TagsListByLetter/styles.module.css +6 -0
- package/src/theme/TagsListInline/index.tsx +30 -0
- package/src/theme/TagsListInline/styles.module.css +10 -0
- package/src/theme/ThemeProvider/TitleFormatter/index.tsx +22 -0
- package/src/theme/ThemeProvider/index.tsx +9 -0
- package/src/theme/ThemedImage/index.tsx +21 -0
- package/src/theme/ThemedImage/styles.module.css +13 -0
- package/src/theme/pages/Home/index.tsx +19 -0
- package/src/theme/prism-include-languages.ts +39 -0
- package/src/theme-seqera.d.ts +2277 -0
- package/src/translations.ts +240 -0
- package/tailwind.config.js +7 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
import React, {type ReactNode} from 'react';
|
|
4
|
+
import clsx from 'clsx';
|
|
5
|
+
import {translate} from '@docusaurus/Translate';
|
|
6
|
+
import {useAnchorTargetClassName} from '@docusaurus/theme-common';
|
|
7
|
+
import Link from '@docusaurus/Link';
|
|
8
|
+
import useBrokenLinks from '@docusaurus/useBrokenLinks';
|
|
9
|
+
import type {Props} from '@theme/Heading';
|
|
10
|
+
import './styles.module.css';
|
|
11
|
+
|
|
12
|
+
export default function Heading({as: As, id, ...props}: Props): ReactNode {
|
|
13
|
+
const brokenLinks = useBrokenLinks();
|
|
14
|
+
const anchorTargetClassName = useAnchorTargetClassName(id);
|
|
15
|
+
|
|
16
|
+
// H1 headings do not need an id because they don't appear in the TOC.
|
|
17
|
+
if (As === 'h1' || !id) {
|
|
18
|
+
return <As {...props} id={undefined} />;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
brokenLinks.collectAnchor(id);
|
|
22
|
+
|
|
23
|
+
const anchorTitle = translate(
|
|
24
|
+
{
|
|
25
|
+
id: 'theme.common.headingLinkTitle',
|
|
26
|
+
message: 'Direct link to {heading}',
|
|
27
|
+
description: 'Title for link to heading',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
heading: typeof props.children === 'string' ? props.children : id,
|
|
31
|
+
},
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
return (
|
|
35
|
+
<As
|
|
36
|
+
{...props}
|
|
37
|
+
className={clsx('anchor', anchorTargetClassName, props.className)}
|
|
38
|
+
id={id}>
|
|
39
|
+
{props.children}
|
|
40
|
+
<Link
|
|
41
|
+
className="hash-link"
|
|
42
|
+
to={`#${id}`}
|
|
43
|
+
aria-label={anchorTitle}
|
|
44
|
+
title={anchorTitle}
|
|
45
|
+
translate="no">
|
|
46
|
+
​
|
|
47
|
+
</Link>
|
|
48
|
+
</As>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
:global(.hash-link) {
|
|
4
|
+
opacity: 0;
|
|
5
|
+
padding-left: 0.5rem;
|
|
6
|
+
transition: opacity var(--ifm-transition-fast);
|
|
7
|
+
user-select: none;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
:global(.hash-link::before) {
|
|
11
|
+
content: '#';
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
:global(.hash-link:focus),
|
|
15
|
+
:global(*:hover > .hash-link) {
|
|
16
|
+
opacity: 1;
|
|
17
|
+
}
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
import React, {type ReactNode} from 'react';
|
|
2
|
+
import IconAI from '@theme/Icon/AI';
|
|
3
|
+
import IconFusion from '@theme/Icon/Fusion';
|
|
4
|
+
import IconNextflow from '@theme/Icon/Nextflow';
|
|
5
|
+
import IconMultiQC from '@theme/Icon/MultiQC';
|
|
6
|
+
import IconWave from '@theme/Icon/Wave';
|
|
7
|
+
import IconSeqeraCloud from '@theme/Icon/SeqeraCloud';
|
|
8
|
+
import IconServiceStatus from '@theme/Icon/ServiceStatus';
|
|
9
|
+
import IconQuestionMark from '@theme/Icon/QuestionMark';
|
|
10
|
+
import IconCog from '@theme/Icon/Cog';
|
|
11
|
+
import IconChangelog from '@theme/Icon/Changelog';
|
|
12
|
+
import IconChatBubbles from '@theme/Icon/ChatBubbles';
|
|
13
|
+
import IconMCP from '@theme/Icon/MCP';
|
|
14
|
+
import IconSeqeraEnterprise from '@theme/Icon/SeqeraEnterprise';
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
interface CardProps {
|
|
18
|
+
href: string;
|
|
19
|
+
icon: ReactNode;
|
|
20
|
+
title: string;
|
|
21
|
+
description: string;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
interface CardSectionProps {
|
|
25
|
+
title: string;
|
|
26
|
+
cards: readonly CardProps[];
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
const CARD_DATA = {
|
|
30
|
+
products: [
|
|
31
|
+
{
|
|
32
|
+
href: '/platform-cloud',
|
|
33
|
+
icon: <IconSeqeraCloud className="text-black" />,
|
|
34
|
+
title: 'Seqera Cloud',
|
|
35
|
+
description: 'comprehensive platform empowering teams across the entire scientific lifecycle',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
href: '/platform-enterprise',
|
|
39
|
+
icon: <IconSeqeraEnterprise className="text-black" />,
|
|
40
|
+
title: 'Seqera Enterprise',
|
|
41
|
+
description: 'manage within your own infrastructure for greater control and data sovereignty',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
href: '/platform-api',
|
|
45
|
+
icon: <IconCog className="text-black" />,
|
|
46
|
+
title: 'Platform API',
|
|
47
|
+
description: 'integrate Seqera Platform seamlessly into existing processes',
|
|
48
|
+
},
|
|
49
|
+
],
|
|
50
|
+
ai: [
|
|
51
|
+
{
|
|
52
|
+
href: '/platform-cloud/seqera-ai',
|
|
53
|
+
icon: <IconAI className="text-black max-w-5.5" />,
|
|
54
|
+
title: 'Seqera AI',
|
|
55
|
+
description: 'intelligent command-line assistant that helps you build, run, and manage bioinformatics workflows',
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
href: '/platform-cloud/seqera-mcp',
|
|
59
|
+
icon: <IconMCP className="text-black max-w-5.5" />,
|
|
60
|
+
title: 'Seqera MCP',
|
|
61
|
+
description: 'enables AI assistants to interact with the Seqera ecosystem',
|
|
62
|
+
},
|
|
63
|
+
],
|
|
64
|
+
openSource: [
|
|
65
|
+
{
|
|
66
|
+
href: '/nextflow',
|
|
67
|
+
icon: <IconNextflow className="text-nextflow-600" />,
|
|
68
|
+
title: 'Nextflow',
|
|
69
|
+
description: 'open-source orchestrator for deploying workflows',
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
href: '/wave',
|
|
73
|
+
icon: <IconWave className="text-wave-600" />,
|
|
74
|
+
title: 'Wave',
|
|
75
|
+
description: 'next generation container provisioning for data analysis',
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
href: '/multiqc',
|
|
79
|
+
icon: <IconMultiQC className="text-multiqc-600" />,
|
|
80
|
+
title: 'MultiQC',
|
|
81
|
+
description: 'open-source tool to aggregate bioinformatic analyses results',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
href: '/fusion',
|
|
85
|
+
icon: <IconFusion className="text-fusion-600" />,
|
|
86
|
+
title: 'Fusion',
|
|
87
|
+
description: 'optimized file system for cloud-native data pipelines',
|
|
88
|
+
},
|
|
89
|
+
],
|
|
90
|
+
help: [
|
|
91
|
+
{
|
|
92
|
+
href: '/changelog',
|
|
93
|
+
icon: <IconChangelog className="text-black w-[20px] h-[20px]" />,
|
|
94
|
+
title: 'Changelog',
|
|
95
|
+
description: 'product release notes on latest features and updates.',
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
href: 'https://support.seqera.io/',
|
|
99
|
+
icon: <IconQuestionMark className="text-black" />,
|
|
100
|
+
title: 'Support Portal',
|
|
101
|
+
description: 'contact support for help with your platform or enterprise account',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
href: 'https://community.seqera.io/',
|
|
105
|
+
icon: <IconChatBubbles className="text-black" />,
|
|
106
|
+
title: 'Community Forum',
|
|
107
|
+
description: 'discuss, share and network with other users',
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
href: 'https://status.seqera.io/',
|
|
111
|
+
icon: <IconServiceStatus className="text-black" />,
|
|
112
|
+
title: 'Service Status',
|
|
113
|
+
description: 'real-time monitoring of platform performance',
|
|
114
|
+
},
|
|
115
|
+
],
|
|
116
|
+
} as const;
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
function Card({href, icon, title, description}: CardProps): ReactNode {
|
|
121
|
+
return (
|
|
122
|
+
<a href={href}>
|
|
123
|
+
<div className="border border-gray-400 hover:border-gray-800 p-4 h-full transition-all duration-300">
|
|
124
|
+
<div className="mb-2">{icon}</div>
|
|
125
|
+
<h3 className="text-[1.25rem] leading-tight mb-2 font-medium">{title}</h3>
|
|
126
|
+
<p className="leading-tight text-[.9rem] text-gray-1000 dark:text-gray-400">{description}</p>
|
|
127
|
+
</div>
|
|
128
|
+
</a>
|
|
129
|
+
);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
function CardGrid({cards}: {cards: readonly CardProps[]}): ReactNode {
|
|
133
|
+
return (
|
|
134
|
+
<div className="grid grid-cols-1 md:grid-cols-2 gap-4 md:gap-4">
|
|
135
|
+
{cards.map((card) => (
|
|
136
|
+
<Card key={card.href} {...card} />
|
|
137
|
+
))}
|
|
138
|
+
</div>
|
|
139
|
+
);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
function CardSection({title, cards}: CardSectionProps): ReactNode {
|
|
144
|
+
return (
|
|
145
|
+
<div className="mt-16">
|
|
146
|
+
<h2 className="text-[2rem] font-display font-medium mb-2">{title}</h2>
|
|
147
|
+
<CardGrid cards={cards} />
|
|
148
|
+
</div>
|
|
149
|
+
);
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
// Main Homepage Component
|
|
155
|
+
export interface Props {
|
|
156
|
+
children?: ReactNode;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export default function Homepage({children}: Props): ReactNode {
|
|
160
|
+
return (
|
|
161
|
+
<div className="container-md py-18 prose-base md:prose-lg">
|
|
162
|
+
<h1 className="font-display text-[3rem] font-medium mb-0">
|
|
163
|
+
Seqera Documentation
|
|
164
|
+
</h1>
|
|
165
|
+
<p className="text-xl mb-6">
|
|
166
|
+
Explore our guides, documentation, and examples to build with Seqera.
|
|
167
|
+
</p>
|
|
168
|
+
|
|
169
|
+
<div className="mb-10">
|
|
170
|
+
<CardGrid cards={CARD_DATA.products} />
|
|
171
|
+
</div>
|
|
172
|
+
|
|
173
|
+
<CardSection title="Seqera AI and MCP" cards={CARD_DATA.ai} />
|
|
174
|
+
<CardSection title="Open Source" cards={CARD_DATA.openSource} />
|
|
175
|
+
<CardSection title="Additional Resources" cards={CARD_DATA.help} />
|
|
176
|
+
</div>
|
|
177
|
+
);
|
|
178
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, {type ReactNode} from 'react';
|
|
2
|
+
import type {Props} from '@theme/Icon/AI';
|
|
3
|
+
|
|
4
|
+
export default function IconAI(props: Props): ReactNode {
|
|
5
|
+
return (
|
|
6
|
+
<svg viewBox="0 0 32 34" fill="none" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
d="M12.7857 13.406L16 1L19.2143 13.406L31 16.7895L19.2143 21.3008L16 32.5789L12.7857 21.3008L1 16.7895L12.7857 13.406Z"
|
|
9
|
+
stroke="currentColor"
|
|
10
|
+
strokeLinejoin="round"
|
|
11
|
+
strokeWidth="1.5"
|
|
12
|
+
></path>
|
|
13
|
+
<path
|
|
14
|
+
d="M26.2109 5.79327L27.0567 8.89478L27.9026 5.79327L31.0041 4.94741L27.9026 3.81959L27.0567 1.00004L26.2109 3.81959L23.1094 4.94741L26.2109 5.79327Z"
|
|
15
|
+
stroke="currentColor"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
strokeWidth="1.5"
|
|
18
|
+
></path>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React, {type ReactNode} from 'react';
|
|
2
|
+
import type {Props} from '@theme/Icon/AWS';
|
|
3
|
+
|
|
4
|
+
export default function IconAWS({
|
|
5
|
+
lightFill = '#160F26',
|
|
6
|
+
darkFill = '#FFFFFF',
|
|
7
|
+
...props
|
|
8
|
+
}: Props): ReactNode {
|
|
9
|
+
return (
|
|
10
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
11
|
+
<path
|
|
12
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
13
|
+
style={{
|
|
14
|
+
'--icon-stroke': lightFill,
|
|
15
|
+
'--icon-stroke-dark': darkFill,
|
|
16
|
+
} as React.CSSProperties}
|
|
17
|
+
d="M7.19221 10.1747C7.16741 10.9551 7.55742 11.3006 7.56707 11.5201C7.55775 11.6107 7.5051 11.6912 7.42581 11.7361L6.98482 12.0448C6.92775 12.0848 6.86046 12.1078 6.79084 12.111C6.77603 12.1103 6.50868 12.174 6.08526 11.2286C5.56175 11.8821 4.76539 12.2567 3.92818 12.2433C3.36729 12.2739 1.84724 11.9249 1.92545 10.3067C1.87067 8.98783 3.0989 8.16855 4.36917 8.2378C4.61378 8.23849 5.11334 8.25055 5.98809 8.45382V7.91567C6.08077 7.00406 5.48164 6.29675 4.44427 6.40286C4.36159 6.4032 3.7759 6.38563 2.86497 6.75118C2.6114 6.86762 2.57902 6.84833 2.49462 6.84833C2.23932 6.84833 2.3444 6.10829 2.39333 6.01458C2.57282 5.79408 3.62878 5.38237 4.66512 5.38823C5.35804 5.32695 6.04727 5.54081 6.58379 5.98357C7.02451 6.47654 7.24444 7.1283 7.19255 7.78751L7.19221 10.1747ZM4.21483 11.2906C5.33213 11.2745 5.80515 10.6026 5.91299 10.2409C5.99774 9.89463 5.98362 9.67551 5.98362 9.29687C5.65046 9.21694 5.17089 9.12978 4.62068 9.12909C4.09873 9.08982 3.14543 9.32306 3.18263 10.2405C3.13991 10.819 3.56575 11.3223 4.21483 11.2906ZM10.1035 12.0848C9.83267 12.1096 9.70657 11.9173 9.6666 11.7275L7.95086 6.05489C7.91744 5.95911 7.8954 5.86023 7.88472 5.75928C7.87154 5.67263 7.93105 5.59167 8.0177 5.57841C8.02596 5.57703 7.94431 5.57841 8.78426 5.57841C9.08676 5.54809 9.1853 5.78616 9.21665 5.93568L10.4473 10.7876L11.5898 5.93568C11.608 5.82474 11.691 5.55429 12.0307 5.58289H12.622C12.6967 5.57669 13.0047 5.56566 13.0588 5.94016L14.2102 10.8541L15.4805 5.94016C15.497 5.86506 15.5742 5.54843 15.9173 5.58289H16.5967C16.626 5.57841 16.8086 5.55498 16.7776 5.87849C16.7628 5.94223 16.8951 5.51123 14.9603 11.732C14.9206 11.9218 14.7942 12.1141 14.5234 12.0893H13.8795C13.5026 12.1289 13.4485 11.7564 13.4426 11.7189L12.3002 6.99441L11.1708 11.7141C11.1653 11.7516 11.1112 12.1241 10.734 12.0844L10.1035 12.0848ZM19.5256 12.2787C19.323 12.2791 18.3569 12.2684 17.5494 11.8553C17.3848 11.7857 17.2786 11.6236 17.2803 11.445V11.0746C17.2803 10.7835 17.4939 10.8369 17.5845 10.8717C17.9304 11.0116 18.1523 11.1177 18.5771 11.2024C19.8398 11.4619 20.3951 11.1232 20.5312 11.0481C20.9843 10.779 21.0201 10.1634 20.7121 9.84398C20.351 9.54114 20.1788 9.52977 18.8816 9.12048C18.7218 9.07603 17.3761 8.65158 17.373 7.31654C17.3519 6.3436 18.236 5.381 19.7681 5.38892C20.2046 5.38858 21.3677 5.53121 21.6826 5.92707C21.7291 5.99907 21.7522 6.08383 21.7488 6.16962V6.51793C21.7488 6.6709 21.693 6.74739 21.581 6.74739C21.3154 6.71776 20.8441 6.36255 19.8873 6.37702C19.6499 6.36462 18.513 6.40837 18.564 7.2373C18.5492 7.89052 19.4808 8.13548 19.5872 8.16373C20.8434 8.54167 21.2633 8.60438 21.7619 9.18284C22.3524 9.94941 22.034 10.8469 21.9117 11.0929C21.2544 12.3845 19.5545 12.2794 19.5256 12.2787ZM20.9106 15.8914C18.4978 17.6733 14.9954 18.6218 12.0049 18.6218C7.96982 18.6484 4.07075 17.1647 1.07414 14.4623C0.849156 14.2594 1.0476 13.9814 1.32115 14.1361C4.64529 16.0376 8.40892 17.0367 12.2385 17.0342C15.0983 17.0189 17.9269 16.4387 20.5619 15.3271C20.9677 15.1548 21.3119 15.5958 20.9106 15.8914ZM21.9162 14.7445C21.6075 14.3476 19.8739 14.5592 19.0977 14.6518C18.8637 14.6784 18.8241 14.4754 19.036 14.3256C20.4165 13.355 22.6838 13.6331 22.9443 13.9593C23.2044 14.2856 22.8737 16.5574 21.5813 17.6427C21.3829 17.8104 21.1931 17.7219 21.2813 17.5014C21.572 16.7693 22.2249 15.1417 21.9162 14.7445Z"
|
|
18
|
+
|
|
19
|
+
/>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
import React, {type ReactNode} from 'react';
|
|
4
|
+
import type {Props} from '@theme/Icon/Arrow';
|
|
5
|
+
|
|
6
|
+
export default function IconArrow(props: Props): ReactNode {
|
|
7
|
+
return (
|
|
8
|
+
<svg width="20" height="20" aria-hidden="true" {...props}>
|
|
9
|
+
<g fill="#7a7a7a">
|
|
10
|
+
<path d="M9.992 10.023c0 .2-.062.399-.172.547l-4.996 7.492a.982.982 0 01-.828.454H1c-.55 0-1-.453-1-1 0-.2.059-.403.168-.551l4.629-6.942L.168 3.078A.939.939 0 010 2.528c0-.548.45-.997 1-.997h2.996c.352 0 .649.18.828.45L9.82 9.472c.11.148.172.347.172.55zm0 0" />
|
|
11
|
+
<path d="M19.98 10.023c0 .2-.058.399-.168.547l-4.996 7.492a.987.987 0 01-.828.454h-3c-.547 0-.996-.453-.996-1 0-.2.059-.403.168-.551l4.625-6.942-4.625-6.945a.939.939 0 01-.168-.55 1 1 0 01.996-.997h3c.348 0 .649.18.828.45l4.996 7.492c.11.148.168.347.168.55zm0 0" />
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React, {type ReactNode} from 'react';
|
|
2
|
+
import type {Props} from '@theme/Icon/Azure';
|
|
3
|
+
|
|
4
|
+
export default function IconAzure({
|
|
5
|
+
lightFill = '#160F26',
|
|
6
|
+
darkFill = '#FFFFFF',
|
|
7
|
+
...props
|
|
8
|
+
}: Props): ReactNode {
|
|
9
|
+
return (
|
|
10
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
11
|
+
<path
|
|
12
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
13
|
+
style={{
|
|
14
|
+
'--icon-stroke': lightFill,
|
|
15
|
+
'--icon-stroke-dark': darkFill,
|
|
16
|
+
} as React.CSSProperties}
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M23.9391 21.2701L15.2391 4.74012C15.1995 4.65546 15.1355 4.58456 15.0553 4.53646C14.9752 4.48837 14.8825 4.46527 14.7891 4.47012C14.6971 4.47178 14.6074 4.4988 14.5297 4.5482C14.4521 4.59761 14.3896 4.66747 14.3491 4.75012L10.6491 12.4001C10.6072 12.4866 10.5906 12.5832 10.6012 12.6788C10.6119 12.7743 10.6493 12.8649 10.7091 12.9401L15.5891 18.7001L5.87919 21.0001C5.76024 21.0307 5.65631 21.1031 5.5865 21.2042C5.51669 21.3052 5.48568 21.428 5.49918 21.5501C5.51373 21.673 5.57248 21.7864 5.66447 21.8692C5.75646 21.952 5.87542 21.9985 5.99918 22.0001H23.4991C23.5854 22.0006 23.6704 21.9788 23.7457 21.9367C23.8211 21.8947 23.8843 21.8338 23.9291 21.7601C23.9727 21.6862 23.9965 21.6022 23.9983 21.5164C24 21.4306 23.9797 21.3458 23.9391 21.2701Z"
|
|
20
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
21
|
+
style={{
|
|
22
|
+
'--icon-stroke': lightFill,
|
|
23
|
+
'--icon-stroke-dark': darkFill,
|
|
24
|
+
} as React.CSSProperties}
|
|
25
|
+
/>
|
|
26
|
+
</svg>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React, {type ReactNode} from 'react';
|
|
2
|
+
import type {Props} from '@theme/Icon/Changelog';
|
|
3
|
+
|
|
4
|
+
export default function IconChangelog({
|
|
5
|
+
lightFill = '#160F26',
|
|
6
|
+
darkFill = '#FFFFFF',
|
|
7
|
+
...props
|
|
8
|
+
}: Props): ReactNode {
|
|
9
|
+
return (
|
|
10
|
+
<svg width="27" height="23" viewBox="0 0 27 23" fill="none" {...props}>
|
|
11
|
+
<path
|
|
12
|
+
d="M13.5 7.5398V22.5M13.5 7.5398C13.5 5.07554 13.5 3.84392 13.9723 2.9027C14.3878 2.07478 15.0502 1.40143 15.8656 0.979578C16.7925 0.5 18.0062 0.5 20.4331 0.5H24.1886C24.9976 0.5 25.4023 0.5 25.7113 0.659859C25.9831 0.800475 26.2035 1.02469 26.342 1.30066C26.4994 1.6144 26.5 2.02542 26.5 2.84684V15.7537C26.5 16.5751 26.4994 16.9852 26.342 17.299C26.2035 17.575 25.9836 17.7999 25.7118 17.9405C25.4031 18.1002 24.9992 18.1002 24.1918 18.1002H20.1002C18.7435 18.1002 18.064 18.1002 17.4482 18.2901C16.9032 18.4582 16.3971 18.7334 15.957 19.1007C15.4599 19.5156 15.0831 20.0887 14.3306 21.2348L13.5 22.5M13.5 7.5398C13.5 5.07554 13.4998 3.84392 13.0275 2.9027C12.612 2.07478 11.949 1.40143 11.1337 0.979578C10.2067 0.5 8.993 0.5 6.5661 0.5H2.81055C2.00158 0.5 1.5975 0.5 1.28852 0.659859C1.01673 0.800475 0.795919 1.02469 0.657435 1.30066C0.5 1.6144 0.5 2.02542 0.5 2.84684V15.7537C0.5 16.5751 0.5 16.9852 0.657435 17.299C0.795919 17.575 1.01673 17.7999 1.28852 17.9405C1.5972 18.1002 2.00079 18.1002 2.80817 18.1002H6.89994C8.25658 18.1002 8.93472 18.1002 9.55043 18.2901C10.0955 18.4582 10.6041 18.7334 11.0442 19.1007C11.5393 19.5139 11.9136 20.084 12.66 21.2209L13.5 22.5"
|
|
13
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
14
|
+
style={
|
|
15
|
+
{
|
|
16
|
+
'--icon-stroke': lightFill,
|
|
17
|
+
'--icon-stroke-dark': darkFill,
|
|
18
|
+
} as React.CSSProperties
|
|
19
|
+
}
|
|
20
|
+
strokeWidth="1.75"
|
|
21
|
+
strokeLinecap="round"
|
|
22
|
+
strokeLinejoin="round"
|
|
23
|
+
/>
|
|
24
|
+
</svg>
|
|
25
|
+
);
|
|
26
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React, {type ReactNode} from 'react';
|
|
2
|
+
import type {Props} from '@theme/Icon/ChatBubble';
|
|
3
|
+
|
|
4
|
+
export default function IconChatBubble({
|
|
5
|
+
lightFill = '#160F26',
|
|
6
|
+
darkFill = '#FFFFFF',
|
|
7
|
+
...props
|
|
8
|
+
}: Props): ReactNode {
|
|
9
|
+
return (
|
|
10
|
+
<svg
|
|
11
|
+
width="16"
|
|
12
|
+
height="15"
|
|
13
|
+
fill="none"
|
|
14
|
+
viewBox="0 0 16 15"
|
|
15
|
+
{...props}
|
|
16
|
+
>
|
|
17
|
+
<path
|
|
18
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
19
|
+
style={{
|
|
20
|
+
'--icon-stroke': lightFill,
|
|
21
|
+
'--icon-stroke-dark': darkFill,
|
|
22
|
+
} as React.CSSProperties}
|
|
23
|
+
strokeLinecap="round"
|
|
24
|
+
strokeLinejoin="round"
|
|
25
|
+
strokeWidth="1.5"
|
|
26
|
+
d="M7.254 12.37a.654.654 0 0 0-.468-.63L1 10.067V3.35L8 1l7 2.349v6.804L7.254 14z"></path>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import React, {type ReactNode} from 'react';
|
|
2
|
+
import type {Props} from '@theme/Icon/ChatBubbles';
|
|
3
|
+
|
|
4
|
+
export default function IconChatBubbles({
|
|
5
|
+
lightFill = '#160F26',
|
|
6
|
+
darkFill = '#FFFFFF',
|
|
7
|
+
...props
|
|
8
|
+
}: Props): ReactNode {
|
|
9
|
+
return (
|
|
10
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
11
|
+
<g clipPath="url(#clip0_15_878)">
|
|
12
|
+
<path
|
|
13
|
+
d="M17.3047 15.2514H11.2356L5.16641 19.6493V15.2514H2.12369C1.27759 15.2514 0.610474 14.5917 0.610474 13.7906V2.05766C0.610474 1.2409 1.27759 0.596924 2.12369 0.596924H17.3047C18.1508 0.596924 18.8179 1.25661 18.8179 2.05766V13.7906C18.8179 14.6074 18.1345 15.2514 17.3047 15.2514Z"
|
|
14
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
15
|
+
style={
|
|
16
|
+
{
|
|
17
|
+
'--icon-stroke': lightFill,
|
|
18
|
+
'--icon-stroke-dark': darkFill,
|
|
19
|
+
} as React.CSSProperties
|
|
20
|
+
}
|
|
21
|
+
strokeWidth="1.25"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M21.1106 7.91626H21.8754C22.7215 7.91626 23.3886 8.57595 23.3886 9.37699V16.7121C23.3886 17.5288 22.7052 18.1728 21.8754 18.1728H20.3621V22.5707L15.8062 18.1728H12.015"
|
|
25
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
26
|
+
style={
|
|
27
|
+
{
|
|
28
|
+
'--icon-stroke': lightFill,
|
|
29
|
+
'--icon-stroke-dark': darkFill,
|
|
30
|
+
} as React.CSSProperties
|
|
31
|
+
}
|
|
32
|
+
strokeWidth="1.25"
|
|
33
|
+
/>
|
|
34
|
+
</g>
|
|
35
|
+
<defs>
|
|
36
|
+
<clipPath id="clip0_15_878">
|
|
37
|
+
<rect width="24" height="24" fill="white" />
|
|
38
|
+
</clipPath>
|
|
39
|
+
</defs>
|
|
40
|
+
</svg>
|
|
41
|
+
);
|
|
42
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
import React, {type ReactNode} from 'react';
|
|
4
|
+
import type {Props} from '@theme/Icon/Close';
|
|
5
|
+
|
|
6
|
+
export default function IconClose({
|
|
7
|
+
width = 21,
|
|
8
|
+
height = 21,
|
|
9
|
+
color = 'currentColor',
|
|
10
|
+
strokeWidth = 1.2,
|
|
11
|
+
className,
|
|
12
|
+
...restProps
|
|
13
|
+
}: Props): ReactNode {
|
|
14
|
+
return (
|
|
15
|
+
<svg viewBox="0 0 15 15" width={width} height={height} {...restProps}>
|
|
16
|
+
<g stroke={color} strokeWidth={strokeWidth}>
|
|
17
|
+
<path d="M.75.75l13.5 13.5M14.25.75L.75 14.25" />
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import React, {type ReactNode} from 'react';
|
|
2
|
+
import type {Props} from '@theme/Icon/Cog';
|
|
3
|
+
|
|
4
|
+
export default function IconCog({
|
|
5
|
+
lightFill = '#160F26',
|
|
6
|
+
darkFill = '#FFFFFF',
|
|
7
|
+
...props
|
|
8
|
+
}: Props): ReactNode {
|
|
9
|
+
return (
|
|
10
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" {...props}>
|
|
11
|
+
<path
|
|
12
|
+
d="M16.5 14.5L12 17.5L7.5 14.5V10.5L12 7.5L16.5 10.5V14.5Z"
|
|
13
|
+
className="stroke-[var(--icon-stroke)]"
|
|
14
|
+
style={{
|
|
15
|
+
'--icon-stroke': lightFill,
|
|
16
|
+
} as React.CSSProperties}
|
|
17
|
+
strokeMiterlimit="10"
|
|
18
|
+
strokeLinecap="round"
|
|
19
|
+
strokeLinejoin="round"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M19.5 10.799L22 8.127L20.456 5.554L16.878 6.514L14.557 5.199L13.5 1.5H10.5L9.443 5.199L7.122 6.514L3.543 5.554L2 8.127L4.5 10.799V14.201L2 16.873L3.543 19.446L7.122 18.486L9.443 19.801L10.5 23.5H13.5L14.557 19.801L16.878 18.486L20.456 19.446L22 16.873L19.5 14.201V10.799Z"
|
|
23
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
24
|
+
style={{
|
|
25
|
+
'--icon-stroke': lightFill,
|
|
26
|
+
'--icon-stroke-dark': darkFill,
|
|
27
|
+
} as React.CSSProperties}
|
|
28
|
+
strokeMiterlimit="10"
|
|
29
|
+
strokeLinecap="round"
|
|
30
|
+
strokeLinejoin="round"
|
|
31
|
+
/>
|
|
32
|
+
<path
|
|
33
|
+
d="M12 11L10.5 12.5L12 14L13.499 12.5L11.999 11H12Z"
|
|
34
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
35
|
+
style={{
|
|
36
|
+
'--icon-stroke': lightFill,
|
|
37
|
+
'--icon-stroke-dark': darkFill,
|
|
38
|
+
} as React.CSSProperties}
|
|
39
|
+
strokeMiterlimit="10"
|
|
40
|
+
strokeLinecap="round"
|
|
41
|
+
strokeLinejoin="round"
|
|
42
|
+
/>
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
import React, {type ReactNode} from 'react';
|
|
4
|
+
import type {Props} from '@theme/Icon/Copy';
|
|
5
|
+
|
|
6
|
+
export default function IconCopy(props: Props): ReactNode {
|
|
7
|
+
return (
|
|
8
|
+
<svg viewBox="0 0 24 24" {...props}>
|
|
9
|
+
<path
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
import React, {type ReactNode} from 'react';
|
|
4
|
+
import type {Props} from '@theme/Icon/DarkMode';
|
|
5
|
+
|
|
6
|
+
export default function IconDarkMode(props: Props): ReactNode {
|
|
7
|
+
return (
|
|
8
|
+
<svg viewBox="0 0 24 24" width={24} height={24} {...props}>
|
|
9
|
+
<path
|
|
10
|
+
fill="currentColor"
|
|
11
|
+
d="M9.37,5.51C9.19,6.15,9.1,6.82,9.1,7.5c0,4.08,3.32,7.4,7.4,7.4c0.68,0,1.35-0.09,1.99-0.27C17.45,17.19,14.93,19,12,19 c-3.86,0-7-3.14-7-7C5,9.07,6.81,6.55,9.37,5.51z M12,3c-4.97,0-9,4.03-9,9s4.03,9,9,9s9-4.03,9-9c0-0.46-0.04-0.92-0.1-1.36 c-0.98,1.37-2.58,2.26-4.4,2.26c-2.98,0-5.4-2.42-5.4-5.4c0-1.81,0.89-3.42,2.26-4.4C12.92,3.04,12.46,3,12,3L12,3z"
|
|
12
|
+
/>
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
import React, {type ReactNode} from 'react';
|
|
4
|
+
import clsx from 'clsx';
|
|
5
|
+
import type {Props} from '@theme/Icon/Edit';
|
|
6
|
+
|
|
7
|
+
import styles from './styles.module.css';
|
|
8
|
+
|
|
9
|
+
export default function IconEdit({className, ...restProps}: Props): ReactNode {
|
|
10
|
+
return (
|
|
11
|
+
<svg
|
|
12
|
+
fill="currentColor"
|
|
13
|
+
height="20"
|
|
14
|
+
width="20"
|
|
15
|
+
viewBox="0 0 40 40"
|
|
16
|
+
className={clsx(styles.iconEdit, className)}
|
|
17
|
+
aria-hidden="true"
|
|
18
|
+
{...restProps}>
|
|
19
|
+
<g>
|
|
20
|
+
<path d="m34.5 11.7l-3 3.1-6.3-6.3 3.1-3q0.5-0.5 1.2-0.5t1.1 0.5l3.9 3.9q0.5 0.4 0.5 1.1t-0.5 1.2z m-29.5 17.1l18.4-18.5 6.3 6.3-18.4 18.4h-6.3v-6.2z" />
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React, {type ReactNode} from 'react';
|
|
2
|
+
import type {Props} from '@theme/Icon/Envelope';
|
|
3
|
+
|
|
4
|
+
export default function IconEnvelope({
|
|
5
|
+
lightFill = '#160F26',
|
|
6
|
+
darkFill = '#FFFFFF',
|
|
7
|
+
...props
|
|
8
|
+
}: Props): ReactNode {
|
|
9
|
+
return (
|
|
10
|
+
<svg width="17" height="13" fill="none" viewBox="0 0 17 13" {...props}>
|
|
11
|
+
<path
|
|
12
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
13
|
+
style={
|
|
14
|
+
{
|
|
15
|
+
'--icon-stroke': lightFill,
|
|
16
|
+
'--icon-stroke-dark': darkFill,
|
|
17
|
+
} as React.CSSProperties
|
|
18
|
+
}
|
|
19
|
+
strokeWidth="1"
|
|
20
|
+
d="m15.38 1.415-7 7.16-7-7.16M1.38 11.595l5.16-4.77M10.22 6.815l5.16 4.77"></path>
|
|
21
|
+
<path
|
|
22
|
+
className="stroke-[var(--icon-stroke)] dark:stroke-[var(--icon-stroke-dark)]"
|
|
23
|
+
style={
|
|
24
|
+
{
|
|
25
|
+
'--icon-stroke': lightFill,
|
|
26
|
+
'--icon-stroke-dark': darkFill,
|
|
27
|
+
} as React.CSSProperties
|
|
28
|
+
}
|
|
29
|
+
strokeWidth="1"
|
|
30
|
+
d="M15.38 1.415h-14v10.18h14z"></path>
|
|
31
|
+
</svg>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
import React, {type ReactNode} from 'react';
|
|
4
|
+
import {translate} from '@docusaurus/Translate';
|
|
5
|
+
import type {Props} from '@theme/Icon/ExternalLink';
|
|
6
|
+
|
|
7
|
+
import styles from './styles.module.css';
|
|
8
|
+
|
|
9
|
+
// References symbol in docusaurus-theme-seqera/src/inlineSvgSprites.ts
|
|
10
|
+
// See why: https://github.com/facebook/docusaurus/issues/5865
|
|
11
|
+
const svgSprite = '#theme-svg-external-link';
|
|
12
|
+
|
|
13
|
+
export default function IconExternalLink({
|
|
14
|
+
width = 13.5,
|
|
15
|
+
height = 13.5,
|
|
16
|
+
}: Props): ReactNode {
|
|
17
|
+
return (
|
|
18
|
+
<svg
|
|
19
|
+
width={width}
|
|
20
|
+
height={height}
|
|
21
|
+
aria-label={translate({
|
|
22
|
+
id: 'theme.IconExternalLink.ariaLabel',
|
|
23
|
+
message: '(opens in new tab)',
|
|
24
|
+
description: 'The ARIA label for the external link icon',
|
|
25
|
+
})}
|
|
26
|
+
className={styles.iconExternalLink}>
|
|
27
|
+
<use href={svgSprite} />
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
}
|