@mintlify/msft-sdk 0.1.6 → 0.1.9
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/dist/components/content-components/home.js +156 -0
- package/dist/components/content-components/home.js.map +1 -0
- package/dist/components/content-components/home.module.css.js +72 -0
- package/dist/components/content-components/home.module.css.js.map +1 -0
- package/dist/components/nav-tree/index.js +113 -65
- package/dist/components/nav-tree/index.js.map +1 -1
- package/dist/components/nav-tree/mobile-nav.js +16 -14
- package/dist/components/nav-tree/mobile-nav.js.map +1 -1
- package/dist/components/nav-tree/nav-tree.module.css.js +40 -24
- package/dist/components/nav-tree/nav-tree.module.css.js.map +1 -1
- package/dist/components/page.js +79 -64
- package/dist/components/page.js.map +1 -1
- package/dist/components/page.module.css.js +28 -24
- package/dist/components/page.module.css.js.map +1 -1
- package/dist/components/toc/toc.module.css.js +8 -8
- package/dist/index.d.ts +16 -3
- package/dist/index.js +39 -37
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mobile-nav.js","sources":["../../../src/components/nav-tree/mobile-nav.tsx"],"sourcesContent":["import { NavTreeData } from \"../../types\";\nimport { Dialog, DialogBackdrop, DialogPanel } from \"@headlessui/react\";\nimport { DropdownConfig, NavTree } from \"./index\";\nimport { Dismiss16Regular } from \"@fluentui/react-icons\";\nimport styles from \"./mobile-nav.module.css\";\nimport \"../../styles.css\";\n\nexport interface MobileNavTreeProps {\n isOpen: boolean;\n setIsOpen: (isOpen: boolean) => void;\n navTree: NavTreeData;\n activeId?: string;\n className?: string;\n theme?: \"light\" | \"dark\" | \"system\";\n dropdown?: DropdownConfig;\n activeHref?: string;\n}\n\nexport function MobileNavTree({\n isOpen,\n setIsOpen,\n navTree,\n activeId,\n className = \"\",\n theme,\n dropdown,\n activeHref,\n}: MobileNavTreeProps) {\n return (\n <Dialog\n open={isOpen}\n onClose={() => setIsOpen(false)}\n className={`${styles.dialog} ${theme === \"dark\" ? \"dark\" : \"\"}`}\n >\n <DialogBackdrop transition className={styles.backdrop} />\n <div className={styles.container}>\n {isOpen && <CloseButton setIsOpen={setIsOpen} />}\n <DialogPanel id=\"mobile-nav\" transition className={styles.panel}>\n <div className={styles.content}>\n <NavTree\n navTree={navTree}\n activeId={activeId}\n className={className}\n dropdown={dropdown}\n activeHref={activeHref}\n theme={theme}\n />\n </div>\n </DialogPanel>\n </div>\n </Dialog>\n );\n}\n\nconst CloseButton = ({\n setIsOpen,\n}: {\n setIsOpen: (isOpen: boolean) => void;\n}) => {\n return (\n <button\n type=\"button\"\n onClick={() => setIsOpen(false)}\n className={styles.closeButton}\n >\n <span className={styles.srOnly}>Close navigation</span>\n <Dismiss16Regular className={styles.closeIcon} />\n </button>\n );\n};\n"],"names":["MobileNavTree","isOpen","setIsOpen","navTree","activeId","className","theme","dropdown","activeHref","jsxs","Dialog","styles","jsx","DialogBackdrop","CloseButton","DialogPanel","NavTree","Dismiss16Regular"],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"mobile-nav.js","sources":["../../../src/components/nav-tree/mobile-nav.tsx"],"sourcesContent":["import { NavTreeData } from \"../../types\";\nimport { Dialog, DialogBackdrop, DialogPanel } from \"@headlessui/react\";\nimport { DropdownConfig, NavTree, BottomLinkConfig } from \"./index\";\nimport { Dismiss16Regular } from \"@fluentui/react-icons\";\nimport styles from \"./mobile-nav.module.css\";\nimport \"../../styles.css\";\n\nexport interface MobileNavTreeProps {\n isOpen: boolean;\n setIsOpen: (isOpen: boolean) => void;\n navTree: NavTreeData;\n activeId?: string;\n className?: string;\n theme?: \"light\" | \"dark\" | \"system\";\n dropdown?: DropdownConfig;\n activeHref?: string;\n bottomLinks?: BottomLinkConfig[];\n}\n\nexport function MobileNavTree({\n isOpen,\n setIsOpen,\n navTree,\n activeId,\n className = \"\",\n theme,\n dropdown,\n activeHref,\n bottomLinks,\n}: MobileNavTreeProps) {\n return (\n <Dialog\n open={isOpen}\n onClose={() => setIsOpen(false)}\n className={`${styles.dialog} ${theme === \"dark\" ? \"dark\" : \"\"}`}\n >\n <DialogBackdrop transition className={styles.backdrop} />\n <div className={styles.container}>\n {isOpen && <CloseButton setIsOpen={setIsOpen} />}\n <DialogPanel id=\"mobile-nav\" transition className={styles.panel}>\n <div className={styles.content}>\n <NavTree\n navTree={navTree}\n activeId={activeId}\n className={className}\n dropdown={dropdown}\n activeHref={activeHref}\n theme={theme}\n bottomLinks={bottomLinks}\n />\n </div>\n </DialogPanel>\n </div>\n </Dialog>\n );\n}\n\nconst CloseButton = ({\n setIsOpen,\n}: {\n setIsOpen: (isOpen: boolean) => void;\n}) => {\n return (\n <button\n type=\"button\"\n onClick={() => setIsOpen(false)}\n className={styles.closeButton}\n >\n <span className={styles.srOnly}>Close navigation</span>\n <Dismiss16Regular className={styles.closeIcon} />\n </button>\n );\n};\n"],"names":["MobileNavTree","isOpen","setIsOpen","navTree","activeId","className","theme","dropdown","activeHref","bottomLinks","jsxs","Dialog","styles","jsx","DialogBackdrop","CloseButton","DialogPanel","NavTree","Dismiss16Regular"],"mappings":";;;;;;AAmBO,SAASA,EAAc;AAAA,EAC5B,QAAAC;AAAA,EACA,WAAAC;AAAA,EACA,SAAAC;AAAA,EACA,UAAAC;AAAA,EACA,WAAAC,IAAY;AAAA,EACZ,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,YAAAC;AAAA,EACA,aAAAC;AACF,GAAuB;AACrB,SACE,gBAAAC;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,MAAMV;AAAA,MACN,SAAS,MAAMC,EAAU,EAAK;AAAA,MAC9B,WAAW,GAAGU,EAAO,MAAM,IAAIN,MAAU,SAAS,SAAS,EAAE;AAAA,MAE7D,UAAA;AAAA,QAAA,gBAAAO,EAACC,GAAA,EAAe,YAAU,IAAC,WAAWF,EAAO,UAAU;AAAA,QACvD,gBAAAF,EAAC,OAAA,EAAI,WAAWE,EAAO,WACpB,UAAA;AAAA,UAAAX,KAAU,gBAAAY,EAACE,KAAY,WAAAb,EAAA,CAAsB;AAAA,UAC9C,gBAAAW,EAACG,GAAA,EAAY,IAAG,cAAa,YAAU,IAAC,WAAWJ,EAAO,OACxD,UAAA,gBAAAC,EAAC,OAAA,EAAI,WAAWD,EAAO,SACrB,UAAA,gBAAAC;AAAA,YAACI;AAAA,YAAA;AAAA,cACC,SAAAd;AAAA,cACA,UAAAC;AAAA,cACA,WAAAC;AAAA,cACA,UAAAE;AAAA,cACA,YAAAC;AAAA,cACA,OAAAF;AAAA,cACA,aAAAG;AAAA,YAAA;AAAA,UAAA,GAEJ,EAAA,CACF;AAAA,QAAA,EAAA,CACF;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAGN;AAEA,MAAMM,IAAc,CAAC;AAAA,EACnB,WAAAb;AACF,MAII,gBAAAQ;AAAA,EAAC;AAAA,EAAA;AAAA,IACC,MAAK;AAAA,IACL,SAAS,MAAMR,EAAU,EAAK;AAAA,IAC9B,WAAWU,EAAO;AAAA,IAElB,UAAA;AAAA,MAAA,gBAAAC,EAAC,QAAA,EAAK,WAAWD,EAAO,QAAQ,UAAA,oBAAgB;AAAA,MAChD,gBAAAC,EAACK,GAAA,EAAiB,WAAWN,EAAO,UAAA,CAAW;AAAA,IAAA;AAAA,EAAA;AAAA;"}
|
|
@@ -1,34 +1,50 @@
|
|
|
1
|
-
const n = "
|
|
1
|
+
const n = "_nav_kxe04_1", t = "_navContent_kxe04_9", o = "_group_kxe04_55", e = "_groupHeader_kxe04_59", _ = "_groupIcon_kxe04_74", c = "_list_kxe04_79", s = "_listItem_kxe04_85", k = "_expandButton_kxe04_89", i = "_chevron_kxe04_126", x = "_chevronExpanded_kxe04_137", r = "_chevronCollapsed_kxe04_141", a = "_link_kxe04_145", l = "_linkActive_kxe04_175", d = "_nestedList_kxe04_186", v = "_bottomSection_kxe04_195", p = "_divider_kxe04_206", I = "_bottomLinks_kxe04_217", m = "_bottomLink_kxe04_217", L = "_bottomLinkIcon_kxe04_245", u = "_externalIcon_kxe04_251", b = "_externalIconLight_kxe04_255", g = "_externalIconDark_kxe04_263", h = {
|
|
2
2
|
nav: n,
|
|
3
|
+
navContent: t,
|
|
3
4
|
group: o,
|
|
4
|
-
groupHeader:
|
|
5
|
-
groupIcon:
|
|
6
|
-
list:
|
|
7
|
-
listItem:
|
|
8
|
-
expandButton:
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
link: x,
|
|
5
|
+
groupHeader: e,
|
|
6
|
+
groupIcon: _,
|
|
7
|
+
list: c,
|
|
8
|
+
listItem: s,
|
|
9
|
+
expandButton: k,
|
|
10
|
+
chevron: i,
|
|
11
|
+
chevronExpanded: x,
|
|
12
|
+
chevronCollapsed: r,
|
|
13
|
+
link: a,
|
|
14
14
|
linkActive: l,
|
|
15
|
-
nestedList:
|
|
15
|
+
nestedList: d,
|
|
16
|
+
bottomSection: v,
|
|
17
|
+
divider: p,
|
|
18
|
+
bottomLinks: I,
|
|
19
|
+
bottomLink: m,
|
|
20
|
+
bottomLinkIcon: L,
|
|
21
|
+
externalIcon: u,
|
|
22
|
+
externalIconLight: b,
|
|
23
|
+
externalIconDark: g
|
|
16
24
|
};
|
|
17
25
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
v as
|
|
22
|
-
|
|
26
|
+
m as bottomLink,
|
|
27
|
+
L as bottomLinkIcon,
|
|
28
|
+
I as bottomLinks,
|
|
29
|
+
v as bottomSection,
|
|
30
|
+
i as chevron,
|
|
31
|
+
r as chevronCollapsed,
|
|
32
|
+
x as chevronExpanded,
|
|
33
|
+
h as default,
|
|
34
|
+
p as divider,
|
|
35
|
+
k as expandButton,
|
|
36
|
+
u as externalIcon,
|
|
37
|
+
g as externalIconDark,
|
|
38
|
+
b as externalIconLight,
|
|
23
39
|
o as group,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
x as link,
|
|
40
|
+
e as groupHeader,
|
|
41
|
+
_ as groupIcon,
|
|
42
|
+
a as link,
|
|
28
43
|
l as linkActive,
|
|
29
|
-
|
|
30
|
-
|
|
44
|
+
c as list,
|
|
45
|
+
s as listItem,
|
|
31
46
|
n as nav,
|
|
32
|
-
|
|
47
|
+
t as navContent,
|
|
48
|
+
d as nestedList
|
|
33
49
|
};
|
|
34
50
|
//# sourceMappingURL=nav-tree.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nav-tree.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"nav-tree.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/components/page.js
CHANGED
|
@@ -1,83 +1,98 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { MDXRenderer as
|
|
3
|
-
import { NavTree as
|
|
4
|
-
import { TableOfContents as
|
|
5
|
-
import { PivotAwareTOC as
|
|
6
|
-
import { TextAlignLeftFilled as
|
|
1
|
+
import { jsx as i, jsxs as n } from "react/jsx-runtime";
|
|
2
|
+
import { MDXRenderer as u } from "./mdx-renderer.js";
|
|
3
|
+
import { NavTree as T } from "./nav-tree/index.js";
|
|
4
|
+
import { TableOfContents as I } from "./toc/index.js";
|
|
5
|
+
import { PivotAwareTOC as $ } from "./toc/pivot-aware-toc.js";
|
|
6
|
+
import { TextAlignLeftFilled as A } from "@fluentui/react-icons";
|
|
7
7
|
import { PageContextMenu as O } from "./page-context-menu.js";
|
|
8
|
-
import
|
|
8
|
+
import e from "./page.module.css.js";
|
|
9
9
|
/* empty css */
|
|
10
10
|
import { ZonePivotProvider as S } from "./content-components/zone-pivots/zone-pivot-context.js";
|
|
11
|
-
import { ZonePivotSelector as
|
|
12
|
-
function
|
|
13
|
-
payload:
|
|
14
|
-
toc:
|
|
11
|
+
import { ZonePivotSelector as W } from "./content-components/zone-pivots/zone-pivot-selector.js";
|
|
12
|
+
function L({
|
|
13
|
+
payload: t,
|
|
14
|
+
toc: r,
|
|
15
15
|
navTree: c,
|
|
16
|
-
dropdown:
|
|
17
|
-
activeHref:
|
|
16
|
+
dropdown: v,
|
|
17
|
+
activeHref: N,
|
|
18
18
|
theme: p,
|
|
19
|
-
className:
|
|
19
|
+
className: f = "",
|
|
20
20
|
pathname: o,
|
|
21
|
-
markdownContent:
|
|
21
|
+
markdownContent: g,
|
|
22
22
|
allPages: x,
|
|
23
|
-
baseUrl:
|
|
23
|
+
baseUrl: C,
|
|
24
|
+
bottomLinks: P
|
|
24
25
|
}) {
|
|
25
|
-
var d,
|
|
26
|
-
const
|
|
27
|
-
return /* @__PURE__ */
|
|
28
|
-
c && /* @__PURE__ */
|
|
29
|
-
|
|
26
|
+
var d, m;
|
|
27
|
+
const b = t.serializedContent, s = ((d = t.mdxExtracts) == null ? void 0 : d.zonePivotGroups) || [], a = (m = t.mdxExtracts) == null ? void 0 : m.pivotTocItems, l = !t.title;
|
|
28
|
+
return /* @__PURE__ */ i("div", { className: `${p === "dark" ? "dark" : ""} ${f}`, children: /* @__PURE__ */ n("div", { id: "page-container", className: e.pageContainer, children: [
|
|
29
|
+
c && /* @__PURE__ */ i("aside", { className: e.sidebar, "aria-label": "Sidebar navigation", children: /* @__PURE__ */ i("div", { className: e.sidebarInner, children: /* @__PURE__ */ i(
|
|
30
|
+
T,
|
|
30
31
|
{
|
|
31
32
|
navTree: c,
|
|
32
|
-
dropdown:
|
|
33
|
-
activeHref:
|
|
33
|
+
dropdown: v,
|
|
34
|
+
activeHref: N,
|
|
35
|
+
bottomLinks: P
|
|
34
36
|
}
|
|
35
37
|
) }) }),
|
|
36
|
-
/* @__PURE__ */
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
] }) }),
|
|
50
|
-
/* @__PURE__ */ t("div", { className: i.contentArea, children: [
|
|
51
|
-
r.title && /* @__PURE__ */ e("header", { className: i.header, children: /* @__PURE__ */ t("div", { className: i.headerInner, children: [
|
|
52
|
-
/* @__PURE__ */ t("div", { className: i.headerContent, children: [
|
|
53
|
-
/* @__PURE__ */ e("h1", { className: i.title, children: r.title }),
|
|
54
|
-
o && /* @__PURE__ */ e(
|
|
55
|
-
O,
|
|
38
|
+
/* @__PURE__ */ i("div", { className: e.mainWrapper, children: /* @__PURE__ */ i(
|
|
39
|
+
"div",
|
|
40
|
+
{
|
|
41
|
+
id: "main-content",
|
|
42
|
+
className: `${e.mainContent} ${l ? e.mainContentNoTopPadding : ""}`,
|
|
43
|
+
children: /* @__PURE__ */ i(S, { groups: s, children: /* @__PURE__ */ n("div", { className: e.contentWrapper, children: [
|
|
44
|
+
r && r.length > 0 && /* @__PURE__ */ i("aside", { className: e.tocSidebar, children: /* @__PURE__ */ n("div", { className: e.tocInner, children: [
|
|
45
|
+
/* @__PURE__ */ n("div", { className: e.tocHeader, children: [
|
|
46
|
+
/* @__PURE__ */ i(A, { className: e.tocIcon }),
|
|
47
|
+
/* @__PURE__ */ i("h2", { className: e.tocTitle, children: "On this page" })
|
|
48
|
+
] }),
|
|
49
|
+
a && Object.keys(a).length > 0 ? /* @__PURE__ */ i(
|
|
50
|
+
$,
|
|
56
51
|
{
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
markdownContent: f,
|
|
60
|
-
allPages: x,
|
|
61
|
-
baseUrl: g
|
|
52
|
+
baseToc: r,
|
|
53
|
+
pivotTocItems: a
|
|
62
54
|
}
|
|
63
|
-
)
|
|
64
|
-
] }),
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
55
|
+
) : /* @__PURE__ */ i(I, { toc: r })
|
|
56
|
+
] }) }),
|
|
57
|
+
/* @__PURE__ */ n(
|
|
58
|
+
"div",
|
|
59
|
+
{
|
|
60
|
+
className: `${e.contentArea} ${l ? e.contentAreaFullWidth : ""}`,
|
|
61
|
+
children: [
|
|
62
|
+
t.title && /* @__PURE__ */ i("header", { className: e.header, children: /* @__PURE__ */ n("div", { className: e.headerInner, children: [
|
|
63
|
+
/* @__PURE__ */ n("div", { className: e.headerContent, children: [
|
|
64
|
+
/* @__PURE__ */ i("h1", { className: e.title, children: t.title }),
|
|
65
|
+
o && /* @__PURE__ */ i(
|
|
66
|
+
O,
|
|
67
|
+
{
|
|
68
|
+
className: e.contextMenu,
|
|
69
|
+
pathname: o,
|
|
70
|
+
markdownContent: g,
|
|
71
|
+
allPages: x,
|
|
72
|
+
baseUrl: C
|
|
73
|
+
}
|
|
74
|
+
)
|
|
75
|
+
] }),
|
|
76
|
+
t.description && /* @__PURE__ */ i("p", { className: e.description, children: t.description })
|
|
77
|
+
] }) }),
|
|
78
|
+
s.length > 0 && /* @__PURE__ */ i("div", { className: e.pivotContainer, children: s.map((h) => /* @__PURE__ */ i(
|
|
79
|
+
W,
|
|
80
|
+
{
|
|
81
|
+
group: h,
|
|
82
|
+
className: e.pivotSelector
|
|
83
|
+
},
|
|
84
|
+
h.id
|
|
85
|
+
)) }),
|
|
86
|
+
/* @__PURE__ */ i("div", { className: e.mdxContent, children: /* @__PURE__ */ i(u, { children: /* @__PURE__ */ i(b, {}) }) })
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
)
|
|
90
|
+
] }) })
|
|
91
|
+
}
|
|
92
|
+
) })
|
|
78
93
|
] }) });
|
|
79
94
|
}
|
|
80
95
|
export {
|
|
81
|
-
|
|
96
|
+
L as DocsPage
|
|
82
97
|
};
|
|
83
98
|
//# sourceMappingURL=page.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page.js","sources":["../../src/components/page.tsx"],"sourcesContent":["import { MDXRenderer } from \"./mdx-renderer\";\nimport { NavTree } from \"./nav-tree\";\nimport type { DocsPageProps } from \"../types\";\nimport { TableOfContents } from \"./toc\";\nimport { PivotAwareTOC } from \"./toc/pivot-aware-toc\";\nimport { TextAlignLeftFilled } from \"@fluentui/react-icons\";\nimport {\n ZonePivotProvider,\n ZonePivotSelector,\n} from \"./content-components/zone-pivots\";\nimport { PageContextMenu } from \"./page-context-menu\";\nimport styles from \"./page.module.css\";\nimport \"../styles.css\";\n\nexport function DocsPage({\n payload,\n toc,\n navTree,\n dropdown,\n activeHref,\n theme,\n className = \"\",\n pathname,\n markdownContent,\n allPages,\n baseUrl,\n}: DocsPageProps) {\n const Content = payload.serializedContent;\n const zonePivotGroups = payload.mdxExtracts?.zonePivotGroups || [];\n const pivotTocItems = payload.mdxExtracts?.pivotTocItems;\n\n return (\n <div className={`${theme === \"dark\" ? \"dark\" : \"\"} ${className}`}>\n <div id=\"page-container\" className={styles.pageContainer}>\n {navTree && (\n <aside className={styles.sidebar} aria-label=\"Sidebar navigation\">\n <div className={styles.sidebarInner}>\n <NavTree\n navTree={navTree}\n dropdown={dropdown}\n activeHref={activeHref}\n />\n </div>\n </aside>\n )}\n\n <div className={styles.mainWrapper}>\n <div
|
|
1
|
+
{"version":3,"file":"page.js","sources":["../../src/components/page.tsx"],"sourcesContent":["import { MDXRenderer } from \"./mdx-renderer\";\nimport { NavTree } from \"./nav-tree\";\nimport type { DocsPageProps } from \"../types\";\nimport { TableOfContents } from \"./toc\";\nimport { PivotAwareTOC } from \"./toc/pivot-aware-toc\";\nimport { TextAlignLeftFilled } from \"@fluentui/react-icons\";\nimport {\n ZonePivotProvider,\n ZonePivotSelector,\n} from \"./content-components/zone-pivots\";\nimport { PageContextMenu } from \"./page-context-menu\";\nimport styles from \"./page.module.css\";\nimport \"../styles.css\";\n\nexport function DocsPage({\n payload,\n toc,\n navTree,\n dropdown,\n activeHref,\n theme,\n className = \"\",\n pathname,\n markdownContent,\n allPages,\n baseUrl,\n bottomLinks,\n}: DocsPageProps) {\n const Content = payload.serializedContent;\n const zonePivotGroups = payload.mdxExtracts?.zonePivotGroups || [];\n const pivotTocItems = payload.mdxExtracts?.pivotTocItems;\n\n // Check if we should use full width (no title means likely a custom component like Home)\n const isFullWidth = !payload.title;\n\n return (\n <div className={`${theme === \"dark\" ? \"dark\" : \"\"} ${className}`}>\n <div id=\"page-container\" className={styles.pageContainer}>\n {navTree && (\n <aside className={styles.sidebar} aria-label=\"Sidebar navigation\">\n <div className={styles.sidebarInner}>\n <NavTree\n navTree={navTree}\n dropdown={dropdown}\n activeHref={activeHref}\n bottomLinks={bottomLinks}\n />\n </div>\n </aside>\n )}\n\n <div className={styles.mainWrapper}>\n <div\n id=\"main-content\"\n className={`${styles.mainContent} ${\n isFullWidth ? styles.mainContentNoTopPadding : \"\"\n }`}\n >\n <ZonePivotProvider groups={zonePivotGroups}>\n <div className={styles.contentWrapper}>\n {toc && toc.length > 0 && (\n <aside className={styles.tocSidebar}>\n <div className={styles.tocInner}>\n <div className={styles.tocHeader}>\n <TextAlignLeftFilled className={styles.tocIcon} />\n <h2 className={styles.tocTitle}>On this page</h2>\n </div>\n {pivotTocItems &&\n Object.keys(pivotTocItems).length > 0 ? (\n <PivotAwareTOC\n baseToc={toc}\n pivotTocItems={pivotTocItems}\n />\n ) : (\n <TableOfContents toc={toc} />\n )}\n </div>\n </aside>\n )}\n\n <div\n className={`${styles.contentArea} ${\n isFullWidth ? styles.contentAreaFullWidth : \"\"\n }`}\n >\n {payload.title && (\n <header className={styles.header}>\n <div className={styles.headerInner}>\n <div className={styles.headerContent}>\n <h1 className={styles.title}>{payload.title}</h1>\n {pathname && (\n <PageContextMenu\n className={styles.contextMenu}\n pathname={pathname}\n markdownContent={markdownContent}\n allPages={allPages}\n baseUrl={baseUrl}\n />\n )}\n </div>\n {payload.description && (\n <p className={styles.description}>\n {payload.description}\n </p>\n )}\n </div>\n </header>\n )}\n\n {zonePivotGroups.length > 0 && (\n <div className={styles.pivotContainer}>\n {zonePivotGroups.map((group) => (\n <ZonePivotSelector\n key={group.id}\n group={group}\n className={styles.pivotSelector}\n />\n ))}\n </div>\n )}\n\n <div className={styles.mdxContent}>\n <MDXRenderer>\n <Content />\n </MDXRenderer>\n </div>\n </div>\n </div>\n </ZonePivotProvider>\n </div>\n </div>\n </div>\n </div>\n );\n}\n"],"names":["DocsPage","payload","toc","navTree","dropdown","activeHref","theme","className","pathname","markdownContent","allPages","baseUrl","bottomLinks","Content","zonePivotGroups","_a","pivotTocItems","_b","isFullWidth","jsxs","styles","jsx","NavTree","ZonePivotProvider","TextAlignLeftFilled","PivotAwareTOC","TableOfContents","PageContextMenu","group","ZonePivotSelector","MDXRenderer"],"mappings":"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"}
|
|
@@ -1,48 +1,52 @@
|
|
|
1
|
-
const n = "
|
|
1
|
+
const n = "_pageContainer_kdrdg_1", t = "_sidebar_kdrdg_10", e = "_sidebarInner_kdrdg_32", o = "_mainWrapper_kdrdg_39", r = "_mainContent_kdrdg_45", d = "_mainContentNoTopPadding_kdrdg_93", _ = "_contentWrapper_kdrdg_115", c = "_tocSidebar_kdrdg_125", a = "_tocInner_kdrdg_143", i = "_tocHeader_kdrdg_151", s = "_tocIcon_kdrdg_158", g = "_tocTitle_kdrdg_168", p = "_contentArea_kdrdg_178", k = "_contentAreaFullWidth_kdrdg_184", C = "_header_kdrdg_188", l = "_headerInner_kdrdg_192", h = "_headerContent_kdrdg_196", m = "_title_kdrdg_211", I = "_contextMenu_kdrdg_219", b = "_description_kdrdg_233", W = "_pivotContainer_kdrdg_242", u = "_pivotSelector_kdrdg_249", x = "_mdxContent_kdrdg_256", v = {
|
|
2
2
|
pageContainer: n,
|
|
3
3
|
sidebar: t,
|
|
4
4
|
sidebarInner: e,
|
|
5
5
|
mainWrapper: o,
|
|
6
|
-
mainContent:
|
|
7
|
-
|
|
6
|
+
mainContent: r,
|
|
7
|
+
mainContentNoTopPadding: d,
|
|
8
|
+
contentWrapper: _,
|
|
8
9
|
tocSidebar: c,
|
|
9
10
|
tocInner: a,
|
|
10
11
|
tocHeader: i,
|
|
11
12
|
tocIcon: s,
|
|
12
|
-
tocTitle:
|
|
13
|
-
contentArea:
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
tocTitle: g,
|
|
14
|
+
contentArea: p,
|
|
15
|
+
contentAreaFullWidth: k,
|
|
16
|
+
header: C,
|
|
17
|
+
headerInner: l,
|
|
18
|
+
headerContent: h,
|
|
19
|
+
title: m,
|
|
20
|
+
contextMenu: I,
|
|
19
21
|
description: b,
|
|
20
|
-
pivotContainer:
|
|
21
|
-
pivotSelector:
|
|
22
|
+
pivotContainer: W,
|
|
23
|
+
pivotSelector: u,
|
|
22
24
|
mdxContent: x
|
|
23
25
|
};
|
|
24
26
|
export {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
p as contentArea,
|
|
28
|
+
k as contentAreaFullWidth,
|
|
29
|
+
_ as contentWrapper,
|
|
30
|
+
I as contextMenu,
|
|
31
|
+
v as default,
|
|
29
32
|
b as description,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
33
|
+
C as header,
|
|
34
|
+
h as headerContent,
|
|
35
|
+
l as headerInner,
|
|
36
|
+
r as mainContent,
|
|
37
|
+
d as mainContentNoTopPadding,
|
|
34
38
|
o as mainWrapper,
|
|
35
39
|
x as mdxContent,
|
|
36
40
|
n as pageContainer,
|
|
37
|
-
|
|
38
|
-
|
|
41
|
+
W as pivotContainer,
|
|
42
|
+
u as pivotSelector,
|
|
39
43
|
t as sidebar,
|
|
40
44
|
e as sidebarInner,
|
|
41
|
-
|
|
45
|
+
m as title,
|
|
42
46
|
i as tocHeader,
|
|
43
47
|
s as tocIcon,
|
|
44
48
|
a as tocInner,
|
|
45
49
|
c as tocSidebar,
|
|
46
|
-
|
|
50
|
+
g as tocTitle
|
|
47
51
|
};
|
|
48
52
|
//# sourceMappingURL=page.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"page.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
const t = "
|
|
1
|
+
const t = "_list_1pkqz_1", i = "_listItem_1pkqz_32", n = "_activeIndicator_1pkqz_36", c = "_link_1pkqz_51", _ = "_linkActive_1pkqz_59", l = "_linkInactive_1pkqz_67", s = {
|
|
2
2
|
list: t,
|
|
3
3
|
listItem: i,
|
|
4
4
|
activeIndicator: n,
|
|
5
|
-
link:
|
|
6
|
-
linkActive:
|
|
7
|
-
linkInactive:
|
|
5
|
+
link: c,
|
|
6
|
+
linkActive: _,
|
|
7
|
+
linkInactive: l
|
|
8
8
|
};
|
|
9
9
|
export {
|
|
10
10
|
n as activeIndicator,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
s as default,
|
|
12
|
+
c as link,
|
|
13
|
+
_ as linkActive,
|
|
14
|
+
l as linkInactive,
|
|
15
15
|
t as list,
|
|
16
16
|
i as listItem
|
|
17
17
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -26,6 +26,14 @@ export declare const allComponents: {
|
|
|
26
26
|
Summary: typeof Summary;
|
|
27
27
|
};
|
|
28
28
|
|
|
29
|
+
export declare interface BottomLinkConfig {
|
|
30
|
+
href: string;
|
|
31
|
+
label: string;
|
|
32
|
+
icon: default_2.ComponentType<{
|
|
33
|
+
className?: string;
|
|
34
|
+
}>;
|
|
35
|
+
}
|
|
36
|
+
|
|
29
37
|
export declare function Callout({ type, children }: CalloutProps): JSX_2.Element;
|
|
30
38
|
|
|
31
39
|
declare interface CalloutProps {
|
|
@@ -73,7 +81,7 @@ declare interface DetailsProps {
|
|
|
73
81
|
open?: boolean;
|
|
74
82
|
}
|
|
75
83
|
|
|
76
|
-
export declare function DocsPage({ payload, toc, navTree, dropdown, activeHref, theme, className, pathname, markdownContent, allPages, baseUrl, }: DocsPageProps): JSX_2.Element;
|
|
84
|
+
export declare function DocsPage({ payload, toc, navTree, dropdown, activeHref, theme, className, pathname, markdownContent, allPages, baseUrl, bottomLinks, }: DocsPageProps): JSX_2.Element;
|
|
77
85
|
|
|
78
86
|
export declare interface DocsPageProps {
|
|
79
87
|
payload: PayloadData;
|
|
@@ -87,6 +95,7 @@ export declare interface DocsPageProps {
|
|
|
87
95
|
markdownContent?: string;
|
|
88
96
|
allPages?: LlmsPageConfig[];
|
|
89
97
|
baseUrl?: string;
|
|
98
|
+
bottomLinks?: BottomLinkConfig[];
|
|
90
99
|
}
|
|
91
100
|
|
|
92
101
|
export declare interface DropdownConfig {
|
|
@@ -148,6 +157,8 @@ declare interface HeadingProps {
|
|
|
148
157
|
className?: string;
|
|
149
158
|
}
|
|
150
159
|
|
|
160
|
+
export declare const Home: () => JSX_2.Element;
|
|
161
|
+
|
|
151
162
|
export declare function isElement<T extends ElementType = Element_2>(node: ElementType | undefined, key?: keyof T, element?: string): node is T & {
|
|
152
163
|
data?: {
|
|
153
164
|
meta?: unknown;
|
|
@@ -222,7 +233,7 @@ declare interface MDXRendererProps {
|
|
|
222
233
|
components?: MDXComponents;
|
|
223
234
|
}
|
|
224
235
|
|
|
225
|
-
export declare function MobileNavTree({ isOpen, setIsOpen, navTree, activeId, className, theme, dropdown, activeHref, }: MobileNavTreeProps): JSX_2.Element;
|
|
236
|
+
export declare function MobileNavTree({ isOpen, setIsOpen, navTree, activeId, className, theme, dropdown, activeHref, bottomLinks, }: MobileNavTreeProps): JSX_2.Element;
|
|
226
237
|
|
|
227
238
|
declare interface MobileNavTreeProps {
|
|
228
239
|
isOpen: boolean;
|
|
@@ -233,6 +244,7 @@ declare interface MobileNavTreeProps {
|
|
|
233
244
|
theme?: "light" | "dark" | "system";
|
|
234
245
|
dropdown?: DropdownConfig;
|
|
235
246
|
activeHref?: string;
|
|
247
|
+
bottomLinks?: BottomLinkConfig[];
|
|
236
248
|
}
|
|
237
249
|
|
|
238
250
|
export declare interface NavItem {
|
|
@@ -245,7 +257,7 @@ export declare interface NavItem {
|
|
|
245
257
|
}>;
|
|
246
258
|
}
|
|
247
259
|
|
|
248
|
-
export declare function NavTree({ navTree, activeId, className, dropdown, activeHref, theme, }: NavTreeProps): JSX_2.Element | null;
|
|
260
|
+
export declare function NavTree({ navTree, activeId, className, dropdown, activeHref, theme, bottomLinks, }: NavTreeProps): JSX_2.Element | null;
|
|
249
261
|
|
|
250
262
|
export declare interface NavTreeData {
|
|
251
263
|
items: NavItem[];
|
|
@@ -258,6 +270,7 @@ declare interface NavTreeProps {
|
|
|
258
270
|
dropdown?: DropdownConfig;
|
|
259
271
|
activeHref?: string;
|
|
260
272
|
theme?: "light" | "dark" | "system";
|
|
273
|
+
bottomLinks?: BottomLinkConfig[];
|
|
261
274
|
}
|
|
262
275
|
|
|
263
276
|
export declare const PageContextMenu: ({ className, pathname, markdownContent, onCopyMarkdown, onViewMarkdown, allPages, baseUrl, }: PageContextMenuProps) => JSX_2.Element;
|
package/dist/index.js
CHANGED
|
@@ -5,8 +5,8 @@ import { NavTree as l } from "./components/nav-tree/index.js";
|
|
|
5
5
|
import { TableOfContents as n } from "./components/toc/index.js";
|
|
6
6
|
import { PivotAwareTOC as s } from "./components/toc/pivot-aware-toc.js";
|
|
7
7
|
import { PageContextMenu as T } from "./components/page-context-menu.js";
|
|
8
|
-
import { copyMarkdownToClipboard as C, getPageMarkdown as g, useMarkdownCopy as
|
|
9
|
-
import { generateLlmsFullTxt as
|
|
8
|
+
import { copyMarkdownToClipboard as C, getPageMarkdown as g, useMarkdownCopy as H } from "./hooks/useMarkdownCopy.js";
|
|
9
|
+
import { generateLlmsFullTxt as y, generateLlmsTxt as v } from "./utils/generate-llms-txt.js";
|
|
10
10
|
import { getNodeText as M } from "./utils/get-node-text.js";
|
|
11
11
|
import { capitalize as k } from "./utils/string.js";
|
|
12
12
|
import { getClassNames as w, getTextContent as N, isElement as D } from "./utils/rehype.js";
|
|
@@ -26,32 +26,34 @@ import { ParamName as re } from "./components/content-components/param-name.js";
|
|
|
26
26
|
import { Tabs as me } from "./components/content-components/tabs/tabs.js";
|
|
27
27
|
import { Tab as pe } from "./components/content-components/tabs/tab.js";
|
|
28
28
|
import { Details as le, Summary as fe } from "./components/content-components/details/details.js";
|
|
29
|
-
import { Table as de, TableBody as se, TableCaption as ie, TableCell as Te, TableFooter as be, TableHead as Ce, TableHeader as ge, TableRow as
|
|
30
|
-
import { allComponents as
|
|
29
|
+
import { Table as de, TableBody as se, TableCaption as ie, TableCell as Te, TableFooter as be, TableHead as Ce, TableHeader as ge, TableRow as He } from "./components/content-components/table/index.js";
|
|
30
|
+
import { allComponents as ye } from "./components/content-components/all-components.js";
|
|
31
31
|
import { defaultComponents as he } from "./components/content-components/default-components.js";
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
32
|
+
import { Home as ce } from "./components/content-components/home.js";
|
|
33
|
+
import { DropdownMenu as ue } from "./components/nav-tree/dropdown-menu.js";
|
|
34
|
+
import { MobileNavTree as Ne } from "./components/nav-tree/mobile-nav.js";
|
|
35
|
+
import { rehypeCodeblocks as Re } from "./plugins/rehype/rehype-code-blocks.js";
|
|
36
|
+
import { remarkHeadingIds as ze } from "./plugins/remark/remark-heading-ids.js";
|
|
37
|
+
import { sanitizePreTags as Le } from "./plugins/sanitize/rehype-pre-to-mdx-fence.js";
|
|
38
|
+
import { rehypeCallouts as Ee } from "./plugins/sanitize/rehype-callouts.js";
|
|
39
|
+
import { rehypeParamName as Oe } from "./plugins/sanitize/rehype-param-name.js";
|
|
40
|
+
import { rehypeTabs as Ae } from "./plugins/sanitize/rehype-tabs.js";
|
|
41
|
+
import { rehypeDetails as Xe } from "./plugins/sanitize/rehype-details.js";
|
|
42
|
+
import { rehypeHeadingIds as qe } from "./plugins/sanitize/rehype-heading-ids.js";
|
|
43
|
+
import { rehypeZonePivots as Ke } from "./plugins/sanitize/rehype-zone-pivots.js";
|
|
44
|
+
import { mdxJsxFlowElementHandler as Ue, rehypeRemark as Ve } from "./plugins/sanitize/rehype-remark.js";
|
|
45
|
+
import { tableCellHandler as Ye, tableHandler as _e, tableRowHandler as $e } from "./plugins/sanitize/rehype-table-align.js";
|
|
45
46
|
export {
|
|
46
47
|
K as Callout,
|
|
47
48
|
A as CodeBlock,
|
|
48
49
|
le as Details,
|
|
49
50
|
r as DocsPage,
|
|
50
|
-
|
|
51
|
+
ue as DropdownMenu,
|
|
51
52
|
X as Heading,
|
|
53
|
+
ce as Home,
|
|
52
54
|
q as Link,
|
|
53
55
|
m as MDXRenderer,
|
|
54
|
-
|
|
56
|
+
Ne as MobileNavTree,
|
|
55
57
|
l as NavTree,
|
|
56
58
|
T as PageContextMenu,
|
|
57
59
|
re as ParamName,
|
|
@@ -67,42 +69,42 @@ export {
|
|
|
67
69
|
Ce as TableHead,
|
|
68
70
|
ge as TableHeader,
|
|
69
71
|
n as TableOfContents,
|
|
70
|
-
|
|
72
|
+
He as TableRow,
|
|
71
73
|
me as Tabs,
|
|
72
74
|
U as ZonePivot,
|
|
73
75
|
_ as ZonePivotProvider,
|
|
74
76
|
ee as ZonePivotSelector,
|
|
75
77
|
W as ZoneTarget,
|
|
76
|
-
|
|
78
|
+
ye as allComponents,
|
|
77
79
|
k as capitalize,
|
|
78
80
|
Z as convertHtmlToMdx,
|
|
79
81
|
C as copyMarkdownToClipboard,
|
|
80
82
|
he as defaultComponents,
|
|
81
83
|
B as extractHeadings,
|
|
82
|
-
|
|
84
|
+
y as generateLlmsFullTxt,
|
|
83
85
|
v as generateLlmsTxt,
|
|
84
86
|
w as getClassNames,
|
|
85
87
|
M as getNodeText,
|
|
86
88
|
g as getPageMarkdown,
|
|
87
89
|
N as getTextContent,
|
|
88
90
|
D as isElement,
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
91
|
+
Ue as mdxJsxFlowElementHandler,
|
|
92
|
+
Ee as rehypeCallouts,
|
|
93
|
+
Re as rehypeCodeblocks,
|
|
94
|
+
Xe as rehypeDetails,
|
|
95
|
+
qe as rehypeHeadingIds,
|
|
96
|
+
Oe as rehypeParamName,
|
|
97
|
+
Ve as rehypeRemark,
|
|
96
98
|
I as rehypeRemoveHtmlComments,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
99
|
+
Ae as rehypeTabs,
|
|
100
|
+
Ke as rehypeZonePivots,
|
|
101
|
+
ze as remarkHeadingIds,
|
|
100
102
|
O as removeHtmlComments,
|
|
101
|
-
|
|
103
|
+
Le as sanitizePreTags,
|
|
102
104
|
F as serializeMdx,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
105
|
+
Ye as tableCellHandler,
|
|
106
|
+
_e as tableHandler,
|
|
107
|
+
$e as tableRowHandler,
|
|
108
|
+
H as useMarkdownCopy
|
|
107
109
|
};
|
|
108
110
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|