@mintlify/validation 0.1.586 → 0.1.587
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/index.js +2 -1
- package/dist/mint-config/schemas/v2/index.d.ts +2284 -59
- package/dist/mint-config/schemas/v2/index.js +2 -0
- package/dist/mint-config/schemas/v2/properties/contextual.d.ts +12 -6
- package/dist/mint-config/schemas/v2/properties/contextual.js +7 -0
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +2 -1
- package/dist/mint-config/schemas/v2/properties/navigation/index.js +1 -1
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +8 -0
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.js +2 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +12 -7
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +12 -7
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +12 -7
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +12 -7
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +12 -7
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +12 -7
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +8 -5
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +2187 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.js +4 -0
- package/dist/mint-config/schemas/v2/themes/themes.d.ts +2 -2
- package/dist/mint-config/schemas/v2/themes/themes.js +10 -1
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +12 -7
- package/dist/mint-config/validateConfig.d.ts +856 -150
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -809,7 +809,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
809
809
|
};
|
|
810
810
|
} | undefined;
|
|
811
811
|
contextual?: {
|
|
812
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
812
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
813
813
|
href: string | {
|
|
814
814
|
base: string;
|
|
815
815
|
query?: {
|
|
@@ -825,6 +825,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
825
825
|
library?: "fontawesome" | "lucide" | undefined;
|
|
826
826
|
} | undefined;
|
|
827
827
|
})[];
|
|
828
|
+
display?: "header" | "toc" | undefined;
|
|
828
829
|
} | undefined;
|
|
829
830
|
thumbnails?: {
|
|
830
831
|
background?: string | undefined;
|
|
@@ -1154,7 +1155,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1154
1155
|
};
|
|
1155
1156
|
} | undefined;
|
|
1156
1157
|
contextual?: {
|
|
1157
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1158
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1158
1159
|
href: string | {
|
|
1159
1160
|
base: string;
|
|
1160
1161
|
query?: {
|
|
@@ -1170,6 +1171,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1170
1171
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1171
1172
|
} | undefined;
|
|
1172
1173
|
})[];
|
|
1174
|
+
display?: "header" | "toc" | undefined;
|
|
1173
1175
|
} | undefined;
|
|
1174
1176
|
thumbnails?: {
|
|
1175
1177
|
background?: string | undefined;
|
|
@@ -1499,7 +1501,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1499
1501
|
};
|
|
1500
1502
|
} | undefined;
|
|
1501
1503
|
contextual?: {
|
|
1502
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1504
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1503
1505
|
href: string | {
|
|
1504
1506
|
base: string;
|
|
1505
1507
|
query?: {
|
|
@@ -1515,6 +1517,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1515
1517
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1516
1518
|
} | undefined;
|
|
1517
1519
|
})[];
|
|
1520
|
+
display?: "header" | "toc" | undefined;
|
|
1518
1521
|
} | undefined;
|
|
1519
1522
|
thumbnails?: {
|
|
1520
1523
|
background?: string | undefined;
|
|
@@ -1844,7 +1847,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1844
1847
|
};
|
|
1845
1848
|
} | undefined;
|
|
1846
1849
|
contextual?: {
|
|
1847
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1850
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
1848
1851
|
href: string | {
|
|
1849
1852
|
base: string;
|
|
1850
1853
|
query?: {
|
|
@@ -1860,6 +1863,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1860
1863
|
library?: "fontawesome" | "lucide" | undefined;
|
|
1861
1864
|
} | undefined;
|
|
1862
1865
|
})[];
|
|
1866
|
+
display?: "header" | "toc" | undefined;
|
|
1863
1867
|
} | undefined;
|
|
1864
1868
|
thumbnails?: {
|
|
1865
1869
|
background?: string | undefined;
|
|
@@ -2189,7 +2193,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2189
2193
|
};
|
|
2190
2194
|
} | undefined;
|
|
2191
2195
|
contextual?: {
|
|
2192
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2196
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2193
2197
|
href: string | {
|
|
2194
2198
|
base: string;
|
|
2195
2199
|
query?: {
|
|
@@ -2205,6 +2209,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2205
2209
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2206
2210
|
} | undefined;
|
|
2207
2211
|
})[];
|
|
2212
|
+
display?: "header" | "toc" | undefined;
|
|
2208
2213
|
} | undefined;
|
|
2209
2214
|
thumbnails?: {
|
|
2210
2215
|
background?: string | undefined;
|
|
@@ -2534,7 +2539,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2534
2539
|
};
|
|
2535
2540
|
} | undefined;
|
|
2536
2541
|
contextual?: {
|
|
2537
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2542
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2538
2543
|
href: string | {
|
|
2539
2544
|
base: string;
|
|
2540
2545
|
query?: {
|
|
@@ -2550,6 +2555,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2550
2555
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2551
2556
|
} | undefined;
|
|
2552
2557
|
})[];
|
|
2558
|
+
display?: "header" | "toc" | undefined;
|
|
2553
2559
|
} | undefined;
|
|
2554
2560
|
thumbnails?: {
|
|
2555
2561
|
background?: string | undefined;
|
|
@@ -2563,7 +2569,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2563
2569
|
} | undefined;
|
|
2564
2570
|
} | {
|
|
2565
2571
|
name: string;
|
|
2566
|
-
theme: "
|
|
2572
|
+
theme: "sequoia";
|
|
2567
2573
|
colors: {
|
|
2568
2574
|
primary: string;
|
|
2569
2575
|
light?: string | undefined;
|
|
@@ -2764,155 +2770,848 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2764
2770
|
frontchat?: {
|
|
2765
2771
|
snippetId: string;
|
|
2766
2772
|
} | undefined;
|
|
2767
|
-
telemetry?: {
|
|
2768
|
-
enabled?: boolean | undefined;
|
|
2773
|
+
telemetry?: {
|
|
2774
|
+
enabled?: boolean | undefined;
|
|
2775
|
+
} | undefined;
|
|
2776
|
+
cookies?: {
|
|
2777
|
+
value?: string | undefined;
|
|
2778
|
+
key?: string | undefined;
|
|
2779
|
+
} | undefined;
|
|
2780
|
+
} | undefined;
|
|
2781
|
+
search?: {
|
|
2782
|
+
prompt?: string | undefined;
|
|
2783
|
+
} | undefined;
|
|
2784
|
+
redirects?: {
|
|
2785
|
+
source: string;
|
|
2786
|
+
destination: string;
|
|
2787
|
+
permanent?: boolean | undefined;
|
|
2788
|
+
}[] | undefined;
|
|
2789
|
+
seo?: {
|
|
2790
|
+
metatags?: Record<string, string> | undefined;
|
|
2791
|
+
indexing?: "all" | "navigable" | undefined;
|
|
2792
|
+
} | undefined;
|
|
2793
|
+
description?: string | undefined;
|
|
2794
|
+
banner?: {
|
|
2795
|
+
content: string;
|
|
2796
|
+
dismissible?: boolean | undefined;
|
|
2797
|
+
} | undefined;
|
|
2798
|
+
appearance?: {
|
|
2799
|
+
strict?: boolean | undefined;
|
|
2800
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
2801
|
+
} | undefined;
|
|
2802
|
+
fonts?: {
|
|
2803
|
+
family: string;
|
|
2804
|
+
source?: string | undefined;
|
|
2805
|
+
weight?: number | undefined;
|
|
2806
|
+
format?: "woff" | "woff2" | undefined;
|
|
2807
|
+
} | {
|
|
2808
|
+
body?: {
|
|
2809
|
+
family: string;
|
|
2810
|
+
source?: string | undefined;
|
|
2811
|
+
weight?: number | undefined;
|
|
2812
|
+
format?: "woff" | "woff2" | undefined;
|
|
2813
|
+
} | undefined;
|
|
2814
|
+
heading?: {
|
|
2815
|
+
family: string;
|
|
2816
|
+
source?: string | undefined;
|
|
2817
|
+
weight?: number | undefined;
|
|
2818
|
+
format?: "woff" | "woff2" | undefined;
|
|
2819
|
+
} | undefined;
|
|
2820
|
+
} | undefined;
|
|
2821
|
+
navbar?: {
|
|
2822
|
+
primary?: {
|
|
2823
|
+
type: "button";
|
|
2824
|
+
href: string;
|
|
2825
|
+
label: string;
|
|
2826
|
+
} | {
|
|
2827
|
+
type: "github";
|
|
2828
|
+
href: string;
|
|
2829
|
+
label?: string | undefined;
|
|
2830
|
+
} | {
|
|
2831
|
+
type: "discord";
|
|
2832
|
+
href: string;
|
|
2833
|
+
label?: string | undefined;
|
|
2834
|
+
} | undefined;
|
|
2835
|
+
links?: ({
|
|
2836
|
+
href: string;
|
|
2837
|
+
label: string;
|
|
2838
|
+
type?: string | undefined;
|
|
2839
|
+
icon?: string | {
|
|
2840
|
+
name: string;
|
|
2841
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2842
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2843
|
+
} | undefined;
|
|
2844
|
+
} | {
|
|
2845
|
+
type: "github";
|
|
2846
|
+
href: string;
|
|
2847
|
+
icon?: string | {
|
|
2848
|
+
name: string;
|
|
2849
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2850
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2851
|
+
} | undefined;
|
|
2852
|
+
label?: string | undefined;
|
|
2853
|
+
} | {
|
|
2854
|
+
type: "discord";
|
|
2855
|
+
href: string;
|
|
2856
|
+
icon?: string | {
|
|
2857
|
+
name: string;
|
|
2858
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2859
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2860
|
+
} | undefined;
|
|
2861
|
+
label?: string | undefined;
|
|
2862
|
+
})[] | undefined;
|
|
2863
|
+
} | undefined;
|
|
2864
|
+
icons?: {
|
|
2865
|
+
library: "fontawesome" | "lucide";
|
|
2866
|
+
} | undefined;
|
|
2867
|
+
styling?: {
|
|
2868
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
2869
|
+
codeblocks?: "dark" | "system" | {
|
|
2870
|
+
languages?: {
|
|
2871
|
+
custom?: string[] | undefined;
|
|
2872
|
+
} | undefined;
|
|
2873
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
2874
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
2875
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
2876
|
+
} | undefined;
|
|
2877
|
+
} | undefined;
|
|
2878
|
+
latex?: boolean | undefined;
|
|
2879
|
+
} | undefined;
|
|
2880
|
+
errors?: {
|
|
2881
|
+
'404': {
|
|
2882
|
+
title?: string | undefined;
|
|
2883
|
+
description?: string | undefined;
|
|
2884
|
+
redirect?: boolean | undefined;
|
|
2885
|
+
};
|
|
2886
|
+
} | undefined;
|
|
2887
|
+
contextual?: {
|
|
2888
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2889
|
+
href: string | {
|
|
2890
|
+
base: string;
|
|
2891
|
+
query?: {
|
|
2892
|
+
value: string;
|
|
2893
|
+
key: string;
|
|
2894
|
+
}[] | undefined;
|
|
2895
|
+
};
|
|
2896
|
+
title: string;
|
|
2897
|
+
description: string;
|
|
2898
|
+
icon?: string | {
|
|
2899
|
+
name: string;
|
|
2900
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2901
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2902
|
+
} | undefined;
|
|
2903
|
+
})[];
|
|
2904
|
+
display?: "header" | "toc" | undefined;
|
|
2905
|
+
} | undefined;
|
|
2906
|
+
thumbnails?: {
|
|
2907
|
+
background?: string | undefined;
|
|
2908
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
2909
|
+
fonts?: {
|
|
2910
|
+
family: string;
|
|
2911
|
+
} | undefined;
|
|
2912
|
+
} | undefined;
|
|
2913
|
+
interaction?: {
|
|
2914
|
+
drilldown?: boolean | undefined;
|
|
2915
|
+
} | undefined;
|
|
2916
|
+
} | {
|
|
2917
|
+
name: string;
|
|
2918
|
+
theme: "willow";
|
|
2919
|
+
colors: {
|
|
2920
|
+
primary: string;
|
|
2921
|
+
light?: string | undefined;
|
|
2922
|
+
dark?: string | undefined;
|
|
2923
|
+
};
|
|
2924
|
+
navigation: {
|
|
2925
|
+
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
2926
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2927
|
+
} | {
|
|
2928
|
+
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
2929
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2930
|
+
} | {
|
|
2931
|
+
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
2932
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2933
|
+
} | {
|
|
2934
|
+
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
2935
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2936
|
+
} | {
|
|
2937
|
+
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
2938
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2939
|
+
} | {
|
|
2940
|
+
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
2941
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2942
|
+
} | {
|
|
2943
|
+
groups: ({
|
|
2944
|
+
group: string;
|
|
2945
|
+
icon?: string | {
|
|
2946
|
+
name: string;
|
|
2947
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2948
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2949
|
+
} | undefined;
|
|
2950
|
+
expanded?: boolean | undefined;
|
|
2951
|
+
public?: boolean | undefined;
|
|
2952
|
+
tag?: string | undefined;
|
|
2953
|
+
hidden?: boolean | undefined;
|
|
2954
|
+
root?: string | undefined;
|
|
2955
|
+
} & {
|
|
2956
|
+
openapi?: string | string[] | {
|
|
2957
|
+
source: string;
|
|
2958
|
+
directory?: string | undefined;
|
|
2959
|
+
} | undefined;
|
|
2960
|
+
asyncapi?: string | string[] | {
|
|
2961
|
+
source: string;
|
|
2962
|
+
directory?: string | undefined;
|
|
2963
|
+
} | undefined;
|
|
2964
|
+
} & {
|
|
2965
|
+
pages?: import("./schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
2966
|
+
})[];
|
|
2967
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2968
|
+
} | {
|
|
2969
|
+
pages: (string | ({
|
|
2970
|
+
group: string;
|
|
2971
|
+
icon?: string | {
|
|
2972
|
+
name: string;
|
|
2973
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2974
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2975
|
+
} | undefined;
|
|
2976
|
+
expanded?: boolean | undefined;
|
|
2977
|
+
public?: boolean | undefined;
|
|
2978
|
+
tag?: string | undefined;
|
|
2979
|
+
hidden?: boolean | undefined;
|
|
2980
|
+
root?: string | undefined;
|
|
2981
|
+
} & {
|
|
2982
|
+
openapi?: string | string[] | {
|
|
2983
|
+
source: string;
|
|
2984
|
+
directory?: string | undefined;
|
|
2985
|
+
} | undefined;
|
|
2986
|
+
asyncapi?: string | string[] | {
|
|
2987
|
+
source: string;
|
|
2988
|
+
directory?: string | undefined;
|
|
2989
|
+
} | undefined;
|
|
2990
|
+
} & {
|
|
2991
|
+
pages?: import("./schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
2992
|
+
}))[];
|
|
2993
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2994
|
+
};
|
|
2995
|
+
background?: {
|
|
2996
|
+
color?: {
|
|
2997
|
+
light?: string | undefined;
|
|
2998
|
+
dark?: string | undefined;
|
|
2999
|
+
} | undefined;
|
|
3000
|
+
image?: string | {
|
|
3001
|
+
light: string;
|
|
3002
|
+
dark: string;
|
|
3003
|
+
} | undefined;
|
|
3004
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
3005
|
+
} | undefined;
|
|
3006
|
+
public?: boolean | undefined;
|
|
3007
|
+
$schema?: string | undefined;
|
|
3008
|
+
logo?: string | {
|
|
3009
|
+
light: string;
|
|
3010
|
+
dark: string;
|
|
3011
|
+
href?: string | undefined;
|
|
3012
|
+
} | undefined;
|
|
3013
|
+
favicon?: string | {
|
|
3014
|
+
light: string;
|
|
3015
|
+
dark: string;
|
|
3016
|
+
} | undefined;
|
|
3017
|
+
api?: {
|
|
3018
|
+
params?: {
|
|
3019
|
+
expanded?: "all" | "closed" | undefined;
|
|
3020
|
+
} | undefined;
|
|
3021
|
+
openapi?: string | string[] | {
|
|
3022
|
+
source: string;
|
|
3023
|
+
directory?: string | undefined;
|
|
3024
|
+
} | undefined;
|
|
3025
|
+
playground?: {
|
|
3026
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
3027
|
+
proxy?: boolean | undefined;
|
|
3028
|
+
} | undefined;
|
|
3029
|
+
asyncapi?: string | string[] | {
|
|
3030
|
+
source: string;
|
|
3031
|
+
directory?: string | undefined;
|
|
3032
|
+
} | undefined;
|
|
3033
|
+
examples?: {
|
|
3034
|
+
languages?: string[] | undefined;
|
|
3035
|
+
defaults?: "all" | "required" | undefined;
|
|
3036
|
+
prefill?: boolean | undefined;
|
|
3037
|
+
autogenerate?: boolean | undefined;
|
|
3038
|
+
} | undefined;
|
|
3039
|
+
mdx?: {
|
|
3040
|
+
server?: string | string[] | undefined;
|
|
3041
|
+
auth?: {
|
|
3042
|
+
name?: string | undefined;
|
|
3043
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
3044
|
+
} | undefined;
|
|
3045
|
+
} | undefined;
|
|
3046
|
+
} | undefined;
|
|
3047
|
+
metadata?: {
|
|
3048
|
+
timestamp?: boolean | undefined;
|
|
3049
|
+
} | undefined;
|
|
3050
|
+
footer?: {
|
|
3051
|
+
links?: {
|
|
3052
|
+
items: {
|
|
3053
|
+
href: string;
|
|
3054
|
+
label: string;
|
|
3055
|
+
}[];
|
|
3056
|
+
header?: string | undefined;
|
|
3057
|
+
}[] | undefined;
|
|
3058
|
+
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
3059
|
+
} | undefined;
|
|
3060
|
+
integrations?: {
|
|
3061
|
+
amplitude?: {
|
|
3062
|
+
apiKey: string;
|
|
3063
|
+
} | undefined;
|
|
3064
|
+
clarity?: {
|
|
3065
|
+
projectId: string;
|
|
3066
|
+
} | undefined;
|
|
3067
|
+
clearbit?: {
|
|
3068
|
+
publicApiKey: string;
|
|
3069
|
+
} | undefined;
|
|
3070
|
+
fathom?: {
|
|
3071
|
+
siteId: string;
|
|
3072
|
+
} | undefined;
|
|
3073
|
+
ga4?: {
|
|
3074
|
+
measurementId: string;
|
|
3075
|
+
} | undefined;
|
|
3076
|
+
gtm?: {
|
|
3077
|
+
tagId: string;
|
|
3078
|
+
} | undefined;
|
|
3079
|
+
heap?: {
|
|
3080
|
+
appId: string;
|
|
3081
|
+
} | undefined;
|
|
3082
|
+
hightouch?: {
|
|
3083
|
+
writeKey: string;
|
|
3084
|
+
apiHost?: string | undefined;
|
|
3085
|
+
} | undefined;
|
|
3086
|
+
hotjar?: {
|
|
3087
|
+
hjid: string;
|
|
3088
|
+
hjsv: string;
|
|
3089
|
+
} | undefined;
|
|
3090
|
+
koala?: {
|
|
3091
|
+
publicApiKey: string;
|
|
3092
|
+
} | undefined;
|
|
3093
|
+
logrocket?: {
|
|
3094
|
+
appId: string;
|
|
3095
|
+
} | undefined;
|
|
3096
|
+
mixpanel?: {
|
|
3097
|
+
projectToken: string;
|
|
3098
|
+
} | undefined;
|
|
3099
|
+
pirsch?: {
|
|
3100
|
+
id: string;
|
|
3101
|
+
} | undefined;
|
|
3102
|
+
posthog?: {
|
|
3103
|
+
apiKey: string;
|
|
3104
|
+
apiHost?: string | undefined;
|
|
3105
|
+
} | undefined;
|
|
3106
|
+
plausible?: {
|
|
3107
|
+
domain: string;
|
|
3108
|
+
server?: string | undefined;
|
|
3109
|
+
} | undefined;
|
|
3110
|
+
segment?: {
|
|
3111
|
+
key: string;
|
|
3112
|
+
} | undefined;
|
|
3113
|
+
intercom?: {
|
|
3114
|
+
appId: string;
|
|
3115
|
+
} | undefined;
|
|
3116
|
+
frontchat?: {
|
|
3117
|
+
snippetId: string;
|
|
3118
|
+
} | undefined;
|
|
3119
|
+
telemetry?: {
|
|
3120
|
+
enabled?: boolean | undefined;
|
|
3121
|
+
} | undefined;
|
|
3122
|
+
cookies?: {
|
|
3123
|
+
value?: string | undefined;
|
|
3124
|
+
key?: string | undefined;
|
|
3125
|
+
} | undefined;
|
|
3126
|
+
} | undefined;
|
|
3127
|
+
search?: {
|
|
3128
|
+
prompt?: string | undefined;
|
|
3129
|
+
} | undefined;
|
|
3130
|
+
redirects?: {
|
|
3131
|
+
source: string;
|
|
3132
|
+
destination: string;
|
|
3133
|
+
permanent?: boolean | undefined;
|
|
3134
|
+
}[] | undefined;
|
|
3135
|
+
seo?: {
|
|
3136
|
+
metatags?: Record<string, string> | undefined;
|
|
3137
|
+
indexing?: "all" | "navigable" | undefined;
|
|
3138
|
+
} | undefined;
|
|
3139
|
+
description?: string | undefined;
|
|
3140
|
+
banner?: {
|
|
3141
|
+
content: string;
|
|
3142
|
+
dismissible?: boolean | undefined;
|
|
3143
|
+
} | undefined;
|
|
3144
|
+
appearance?: {
|
|
3145
|
+
strict?: boolean | undefined;
|
|
3146
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
3147
|
+
} | undefined;
|
|
3148
|
+
fonts?: {
|
|
3149
|
+
family: string;
|
|
3150
|
+
source?: string | undefined;
|
|
3151
|
+
weight?: number | undefined;
|
|
3152
|
+
format?: "woff" | "woff2" | undefined;
|
|
3153
|
+
} | {
|
|
3154
|
+
body?: {
|
|
3155
|
+
family: string;
|
|
3156
|
+
source?: string | undefined;
|
|
3157
|
+
weight?: number | undefined;
|
|
3158
|
+
format?: "woff" | "woff2" | undefined;
|
|
3159
|
+
} | undefined;
|
|
3160
|
+
heading?: {
|
|
3161
|
+
family: string;
|
|
3162
|
+
source?: string | undefined;
|
|
3163
|
+
weight?: number | undefined;
|
|
3164
|
+
format?: "woff" | "woff2" | undefined;
|
|
3165
|
+
} | undefined;
|
|
3166
|
+
} | undefined;
|
|
3167
|
+
navbar?: {
|
|
3168
|
+
primary?: {
|
|
3169
|
+
type: "button";
|
|
3170
|
+
href: string;
|
|
3171
|
+
label: string;
|
|
3172
|
+
} | {
|
|
3173
|
+
type: "github";
|
|
3174
|
+
href: string;
|
|
3175
|
+
label?: string | undefined;
|
|
3176
|
+
} | {
|
|
3177
|
+
type: "discord";
|
|
3178
|
+
href: string;
|
|
3179
|
+
label?: string | undefined;
|
|
3180
|
+
} | undefined;
|
|
3181
|
+
links?: ({
|
|
3182
|
+
href: string;
|
|
3183
|
+
label: string;
|
|
3184
|
+
type?: string | undefined;
|
|
3185
|
+
icon?: string | {
|
|
3186
|
+
name: string;
|
|
3187
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3188
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3189
|
+
} | undefined;
|
|
3190
|
+
} | {
|
|
3191
|
+
type: "github";
|
|
3192
|
+
href: string;
|
|
3193
|
+
icon?: string | {
|
|
3194
|
+
name: string;
|
|
3195
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3196
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3197
|
+
} | undefined;
|
|
3198
|
+
label?: string | undefined;
|
|
3199
|
+
} | {
|
|
3200
|
+
type: "discord";
|
|
3201
|
+
href: string;
|
|
3202
|
+
icon?: string | {
|
|
3203
|
+
name: string;
|
|
3204
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3205
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3206
|
+
} | undefined;
|
|
3207
|
+
label?: string | undefined;
|
|
3208
|
+
})[] | undefined;
|
|
3209
|
+
} | undefined;
|
|
3210
|
+
icons?: {
|
|
3211
|
+
library: "fontawesome" | "lucide";
|
|
3212
|
+
} | undefined;
|
|
3213
|
+
styling?: {
|
|
3214
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
3215
|
+
codeblocks?: "dark" | "system" | {
|
|
3216
|
+
languages?: {
|
|
3217
|
+
custom?: string[] | undefined;
|
|
3218
|
+
} | undefined;
|
|
3219
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
3220
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
3221
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
3222
|
+
} | undefined;
|
|
3223
|
+
} | undefined;
|
|
3224
|
+
latex?: boolean | undefined;
|
|
3225
|
+
} | undefined;
|
|
3226
|
+
errors?: {
|
|
3227
|
+
'404': {
|
|
3228
|
+
title?: string | undefined;
|
|
3229
|
+
description?: string | undefined;
|
|
3230
|
+
redirect?: boolean | undefined;
|
|
3231
|
+
};
|
|
3232
|
+
} | undefined;
|
|
3233
|
+
contextual?: {
|
|
3234
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3235
|
+
href: string | {
|
|
3236
|
+
base: string;
|
|
3237
|
+
query?: {
|
|
3238
|
+
value: string;
|
|
3239
|
+
key: string;
|
|
3240
|
+
}[] | undefined;
|
|
3241
|
+
};
|
|
3242
|
+
title: string;
|
|
3243
|
+
description: string;
|
|
3244
|
+
icon?: string | {
|
|
3245
|
+
name: string;
|
|
3246
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3247
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3248
|
+
} | undefined;
|
|
3249
|
+
})[];
|
|
3250
|
+
display?: "header" | "toc" | undefined;
|
|
3251
|
+
} | undefined;
|
|
3252
|
+
thumbnails?: {
|
|
3253
|
+
background?: string | undefined;
|
|
3254
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
3255
|
+
fonts?: {
|
|
3256
|
+
family: string;
|
|
3257
|
+
} | undefined;
|
|
3258
|
+
} | undefined;
|
|
3259
|
+
interaction?: {
|
|
3260
|
+
drilldown?: boolean | undefined;
|
|
3261
|
+
} | undefined;
|
|
3262
|
+
}> | {
|
|
3263
|
+
warnings: z.ZodIssue[];
|
|
3264
|
+
success: true;
|
|
3265
|
+
data: {
|
|
3266
|
+
name: string;
|
|
3267
|
+
$schema: string;
|
|
3268
|
+
theme: "almond";
|
|
3269
|
+
colors: {
|
|
3270
|
+
primary: string;
|
|
3271
|
+
light?: string | undefined;
|
|
3272
|
+
dark?: string | undefined;
|
|
3273
|
+
};
|
|
3274
|
+
navigation: {
|
|
3275
|
+
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
3276
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3277
|
+
} | {
|
|
3278
|
+
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
3279
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3280
|
+
} | {
|
|
3281
|
+
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
3282
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3283
|
+
} | {
|
|
3284
|
+
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
3285
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3286
|
+
} | {
|
|
3287
|
+
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
3288
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3289
|
+
} | {
|
|
3290
|
+
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
3291
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3292
|
+
} | {
|
|
3293
|
+
groups: ({
|
|
3294
|
+
group: string;
|
|
3295
|
+
icon?: string | {
|
|
3296
|
+
name: string;
|
|
3297
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3298
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3299
|
+
} | undefined;
|
|
3300
|
+
expanded?: boolean | undefined;
|
|
3301
|
+
public?: boolean | undefined;
|
|
3302
|
+
tag?: string | undefined;
|
|
3303
|
+
hidden?: boolean | undefined;
|
|
3304
|
+
root?: string | undefined;
|
|
3305
|
+
} & {
|
|
3306
|
+
openapi?: string | string[] | {
|
|
3307
|
+
source: string;
|
|
3308
|
+
directory?: string | undefined;
|
|
3309
|
+
} | undefined;
|
|
3310
|
+
asyncapi?: string | string[] | {
|
|
3311
|
+
source: string;
|
|
3312
|
+
directory?: string | undefined;
|
|
3313
|
+
} | undefined;
|
|
3314
|
+
} & {
|
|
3315
|
+
pages?: import("./schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
3316
|
+
})[];
|
|
3317
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3318
|
+
} | {
|
|
3319
|
+
pages: (string | ({
|
|
3320
|
+
group: string;
|
|
3321
|
+
icon?: string | {
|
|
3322
|
+
name: string;
|
|
3323
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3324
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3325
|
+
} | undefined;
|
|
3326
|
+
expanded?: boolean | undefined;
|
|
3327
|
+
public?: boolean | undefined;
|
|
3328
|
+
tag?: string | undefined;
|
|
3329
|
+
hidden?: boolean | undefined;
|
|
3330
|
+
root?: string | undefined;
|
|
3331
|
+
} & {
|
|
3332
|
+
openapi?: string | string[] | {
|
|
3333
|
+
source: string;
|
|
3334
|
+
directory?: string | undefined;
|
|
3335
|
+
} | undefined;
|
|
3336
|
+
asyncapi?: string | string[] | {
|
|
3337
|
+
source: string;
|
|
3338
|
+
directory?: string | undefined;
|
|
3339
|
+
} | undefined;
|
|
3340
|
+
} & {
|
|
3341
|
+
pages?: import("./schemas/v2/properties/navigation/divisionNav.js").PageOrGroupNavigation<"default">[];
|
|
3342
|
+
}))[];
|
|
3343
|
+
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3344
|
+
};
|
|
3345
|
+
background?: {
|
|
3346
|
+
color?: {
|
|
3347
|
+
light?: string | undefined;
|
|
3348
|
+
dark?: string | undefined;
|
|
3349
|
+
} | undefined;
|
|
3350
|
+
image?: string | {
|
|
3351
|
+
light: string;
|
|
3352
|
+
dark: string;
|
|
3353
|
+
} | undefined;
|
|
3354
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
3355
|
+
} | undefined;
|
|
3356
|
+
public?: boolean | undefined;
|
|
3357
|
+
logo?: string | {
|
|
3358
|
+
light: string;
|
|
3359
|
+
dark: string;
|
|
3360
|
+
href?: string | undefined;
|
|
3361
|
+
} | undefined;
|
|
3362
|
+
favicon?: string | {
|
|
3363
|
+
light: string;
|
|
3364
|
+
dark: string;
|
|
3365
|
+
} | undefined;
|
|
3366
|
+
api?: {
|
|
3367
|
+
params?: {
|
|
3368
|
+
expanded?: "all" | "closed" | undefined;
|
|
3369
|
+
} | undefined;
|
|
3370
|
+
openapi?: string | string[] | {
|
|
3371
|
+
source: string;
|
|
3372
|
+
directory?: string | undefined;
|
|
3373
|
+
} | undefined;
|
|
3374
|
+
playground?: {
|
|
3375
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
3376
|
+
proxy?: boolean | undefined;
|
|
3377
|
+
} | undefined;
|
|
3378
|
+
asyncapi?: string | string[] | {
|
|
3379
|
+
source: string;
|
|
3380
|
+
directory?: string | undefined;
|
|
3381
|
+
} | undefined;
|
|
3382
|
+
examples?: {
|
|
3383
|
+
languages?: string[] | undefined;
|
|
3384
|
+
defaults?: "all" | "required" | undefined;
|
|
3385
|
+
prefill?: boolean | undefined;
|
|
3386
|
+
autogenerate?: boolean | undefined;
|
|
3387
|
+
} | undefined;
|
|
3388
|
+
mdx?: {
|
|
3389
|
+
server?: string | string[] | undefined;
|
|
3390
|
+
auth?: {
|
|
3391
|
+
name?: string | undefined;
|
|
3392
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
3393
|
+
} | undefined;
|
|
3394
|
+
} | undefined;
|
|
3395
|
+
} | undefined;
|
|
3396
|
+
metadata?: {
|
|
3397
|
+
timestamp: boolean;
|
|
3398
|
+
} | undefined;
|
|
3399
|
+
footer?: {
|
|
3400
|
+
links?: {
|
|
3401
|
+
items: {
|
|
3402
|
+
href: string;
|
|
3403
|
+
label: string;
|
|
3404
|
+
}[];
|
|
3405
|
+
header?: string | undefined;
|
|
3406
|
+
}[] | undefined;
|
|
3407
|
+
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
3408
|
+
} | undefined;
|
|
3409
|
+
integrations?: {
|
|
3410
|
+
amplitude?: {
|
|
3411
|
+
apiKey: string;
|
|
3412
|
+
} | undefined;
|
|
3413
|
+
clarity?: {
|
|
3414
|
+
projectId: string;
|
|
3415
|
+
} | undefined;
|
|
3416
|
+
clearbit?: {
|
|
3417
|
+
publicApiKey: string;
|
|
3418
|
+
} | undefined;
|
|
3419
|
+
fathom?: {
|
|
3420
|
+
siteId: string;
|
|
3421
|
+
} | undefined;
|
|
3422
|
+
ga4?: {
|
|
3423
|
+
measurementId: string;
|
|
3424
|
+
} | undefined;
|
|
3425
|
+
gtm?: {
|
|
3426
|
+
tagId: string;
|
|
3427
|
+
} | undefined;
|
|
3428
|
+
heap?: {
|
|
3429
|
+
appId: string;
|
|
3430
|
+
} | undefined;
|
|
3431
|
+
hightouch?: {
|
|
3432
|
+
writeKey: string;
|
|
3433
|
+
apiHost?: string | undefined;
|
|
3434
|
+
} | undefined;
|
|
3435
|
+
hotjar?: {
|
|
3436
|
+
hjid: string;
|
|
3437
|
+
hjsv: string;
|
|
3438
|
+
} | undefined;
|
|
3439
|
+
koala?: {
|
|
3440
|
+
publicApiKey: string;
|
|
3441
|
+
} | undefined;
|
|
3442
|
+
logrocket?: {
|
|
3443
|
+
appId: string;
|
|
3444
|
+
} | undefined;
|
|
3445
|
+
mixpanel?: {
|
|
3446
|
+
projectToken: string;
|
|
3447
|
+
} | undefined;
|
|
3448
|
+
pirsch?: {
|
|
3449
|
+
id: string;
|
|
3450
|
+
} | undefined;
|
|
3451
|
+
posthog?: {
|
|
3452
|
+
apiKey: string;
|
|
3453
|
+
apiHost?: string | undefined;
|
|
3454
|
+
} | undefined;
|
|
3455
|
+
plausible?: {
|
|
3456
|
+
domain: string;
|
|
3457
|
+
server?: string | undefined;
|
|
3458
|
+
} | undefined;
|
|
3459
|
+
segment?: {
|
|
3460
|
+
key: string;
|
|
3461
|
+
} | undefined;
|
|
3462
|
+
intercom?: {
|
|
3463
|
+
appId: string;
|
|
3464
|
+
} | undefined;
|
|
3465
|
+
frontchat?: {
|
|
3466
|
+
snippetId: string;
|
|
3467
|
+
} | undefined;
|
|
3468
|
+
telemetry?: {
|
|
3469
|
+
enabled?: boolean | undefined;
|
|
3470
|
+
} | undefined;
|
|
3471
|
+
cookies?: {
|
|
3472
|
+
value?: string | undefined;
|
|
3473
|
+
key?: string | undefined;
|
|
3474
|
+
} | undefined;
|
|
3475
|
+
} | undefined;
|
|
3476
|
+
search?: {
|
|
3477
|
+
prompt?: string | undefined;
|
|
3478
|
+
} | undefined;
|
|
3479
|
+
redirects?: {
|
|
3480
|
+
source: string;
|
|
3481
|
+
destination: string;
|
|
3482
|
+
permanent?: boolean | undefined;
|
|
3483
|
+
}[] | undefined;
|
|
3484
|
+
seo?: {
|
|
3485
|
+
metatags?: Record<string, string> | undefined;
|
|
3486
|
+
indexing?: "all" | "navigable" | undefined;
|
|
2769
3487
|
} | undefined;
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
3488
|
+
description?: string | undefined;
|
|
3489
|
+
banner?: {
|
|
3490
|
+
content: string;
|
|
3491
|
+
dismissible?: boolean | undefined;
|
|
2773
3492
|
} | undefined;
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
} | undefined;
|
|
2778
|
-
redirects?: {
|
|
2779
|
-
source: string;
|
|
2780
|
-
destination: string;
|
|
2781
|
-
permanent?: boolean | undefined;
|
|
2782
|
-
}[] | undefined;
|
|
2783
|
-
seo?: {
|
|
2784
|
-
metatags?: Record<string, string> | undefined;
|
|
2785
|
-
indexing?: "all" | "navigable" | undefined;
|
|
2786
|
-
} | undefined;
|
|
2787
|
-
description?: string | undefined;
|
|
2788
|
-
banner?: {
|
|
2789
|
-
content: string;
|
|
2790
|
-
dismissible?: boolean | undefined;
|
|
2791
|
-
} | undefined;
|
|
2792
|
-
appearance?: {
|
|
2793
|
-
strict?: boolean | undefined;
|
|
2794
|
-
default?: "light" | "dark" | "system" | undefined;
|
|
2795
|
-
} | undefined;
|
|
2796
|
-
fonts?: {
|
|
2797
|
-
family: string;
|
|
2798
|
-
source?: string | undefined;
|
|
2799
|
-
weight?: number | undefined;
|
|
2800
|
-
format?: "woff" | "woff2" | undefined;
|
|
2801
|
-
} | {
|
|
2802
|
-
body?: {
|
|
2803
|
-
family: string;
|
|
2804
|
-
source?: string | undefined;
|
|
2805
|
-
weight?: number | undefined;
|
|
2806
|
-
format?: "woff" | "woff2" | undefined;
|
|
3493
|
+
appearance?: {
|
|
3494
|
+
strict?: boolean | undefined;
|
|
3495
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
2807
3496
|
} | undefined;
|
|
2808
|
-
|
|
3497
|
+
fonts?: {
|
|
2809
3498
|
family: string;
|
|
2810
3499
|
source?: string | undefined;
|
|
2811
3500
|
weight?: number | undefined;
|
|
2812
3501
|
format?: "woff" | "woff2" | undefined;
|
|
2813
|
-
} | undefined;
|
|
2814
|
-
} | undefined;
|
|
2815
|
-
navbar?: {
|
|
2816
|
-
primary?: {
|
|
2817
|
-
type: "button";
|
|
2818
|
-
href: string;
|
|
2819
|
-
label: string;
|
|
2820
|
-
} | {
|
|
2821
|
-
type: "github";
|
|
2822
|
-
href: string;
|
|
2823
|
-
label?: string | undefined;
|
|
2824
|
-
} | {
|
|
2825
|
-
type: "discord";
|
|
2826
|
-
href: string;
|
|
2827
|
-
label?: string | undefined;
|
|
2828
|
-
} | undefined;
|
|
2829
|
-
links?: ({
|
|
2830
|
-
href: string;
|
|
2831
|
-
label: string;
|
|
2832
|
-
type?: string | undefined;
|
|
2833
|
-
icon?: string | {
|
|
2834
|
-
name: string;
|
|
2835
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2836
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2837
|
-
} | undefined;
|
|
2838
3502
|
} | {
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3503
|
+
body?: {
|
|
3504
|
+
family: string;
|
|
3505
|
+
source?: string | undefined;
|
|
3506
|
+
weight?: number | undefined;
|
|
3507
|
+
format?: "woff" | "woff2" | undefined;
|
|
2845
3508
|
} | undefined;
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
name: string;
|
|
2852
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2853
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
3509
|
+
heading?: {
|
|
3510
|
+
family: string;
|
|
3511
|
+
source?: string | undefined;
|
|
3512
|
+
weight?: number | undefined;
|
|
3513
|
+
format?: "woff" | "woff2" | undefined;
|
|
2854
3514
|
} | undefined;
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
3515
|
+
} | undefined;
|
|
3516
|
+
navbar?: {
|
|
3517
|
+
primary?: {
|
|
3518
|
+
type: "button";
|
|
3519
|
+
href: string;
|
|
3520
|
+
label: string;
|
|
3521
|
+
} | {
|
|
3522
|
+
type: "github";
|
|
3523
|
+
href: string;
|
|
3524
|
+
label?: string | undefined;
|
|
3525
|
+
} | {
|
|
3526
|
+
type: "discord";
|
|
3527
|
+
href: string;
|
|
3528
|
+
label?: string | undefined;
|
|
2866
3529
|
} | undefined;
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
3530
|
+
links?: ({
|
|
3531
|
+
href: string;
|
|
3532
|
+
label: string;
|
|
3533
|
+
type?: string | undefined;
|
|
3534
|
+
icon?: string | {
|
|
3535
|
+
name: string;
|
|
3536
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3537
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3538
|
+
} | undefined;
|
|
3539
|
+
} | {
|
|
3540
|
+
type: "github";
|
|
3541
|
+
href: string;
|
|
3542
|
+
icon?: string | {
|
|
3543
|
+
name: string;
|
|
3544
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3545
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3546
|
+
} | undefined;
|
|
3547
|
+
label?: string | undefined;
|
|
3548
|
+
} | {
|
|
3549
|
+
type: "discord";
|
|
3550
|
+
href: string;
|
|
3551
|
+
icon?: string | {
|
|
3552
|
+
name: string;
|
|
3553
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3554
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3555
|
+
} | undefined;
|
|
3556
|
+
label?: string | undefined;
|
|
3557
|
+
})[] | undefined;
|
|
3558
|
+
} | undefined;
|
|
3559
|
+
icons?: {
|
|
3560
|
+
library: "fontawesome" | "lucide";
|
|
3561
|
+
} | undefined;
|
|
3562
|
+
styling?: {
|
|
3563
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
3564
|
+
codeblocks?: "dark" | "system" | {
|
|
3565
|
+
languages?: {
|
|
3566
|
+
custom?: string[] | undefined;
|
|
3567
|
+
} | undefined;
|
|
3568
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
3569
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
3570
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
3571
|
+
} | undefined;
|
|
2870
3572
|
} | undefined;
|
|
3573
|
+
latex?: boolean | undefined;
|
|
2871
3574
|
} | undefined;
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
description?: string | undefined;
|
|
2878
|
-
redirect?: boolean | undefined;
|
|
2879
|
-
};
|
|
2880
|
-
} | undefined;
|
|
2881
|
-
contextual?: {
|
|
2882
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
2883
|
-
href: string | {
|
|
2884
|
-
base: string;
|
|
2885
|
-
query?: {
|
|
2886
|
-
value: string;
|
|
2887
|
-
key: string;
|
|
2888
|
-
}[] | undefined;
|
|
3575
|
+
errors?: {
|
|
3576
|
+
'404': {
|
|
3577
|
+
redirect: boolean;
|
|
3578
|
+
title?: string | undefined;
|
|
3579
|
+
description?: string | undefined;
|
|
2889
3580
|
};
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
3581
|
+
} | undefined;
|
|
3582
|
+
contextual?: {
|
|
3583
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3584
|
+
href: string | {
|
|
3585
|
+
base: string;
|
|
3586
|
+
query?: {
|
|
3587
|
+
value: string;
|
|
3588
|
+
key: string;
|
|
3589
|
+
}[] | undefined;
|
|
3590
|
+
};
|
|
3591
|
+
title: string;
|
|
3592
|
+
description: string;
|
|
3593
|
+
icon?: string | {
|
|
3594
|
+
name: string;
|
|
3595
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
3596
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
3597
|
+
} | undefined;
|
|
3598
|
+
})[];
|
|
3599
|
+
display: "header" | "toc";
|
|
3600
|
+
} | undefined;
|
|
3601
|
+
thumbnails?: {
|
|
3602
|
+
background?: string | undefined;
|
|
3603
|
+
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
3604
|
+
fonts?: {
|
|
3605
|
+
family: string;
|
|
2896
3606
|
} | undefined;
|
|
2897
|
-
})[];
|
|
2898
|
-
} | undefined;
|
|
2899
|
-
thumbnails?: {
|
|
2900
|
-
background?: string | undefined;
|
|
2901
|
-
appearance?: import("../index.js").ThumbnailAppearance | undefined;
|
|
2902
|
-
fonts?: {
|
|
2903
|
-
family: string;
|
|
2904
3607
|
} | undefined;
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
} |
|
|
2909
|
-
}> | {
|
|
2910
|
-
warnings: z.ZodIssue[];
|
|
2911
|
-
success: true;
|
|
2912
|
-
data: {
|
|
3608
|
+
interaction?: {
|
|
3609
|
+
drilldown?: boolean | undefined;
|
|
3610
|
+
} | undefined;
|
|
3611
|
+
} | {
|
|
2913
3612
|
name: string;
|
|
2914
3613
|
$schema: string;
|
|
2915
|
-
theme: "
|
|
3614
|
+
theme: "aspen";
|
|
2916
3615
|
colors: {
|
|
2917
3616
|
primary: string;
|
|
2918
3617
|
light?: string | undefined;
|
|
@@ -3227,7 +3926,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3227
3926
|
};
|
|
3228
3927
|
} | undefined;
|
|
3229
3928
|
contextual?: {
|
|
3230
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3929
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3231
3930
|
href: string | {
|
|
3232
3931
|
base: string;
|
|
3233
3932
|
query?: {
|
|
@@ -3243,6 +3942,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3243
3942
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3244
3943
|
} | undefined;
|
|
3245
3944
|
})[];
|
|
3945
|
+
display: "header" | "toc";
|
|
3246
3946
|
} | undefined;
|
|
3247
3947
|
thumbnails?: {
|
|
3248
3948
|
background?: string | undefined;
|
|
@@ -3257,7 +3957,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3257
3957
|
} | {
|
|
3258
3958
|
name: string;
|
|
3259
3959
|
$schema: string;
|
|
3260
|
-
theme: "
|
|
3960
|
+
theme: "linden";
|
|
3261
3961
|
colors: {
|
|
3262
3962
|
primary: string;
|
|
3263
3963
|
light?: string | undefined;
|
|
@@ -3572,7 +4272,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3572
4272
|
};
|
|
3573
4273
|
} | undefined;
|
|
3574
4274
|
contextual?: {
|
|
3575
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4275
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3576
4276
|
href: string | {
|
|
3577
4277
|
base: string;
|
|
3578
4278
|
query?: {
|
|
@@ -3588,6 +4288,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3588
4288
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3589
4289
|
} | undefined;
|
|
3590
4290
|
})[];
|
|
4291
|
+
display: "header" | "toc";
|
|
3591
4292
|
} | undefined;
|
|
3592
4293
|
thumbnails?: {
|
|
3593
4294
|
background?: string | undefined;
|
|
@@ -3602,7 +4303,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3602
4303
|
} | {
|
|
3603
4304
|
name: string;
|
|
3604
4305
|
$schema: string;
|
|
3605
|
-
theme: "
|
|
4306
|
+
theme: "maple";
|
|
3606
4307
|
colors: {
|
|
3607
4308
|
primary: string;
|
|
3608
4309
|
light?: string | undefined;
|
|
@@ -3917,7 +4618,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3917
4618
|
};
|
|
3918
4619
|
} | undefined;
|
|
3919
4620
|
contextual?: {
|
|
3920
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4621
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
3921
4622
|
href: string | {
|
|
3922
4623
|
base: string;
|
|
3923
4624
|
query?: {
|
|
@@ -3933,6 +4634,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3933
4634
|
library?: "fontawesome" | "lucide" | undefined;
|
|
3934
4635
|
} | undefined;
|
|
3935
4636
|
})[];
|
|
4637
|
+
display: "header" | "toc";
|
|
3936
4638
|
} | undefined;
|
|
3937
4639
|
thumbnails?: {
|
|
3938
4640
|
background?: string | undefined;
|
|
@@ -3947,7 +4649,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3947
4649
|
} | {
|
|
3948
4650
|
name: string;
|
|
3949
4651
|
$schema: string;
|
|
3950
|
-
theme: "
|
|
4652
|
+
theme: "mint";
|
|
3951
4653
|
colors: {
|
|
3952
4654
|
primary: string;
|
|
3953
4655
|
light?: string | undefined;
|
|
@@ -4262,7 +4964,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4262
4964
|
};
|
|
4263
4965
|
} | undefined;
|
|
4264
4966
|
contextual?: {
|
|
4265
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4967
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4266
4968
|
href: string | {
|
|
4267
4969
|
base: string;
|
|
4268
4970
|
query?: {
|
|
@@ -4278,6 +4980,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4278
4980
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4279
4981
|
} | undefined;
|
|
4280
4982
|
})[];
|
|
4983
|
+
display: "header" | "toc";
|
|
4281
4984
|
} | undefined;
|
|
4282
4985
|
thumbnails?: {
|
|
4283
4986
|
background?: string | undefined;
|
|
@@ -4292,7 +4995,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4292
4995
|
} | {
|
|
4293
4996
|
name: string;
|
|
4294
4997
|
$schema: string;
|
|
4295
|
-
theme: "
|
|
4998
|
+
theme: "palm";
|
|
4296
4999
|
colors: {
|
|
4297
5000
|
primary: string;
|
|
4298
5001
|
light?: string | undefined;
|
|
@@ -4607,7 +5310,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4607
5310
|
};
|
|
4608
5311
|
} | undefined;
|
|
4609
5312
|
contextual?: {
|
|
4610
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5313
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4611
5314
|
href: string | {
|
|
4612
5315
|
base: string;
|
|
4613
5316
|
query?: {
|
|
@@ -4623,6 +5326,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4623
5326
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4624
5327
|
} | undefined;
|
|
4625
5328
|
})[];
|
|
5329
|
+
display: "header" | "toc";
|
|
4626
5330
|
} | undefined;
|
|
4627
5331
|
thumbnails?: {
|
|
4628
5332
|
background?: string | undefined;
|
|
@@ -4637,7 +5341,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4637
5341
|
} | {
|
|
4638
5342
|
name: string;
|
|
4639
5343
|
$schema: string;
|
|
4640
|
-
theme: "
|
|
5344
|
+
theme: "sequoia";
|
|
4641
5345
|
colors: {
|
|
4642
5346
|
primary: string;
|
|
4643
5347
|
light?: string | undefined;
|
|
@@ -4952,7 +5656,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4952
5656
|
};
|
|
4953
5657
|
} | undefined;
|
|
4954
5658
|
contextual?: {
|
|
4955
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5659
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
4956
5660
|
href: string | {
|
|
4957
5661
|
base: string;
|
|
4958
5662
|
query?: {
|
|
@@ -4968,6 +5672,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4968
5672
|
library?: "fontawesome" | "lucide" | undefined;
|
|
4969
5673
|
} | undefined;
|
|
4970
5674
|
})[];
|
|
5675
|
+
display: "header" | "toc";
|
|
4971
5676
|
} | undefined;
|
|
4972
5677
|
thumbnails?: {
|
|
4973
5678
|
background?: string | undefined;
|
|
@@ -5297,7 +6002,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5297
6002
|
};
|
|
5298
6003
|
} | undefined;
|
|
5299
6004
|
contextual?: {
|
|
5300
|
-
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
6005
|
+
options: ("assistant" | "copy" | "view" | "chatgpt" | "claude" | "perplexity" | "grok" | "mcp" | "cursor" | "vscode" | {
|
|
5301
6006
|
href: string | {
|
|
5302
6007
|
base: string;
|
|
5303
6008
|
query?: {
|
|
@@ -5313,6 +6018,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5313
6018
|
library?: "fontawesome" | "lucide" | undefined;
|
|
5314
6019
|
} | undefined;
|
|
5315
6020
|
})[];
|
|
6021
|
+
display: "header" | "toc";
|
|
5316
6022
|
} | undefined;
|
|
5317
6023
|
thumbnails?: {
|
|
5318
6024
|
background?: string | undefined;
|