@mintlify/prebuild 1.0.463 → 1.0.465
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.
|
@@ -1633,4 +1633,327 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1633
1633
|
contextual?: {
|
|
1634
1634
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
1635
1635
|
} | undefined;
|
|
1636
|
+
} | {
|
|
1637
|
+
name: string;
|
|
1638
|
+
$schema: string;
|
|
1639
|
+
theme: "almond";
|
|
1640
|
+
colors: {
|
|
1641
|
+
primary: string;
|
|
1642
|
+
light?: string | undefined;
|
|
1643
|
+
dark?: string | undefined;
|
|
1644
|
+
};
|
|
1645
|
+
navigation: ({
|
|
1646
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
1647
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1648
|
+
} | {
|
|
1649
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
1650
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1651
|
+
} | {
|
|
1652
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
1653
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1654
|
+
} | {
|
|
1655
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1656
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1657
|
+
} | {
|
|
1658
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
1659
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1660
|
+
} | {
|
|
1661
|
+
groups: ({
|
|
1662
|
+
openapi: (string | string[] | {
|
|
1663
|
+
source: string;
|
|
1664
|
+
directory?: string | undefined;
|
|
1665
|
+
}) & (string | string[] | {
|
|
1666
|
+
source: string;
|
|
1667
|
+
directory?: string | undefined;
|
|
1668
|
+
} | undefined);
|
|
1669
|
+
group: string;
|
|
1670
|
+
icon?: string | {
|
|
1671
|
+
name: string;
|
|
1672
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1673
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1674
|
+
} | undefined;
|
|
1675
|
+
hidden?: boolean | undefined;
|
|
1676
|
+
root?: string | undefined;
|
|
1677
|
+
} | {
|
|
1678
|
+
group: string;
|
|
1679
|
+
asyncapi: (string | string[] | {
|
|
1680
|
+
source: string;
|
|
1681
|
+
directory?: string | undefined;
|
|
1682
|
+
}) & (string | string[] | {
|
|
1683
|
+
source: string;
|
|
1684
|
+
directory?: string | undefined;
|
|
1685
|
+
} | undefined);
|
|
1686
|
+
icon?: string | {
|
|
1687
|
+
name: string;
|
|
1688
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1689
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1690
|
+
} | undefined;
|
|
1691
|
+
hidden?: boolean | undefined;
|
|
1692
|
+
root?: string | undefined;
|
|
1693
|
+
} | {
|
|
1694
|
+
group: string;
|
|
1695
|
+
pages: any[];
|
|
1696
|
+
icon?: string | {
|
|
1697
|
+
name: string;
|
|
1698
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1699
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1700
|
+
} | undefined;
|
|
1701
|
+
hidden?: boolean | undefined;
|
|
1702
|
+
root?: string | undefined;
|
|
1703
|
+
})[];
|
|
1704
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1705
|
+
} | {
|
|
1706
|
+
pages: any[];
|
|
1707
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1708
|
+
}) & ({
|
|
1709
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
1710
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1711
|
+
} | {
|
|
1712
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
1713
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1714
|
+
} | {
|
|
1715
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
1716
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1717
|
+
} | {
|
|
1718
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1719
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1720
|
+
} | {
|
|
1721
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
1722
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1723
|
+
} | {
|
|
1724
|
+
groups: ({
|
|
1725
|
+
openapi: (string | string[] | {
|
|
1726
|
+
source: string;
|
|
1727
|
+
directory?: string | undefined;
|
|
1728
|
+
}) & (string | string[] | {
|
|
1729
|
+
source: string;
|
|
1730
|
+
directory?: string | undefined;
|
|
1731
|
+
} | undefined);
|
|
1732
|
+
group: string;
|
|
1733
|
+
icon?: string | {
|
|
1734
|
+
name: string;
|
|
1735
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1736
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1737
|
+
} | undefined;
|
|
1738
|
+
hidden?: boolean | undefined;
|
|
1739
|
+
root?: string | undefined;
|
|
1740
|
+
} | {
|
|
1741
|
+
group: string;
|
|
1742
|
+
asyncapi: (string | string[] | {
|
|
1743
|
+
source: string;
|
|
1744
|
+
directory?: string | undefined;
|
|
1745
|
+
}) & (string | string[] | {
|
|
1746
|
+
source: string;
|
|
1747
|
+
directory?: string | undefined;
|
|
1748
|
+
} | undefined);
|
|
1749
|
+
icon?: string | {
|
|
1750
|
+
name: string;
|
|
1751
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1752
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1753
|
+
} | undefined;
|
|
1754
|
+
hidden?: boolean | undefined;
|
|
1755
|
+
root?: string | undefined;
|
|
1756
|
+
} | {
|
|
1757
|
+
group: string;
|
|
1758
|
+
pages: any[];
|
|
1759
|
+
icon?: string | {
|
|
1760
|
+
name: string;
|
|
1761
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1762
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1763
|
+
} | undefined;
|
|
1764
|
+
hidden?: boolean | undefined;
|
|
1765
|
+
root?: string | undefined;
|
|
1766
|
+
})[];
|
|
1767
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1768
|
+
} | {
|
|
1769
|
+
pages: any[];
|
|
1770
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1771
|
+
} | undefined);
|
|
1772
|
+
description?: string | undefined;
|
|
1773
|
+
logo?: string | {
|
|
1774
|
+
light: string;
|
|
1775
|
+
dark: string;
|
|
1776
|
+
href?: string | undefined;
|
|
1777
|
+
} | undefined;
|
|
1778
|
+
favicon?: string | {
|
|
1779
|
+
light: string;
|
|
1780
|
+
dark: string;
|
|
1781
|
+
} | undefined;
|
|
1782
|
+
api?: {
|
|
1783
|
+
openapi?: string | string[] | {
|
|
1784
|
+
source: string;
|
|
1785
|
+
directory?: string | undefined;
|
|
1786
|
+
} | undefined;
|
|
1787
|
+
asyncapi?: string | string[] | {
|
|
1788
|
+
source: string;
|
|
1789
|
+
directory?: string | undefined;
|
|
1790
|
+
} | undefined;
|
|
1791
|
+
playground?: {
|
|
1792
|
+
display?: "simple" | "none" | "interactive" | undefined;
|
|
1793
|
+
proxy?: boolean | undefined;
|
|
1794
|
+
} | undefined;
|
|
1795
|
+
examples?: {
|
|
1796
|
+
defaults?: "all" | "required" | undefined;
|
|
1797
|
+
languages?: string[] | undefined;
|
|
1798
|
+
} | undefined;
|
|
1799
|
+
mdx?: {
|
|
1800
|
+
auth?: {
|
|
1801
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
1802
|
+
name?: string | undefined;
|
|
1803
|
+
} | undefined;
|
|
1804
|
+
server?: string | string[] | undefined;
|
|
1805
|
+
} | undefined;
|
|
1806
|
+
} | undefined;
|
|
1807
|
+
appearance?: {
|
|
1808
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
1809
|
+
strict?: boolean | undefined;
|
|
1810
|
+
} | undefined;
|
|
1811
|
+
background?: {
|
|
1812
|
+
image?: string | {
|
|
1813
|
+
light: string;
|
|
1814
|
+
dark: string;
|
|
1815
|
+
} | undefined;
|
|
1816
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
1817
|
+
color?: {
|
|
1818
|
+
light?: string | undefined;
|
|
1819
|
+
dark?: string | undefined;
|
|
1820
|
+
} | undefined;
|
|
1821
|
+
} | undefined;
|
|
1822
|
+
navbar?: {
|
|
1823
|
+
links?: {
|
|
1824
|
+
href: string;
|
|
1825
|
+
label: string;
|
|
1826
|
+
}[] | undefined;
|
|
1827
|
+
primary?: {
|
|
1828
|
+
type: "button";
|
|
1829
|
+
href: string;
|
|
1830
|
+
label: string;
|
|
1831
|
+
} | {
|
|
1832
|
+
type: "github";
|
|
1833
|
+
href: string;
|
|
1834
|
+
} | undefined;
|
|
1835
|
+
} | undefined;
|
|
1836
|
+
footer?: {
|
|
1837
|
+
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;
|
|
1838
|
+
links?: {
|
|
1839
|
+
items: {
|
|
1840
|
+
href: string;
|
|
1841
|
+
label: string;
|
|
1842
|
+
}[];
|
|
1843
|
+
header?: string | undefined;
|
|
1844
|
+
}[] | undefined;
|
|
1845
|
+
} | undefined;
|
|
1846
|
+
search?: {
|
|
1847
|
+
prompt?: string | undefined;
|
|
1848
|
+
} | undefined;
|
|
1849
|
+
seo?: {
|
|
1850
|
+
metatags?: Record<string, string> | undefined;
|
|
1851
|
+
indexing?: "all" | "navigable" | undefined;
|
|
1852
|
+
} | undefined;
|
|
1853
|
+
fonts?: {
|
|
1854
|
+
family: string;
|
|
1855
|
+
weight?: number | undefined;
|
|
1856
|
+
source?: string | undefined;
|
|
1857
|
+
format?: "woff" | "woff2" | undefined;
|
|
1858
|
+
} | {
|
|
1859
|
+
heading?: {
|
|
1860
|
+
family: string;
|
|
1861
|
+
weight?: number | undefined;
|
|
1862
|
+
source?: string | undefined;
|
|
1863
|
+
format?: "woff" | "woff2" | undefined;
|
|
1864
|
+
} | undefined;
|
|
1865
|
+
body?: {
|
|
1866
|
+
family: string;
|
|
1867
|
+
weight?: number | undefined;
|
|
1868
|
+
source?: string | undefined;
|
|
1869
|
+
format?: "woff" | "woff2" | undefined;
|
|
1870
|
+
} | undefined;
|
|
1871
|
+
} | undefined;
|
|
1872
|
+
icons?: {
|
|
1873
|
+
library: "fontawesome" | "lucide";
|
|
1874
|
+
} | undefined;
|
|
1875
|
+
styling?: {
|
|
1876
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
1877
|
+
codeblocks?: "dark" | "system" | undefined;
|
|
1878
|
+
} | undefined;
|
|
1879
|
+
redirects?: {
|
|
1880
|
+
source: string;
|
|
1881
|
+
destination: string;
|
|
1882
|
+
permanent?: boolean | undefined;
|
|
1883
|
+
}[] | undefined;
|
|
1884
|
+
integrations?: {
|
|
1885
|
+
amplitude?: {
|
|
1886
|
+
apiKey: string;
|
|
1887
|
+
} | undefined;
|
|
1888
|
+
clearbit?: {
|
|
1889
|
+
publicApiKey: string;
|
|
1890
|
+
} | undefined;
|
|
1891
|
+
fathom?: {
|
|
1892
|
+
siteId: string;
|
|
1893
|
+
} | undefined;
|
|
1894
|
+
frontchat?: {
|
|
1895
|
+
snippetId: string;
|
|
1896
|
+
} | undefined;
|
|
1897
|
+
ga4?: {
|
|
1898
|
+
measurementId: string;
|
|
1899
|
+
} | undefined;
|
|
1900
|
+
gtm?: {
|
|
1901
|
+
tagId: string;
|
|
1902
|
+
} | undefined;
|
|
1903
|
+
heap?: {
|
|
1904
|
+
appId: string;
|
|
1905
|
+
} | undefined;
|
|
1906
|
+
hotjar?: {
|
|
1907
|
+
hjid: string;
|
|
1908
|
+
hjsv: string;
|
|
1909
|
+
} | undefined;
|
|
1910
|
+
intercom?: {
|
|
1911
|
+
appId: string;
|
|
1912
|
+
} | undefined;
|
|
1913
|
+
koala?: {
|
|
1914
|
+
publicApiKey: string;
|
|
1915
|
+
} | undefined;
|
|
1916
|
+
logrocket?: {
|
|
1917
|
+
appId: string;
|
|
1918
|
+
} | undefined;
|
|
1919
|
+
mixpanel?: {
|
|
1920
|
+
projectToken: string;
|
|
1921
|
+
} | undefined;
|
|
1922
|
+
osano?: {
|
|
1923
|
+
scriptSource: string;
|
|
1924
|
+
} | undefined;
|
|
1925
|
+
pirsch?: {
|
|
1926
|
+
id: string;
|
|
1927
|
+
} | undefined;
|
|
1928
|
+
posthog?: {
|
|
1929
|
+
apiKey: string;
|
|
1930
|
+
apiHost?: string | undefined;
|
|
1931
|
+
} | undefined;
|
|
1932
|
+
plausible?: {
|
|
1933
|
+
domain: string;
|
|
1934
|
+
server?: string | undefined;
|
|
1935
|
+
} | undefined;
|
|
1936
|
+
segment?: {
|
|
1937
|
+
key: string;
|
|
1938
|
+
} | undefined;
|
|
1939
|
+
telemetry?: {
|
|
1940
|
+
enabled?: boolean | undefined;
|
|
1941
|
+
} | undefined;
|
|
1942
|
+
cookies?: {
|
|
1943
|
+
key?: string | undefined;
|
|
1944
|
+
value?: string | undefined;
|
|
1945
|
+
} | undefined;
|
|
1946
|
+
} | undefined;
|
|
1947
|
+
banner?: {
|
|
1948
|
+
content: string;
|
|
1949
|
+
dismissible?: boolean | undefined;
|
|
1950
|
+
} | undefined;
|
|
1951
|
+
errors?: {
|
|
1952
|
+
"404": {
|
|
1953
|
+
redirect: boolean;
|
|
1954
|
+
};
|
|
1955
|
+
} | undefined;
|
|
1956
|
+
contextual?: {
|
|
1957
|
+
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
1958
|
+
} | undefined;
|
|
1636
1959
|
}>;
|
|
@@ -1625,6 +1625,329 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1625
1625
|
contextual?: {
|
|
1626
1626
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
1627
1627
|
} | undefined;
|
|
1628
|
+
} | {
|
|
1629
|
+
name: string;
|
|
1630
|
+
$schema: string;
|
|
1631
|
+
theme: "almond";
|
|
1632
|
+
colors: {
|
|
1633
|
+
primary: string;
|
|
1634
|
+
light?: string | undefined;
|
|
1635
|
+
dark?: string | undefined;
|
|
1636
|
+
};
|
|
1637
|
+
navigation: ({
|
|
1638
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
1639
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1640
|
+
} | {
|
|
1641
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
1642
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1643
|
+
} | {
|
|
1644
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
1645
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1646
|
+
} | {
|
|
1647
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1648
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1649
|
+
} | {
|
|
1650
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
1651
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1652
|
+
} | {
|
|
1653
|
+
groups: ({
|
|
1654
|
+
openapi: (string | string[] | {
|
|
1655
|
+
source: string;
|
|
1656
|
+
directory?: string | undefined;
|
|
1657
|
+
}) & (string | string[] | {
|
|
1658
|
+
source: string;
|
|
1659
|
+
directory?: string | undefined;
|
|
1660
|
+
} | undefined);
|
|
1661
|
+
group: string;
|
|
1662
|
+
icon?: string | {
|
|
1663
|
+
name: string;
|
|
1664
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1665
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1666
|
+
} | undefined;
|
|
1667
|
+
hidden?: boolean | undefined;
|
|
1668
|
+
root?: string | undefined;
|
|
1669
|
+
} | {
|
|
1670
|
+
group: string;
|
|
1671
|
+
asyncapi: (string | string[] | {
|
|
1672
|
+
source: string;
|
|
1673
|
+
directory?: string | undefined;
|
|
1674
|
+
}) & (string | string[] | {
|
|
1675
|
+
source: string;
|
|
1676
|
+
directory?: string | undefined;
|
|
1677
|
+
} | undefined);
|
|
1678
|
+
icon?: string | {
|
|
1679
|
+
name: string;
|
|
1680
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1681
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1682
|
+
} | undefined;
|
|
1683
|
+
hidden?: boolean | undefined;
|
|
1684
|
+
root?: string | undefined;
|
|
1685
|
+
} | {
|
|
1686
|
+
group: string;
|
|
1687
|
+
pages: any[];
|
|
1688
|
+
icon?: string | {
|
|
1689
|
+
name: string;
|
|
1690
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1691
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1692
|
+
} | undefined;
|
|
1693
|
+
hidden?: boolean | undefined;
|
|
1694
|
+
root?: string | undefined;
|
|
1695
|
+
})[];
|
|
1696
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1697
|
+
} | {
|
|
1698
|
+
pages: any[];
|
|
1699
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1700
|
+
}) & ({
|
|
1701
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
1702
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1703
|
+
} | {
|
|
1704
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
1705
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1706
|
+
} | {
|
|
1707
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
1708
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1709
|
+
} | {
|
|
1710
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1711
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1712
|
+
} | {
|
|
1713
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
1714
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1715
|
+
} | {
|
|
1716
|
+
groups: ({
|
|
1717
|
+
openapi: (string | string[] | {
|
|
1718
|
+
source: string;
|
|
1719
|
+
directory?: string | undefined;
|
|
1720
|
+
}) & (string | string[] | {
|
|
1721
|
+
source: string;
|
|
1722
|
+
directory?: string | undefined;
|
|
1723
|
+
} | undefined);
|
|
1724
|
+
group: string;
|
|
1725
|
+
icon?: string | {
|
|
1726
|
+
name: string;
|
|
1727
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1728
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1729
|
+
} | undefined;
|
|
1730
|
+
hidden?: boolean | undefined;
|
|
1731
|
+
root?: string | undefined;
|
|
1732
|
+
} | {
|
|
1733
|
+
group: string;
|
|
1734
|
+
asyncapi: (string | string[] | {
|
|
1735
|
+
source: string;
|
|
1736
|
+
directory?: string | undefined;
|
|
1737
|
+
}) & (string | string[] | {
|
|
1738
|
+
source: string;
|
|
1739
|
+
directory?: string | undefined;
|
|
1740
|
+
} | undefined);
|
|
1741
|
+
icon?: string | {
|
|
1742
|
+
name: string;
|
|
1743
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1744
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1745
|
+
} | undefined;
|
|
1746
|
+
hidden?: boolean | undefined;
|
|
1747
|
+
root?: string | undefined;
|
|
1748
|
+
} | {
|
|
1749
|
+
group: string;
|
|
1750
|
+
pages: any[];
|
|
1751
|
+
icon?: string | {
|
|
1752
|
+
name: string;
|
|
1753
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1754
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1755
|
+
} | undefined;
|
|
1756
|
+
hidden?: boolean | undefined;
|
|
1757
|
+
root?: string | undefined;
|
|
1758
|
+
})[];
|
|
1759
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1760
|
+
} | {
|
|
1761
|
+
pages: any[];
|
|
1762
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1763
|
+
} | undefined);
|
|
1764
|
+
description?: string | undefined;
|
|
1765
|
+
logo?: string | {
|
|
1766
|
+
light: string;
|
|
1767
|
+
dark: string;
|
|
1768
|
+
href?: string | undefined;
|
|
1769
|
+
} | undefined;
|
|
1770
|
+
favicon?: string | {
|
|
1771
|
+
light: string;
|
|
1772
|
+
dark: string;
|
|
1773
|
+
} | undefined;
|
|
1774
|
+
api?: {
|
|
1775
|
+
openapi?: string | string[] | {
|
|
1776
|
+
source: string;
|
|
1777
|
+
directory?: string | undefined;
|
|
1778
|
+
} | undefined;
|
|
1779
|
+
asyncapi?: string | string[] | {
|
|
1780
|
+
source: string;
|
|
1781
|
+
directory?: string | undefined;
|
|
1782
|
+
} | undefined;
|
|
1783
|
+
playground?: {
|
|
1784
|
+
display?: "simple" | "none" | "interactive" | undefined;
|
|
1785
|
+
proxy?: boolean | undefined;
|
|
1786
|
+
} | undefined;
|
|
1787
|
+
examples?: {
|
|
1788
|
+
defaults?: "all" | "required" | undefined;
|
|
1789
|
+
languages?: string[] | undefined;
|
|
1790
|
+
} | undefined;
|
|
1791
|
+
mdx?: {
|
|
1792
|
+
auth?: {
|
|
1793
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
1794
|
+
name?: string | undefined;
|
|
1795
|
+
} | undefined;
|
|
1796
|
+
server?: string | string[] | undefined;
|
|
1797
|
+
} | undefined;
|
|
1798
|
+
} | undefined;
|
|
1799
|
+
appearance?: {
|
|
1800
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
1801
|
+
strict?: boolean | undefined;
|
|
1802
|
+
} | undefined;
|
|
1803
|
+
background?: {
|
|
1804
|
+
image?: string | {
|
|
1805
|
+
light: string;
|
|
1806
|
+
dark: string;
|
|
1807
|
+
} | undefined;
|
|
1808
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
1809
|
+
color?: {
|
|
1810
|
+
light?: string | undefined;
|
|
1811
|
+
dark?: string | undefined;
|
|
1812
|
+
} | undefined;
|
|
1813
|
+
} | undefined;
|
|
1814
|
+
navbar?: {
|
|
1815
|
+
links?: {
|
|
1816
|
+
href: string;
|
|
1817
|
+
label: string;
|
|
1818
|
+
}[] | undefined;
|
|
1819
|
+
primary?: {
|
|
1820
|
+
type: "button";
|
|
1821
|
+
href: string;
|
|
1822
|
+
label: string;
|
|
1823
|
+
} | {
|
|
1824
|
+
type: "github";
|
|
1825
|
+
href: string;
|
|
1826
|
+
} | undefined;
|
|
1827
|
+
} | undefined;
|
|
1828
|
+
footer?: {
|
|
1829
|
+
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;
|
|
1830
|
+
links?: {
|
|
1831
|
+
items: {
|
|
1832
|
+
href: string;
|
|
1833
|
+
label: string;
|
|
1834
|
+
}[];
|
|
1835
|
+
header?: string | undefined;
|
|
1836
|
+
}[] | undefined;
|
|
1837
|
+
} | undefined;
|
|
1838
|
+
search?: {
|
|
1839
|
+
prompt?: string | undefined;
|
|
1840
|
+
} | undefined;
|
|
1841
|
+
seo?: {
|
|
1842
|
+
metatags?: Record<string, string> | undefined;
|
|
1843
|
+
indexing?: "all" | "navigable" | undefined;
|
|
1844
|
+
} | undefined;
|
|
1845
|
+
fonts?: {
|
|
1846
|
+
family: string;
|
|
1847
|
+
weight?: number | undefined;
|
|
1848
|
+
source?: string | undefined;
|
|
1849
|
+
format?: "woff" | "woff2" | undefined;
|
|
1850
|
+
} | {
|
|
1851
|
+
heading?: {
|
|
1852
|
+
family: string;
|
|
1853
|
+
weight?: number | undefined;
|
|
1854
|
+
source?: string | undefined;
|
|
1855
|
+
format?: "woff" | "woff2" | undefined;
|
|
1856
|
+
} | undefined;
|
|
1857
|
+
body?: {
|
|
1858
|
+
family: string;
|
|
1859
|
+
weight?: number | undefined;
|
|
1860
|
+
source?: string | undefined;
|
|
1861
|
+
format?: "woff" | "woff2" | undefined;
|
|
1862
|
+
} | undefined;
|
|
1863
|
+
} | undefined;
|
|
1864
|
+
icons?: {
|
|
1865
|
+
library: "fontawesome" | "lucide";
|
|
1866
|
+
} | undefined;
|
|
1867
|
+
styling?: {
|
|
1868
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
1869
|
+
codeblocks?: "dark" | "system" | undefined;
|
|
1870
|
+
} | undefined;
|
|
1871
|
+
redirects?: {
|
|
1872
|
+
source: string;
|
|
1873
|
+
destination: string;
|
|
1874
|
+
permanent?: boolean | undefined;
|
|
1875
|
+
}[] | undefined;
|
|
1876
|
+
integrations?: {
|
|
1877
|
+
amplitude?: {
|
|
1878
|
+
apiKey: string;
|
|
1879
|
+
} | undefined;
|
|
1880
|
+
clearbit?: {
|
|
1881
|
+
publicApiKey: string;
|
|
1882
|
+
} | undefined;
|
|
1883
|
+
fathom?: {
|
|
1884
|
+
siteId: string;
|
|
1885
|
+
} | undefined;
|
|
1886
|
+
frontchat?: {
|
|
1887
|
+
snippetId: string;
|
|
1888
|
+
} | undefined;
|
|
1889
|
+
ga4?: {
|
|
1890
|
+
measurementId: string;
|
|
1891
|
+
} | undefined;
|
|
1892
|
+
gtm?: {
|
|
1893
|
+
tagId: string;
|
|
1894
|
+
} | undefined;
|
|
1895
|
+
heap?: {
|
|
1896
|
+
appId: string;
|
|
1897
|
+
} | undefined;
|
|
1898
|
+
hotjar?: {
|
|
1899
|
+
hjid: string;
|
|
1900
|
+
hjsv: string;
|
|
1901
|
+
} | undefined;
|
|
1902
|
+
intercom?: {
|
|
1903
|
+
appId: string;
|
|
1904
|
+
} | undefined;
|
|
1905
|
+
koala?: {
|
|
1906
|
+
publicApiKey: string;
|
|
1907
|
+
} | undefined;
|
|
1908
|
+
logrocket?: {
|
|
1909
|
+
appId: string;
|
|
1910
|
+
} | undefined;
|
|
1911
|
+
mixpanel?: {
|
|
1912
|
+
projectToken: string;
|
|
1913
|
+
} | undefined;
|
|
1914
|
+
osano?: {
|
|
1915
|
+
scriptSource: string;
|
|
1916
|
+
} | undefined;
|
|
1917
|
+
pirsch?: {
|
|
1918
|
+
id: string;
|
|
1919
|
+
} | undefined;
|
|
1920
|
+
posthog?: {
|
|
1921
|
+
apiKey: string;
|
|
1922
|
+
apiHost?: string | undefined;
|
|
1923
|
+
} | undefined;
|
|
1924
|
+
plausible?: {
|
|
1925
|
+
domain: string;
|
|
1926
|
+
server?: string | undefined;
|
|
1927
|
+
} | undefined;
|
|
1928
|
+
segment?: {
|
|
1929
|
+
key: string;
|
|
1930
|
+
} | undefined;
|
|
1931
|
+
telemetry?: {
|
|
1932
|
+
enabled?: boolean | undefined;
|
|
1933
|
+
} | undefined;
|
|
1934
|
+
cookies?: {
|
|
1935
|
+
key?: string | undefined;
|
|
1936
|
+
value?: string | undefined;
|
|
1937
|
+
} | undefined;
|
|
1938
|
+
} | undefined;
|
|
1939
|
+
banner?: {
|
|
1940
|
+
content: string;
|
|
1941
|
+
dismissible?: boolean | undefined;
|
|
1942
|
+
} | undefined;
|
|
1943
|
+
errors?: {
|
|
1944
|
+
"404": {
|
|
1945
|
+
redirect: boolean;
|
|
1946
|
+
};
|
|
1947
|
+
} | undefined;
|
|
1948
|
+
contextual?: {
|
|
1949
|
+
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
1950
|
+
} | undefined;
|
|
1628
1951
|
}>;
|
|
1629
1952
|
export declare const writeMdxFilesWithNoImports: (mdxFilesWithNoImports: {
|
|
1630
1953
|
targetPath: string;
|