@mintlify/validation 0.1.797 → 0.1.799
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/editor-navigation/types.d.ts +8 -0
- package/dist/index.js +2 -0
- package/dist/mint-config/schemas/v2/index.d.ts +520 -0
- package/dist/mint-config/schemas/v2/properties/navigation/anchors.d.ts +6 -0
- package/dist/mint-config/schemas/v2/properties/navigation/anchors.js +2 -1
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.d.ts +6 -0
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.js +2 -1
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +7 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.js +2 -1
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +40 -0
- package/dist/mint-config/schemas/v2/properties/navigation/index.js +2 -1
- package/dist/mint-config/schemas/v2/properties/navigation/languages.d.ts +6 -0
- package/dist/mint-config/schemas/v2/properties/navigation/languages.js +2 -1
- package/dist/mint-config/schemas/v2/properties/navigation/menu.d.ts +6 -0
- package/dist/mint-config/schemas/v2/properties/navigation/menu.js +2 -1
- package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +4 -0
- package/dist/mint-config/schemas/v2/properties/navigation/products.d.ts +6 -0
- package/dist/mint-config/schemas/v2/properties/navigation/products.js +2 -1
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +3 -0
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.js +20 -1
- package/dist/mint-config/schemas/v2/properties/navigation/version.d.ts +6 -0
- package/dist/mint-config/schemas/v2/properties/navigation/version.js +2 -1
- package/dist/mint-config/schemas/v2/properties/reusable/index.d.ts +1 -0
- package/dist/mint-config/schemas/v2/properties/reusable/index.js +1 -0
- package/dist/mint-config/schemas/v2/properties/reusable/sdk.d.ts +19 -0
- package/dist/mint-config/schemas/v2/properties/reusable/sdk.js +39 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +32 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +52 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +52 -0
- package/dist/mint-config/validateConfig.d.ts +180 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -514,31 +514,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
514
514
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
515
515
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
516
516
|
graphql?: undefined;
|
|
517
|
+
sdk?: undefined;
|
|
517
518
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
518
519
|
} | {
|
|
519
520
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
520
521
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
521
522
|
graphql?: undefined;
|
|
523
|
+
sdk?: undefined;
|
|
522
524
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
523
525
|
} | {
|
|
524
526
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
525
527
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
526
528
|
graphql?: undefined;
|
|
529
|
+
sdk?: undefined;
|
|
527
530
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
528
531
|
} | {
|
|
529
532
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
530
533
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
531
534
|
graphql?: undefined;
|
|
535
|
+
sdk?: undefined;
|
|
532
536
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
533
537
|
} | {
|
|
534
538
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
535
539
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
536
540
|
graphql?: undefined;
|
|
541
|
+
sdk?: undefined;
|
|
537
542
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
538
543
|
} | {
|
|
539
544
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
540
545
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
541
546
|
graphql?: undefined;
|
|
547
|
+
sdk?: undefined;
|
|
542
548
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
543
549
|
} | {
|
|
544
550
|
groups: ({
|
|
@@ -556,6 +562,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
556
562
|
boost?: number | undefined;
|
|
557
563
|
hidden?: boolean | undefined;
|
|
558
564
|
graphql?: undefined;
|
|
565
|
+
sdk?: undefined;
|
|
559
566
|
root?: string | undefined;
|
|
560
567
|
} & {
|
|
561
568
|
openapi?: string | string[] | {
|
|
@@ -571,6 +578,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
571
578
|
})[];
|
|
572
579
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
573
580
|
graphql?: undefined;
|
|
581
|
+
sdk?: undefined;
|
|
574
582
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
575
583
|
} | {
|
|
576
584
|
pages: (string | ({
|
|
@@ -588,6 +596,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
588
596
|
boost?: number | undefined;
|
|
589
597
|
hidden?: boolean | undefined;
|
|
590
598
|
graphql?: undefined;
|
|
599
|
+
sdk?: undefined;
|
|
591
600
|
root?: string | undefined;
|
|
592
601
|
} & {
|
|
593
602
|
openapi?: string | string[] | {
|
|
@@ -603,6 +612,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
603
612
|
}))[];
|
|
604
613
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
605
614
|
graphql?: undefined;
|
|
615
|
+
sdk?: undefined;
|
|
606
616
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
607
617
|
};
|
|
608
618
|
background?: {
|
|
@@ -916,31 +926,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
916
926
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
917
927
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
918
928
|
graphql?: undefined;
|
|
929
|
+
sdk?: undefined;
|
|
919
930
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
920
931
|
} | {
|
|
921
932
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
922
933
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
923
934
|
graphql?: undefined;
|
|
935
|
+
sdk?: undefined;
|
|
924
936
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
925
937
|
} | {
|
|
926
938
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
927
939
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
928
940
|
graphql?: undefined;
|
|
941
|
+
sdk?: undefined;
|
|
929
942
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
930
943
|
} | {
|
|
931
944
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
932
945
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
933
946
|
graphql?: undefined;
|
|
947
|
+
sdk?: undefined;
|
|
934
948
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
935
949
|
} | {
|
|
936
950
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
937
951
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
938
952
|
graphql?: undefined;
|
|
953
|
+
sdk?: undefined;
|
|
939
954
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
940
955
|
} | {
|
|
941
956
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
942
957
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
943
958
|
graphql?: undefined;
|
|
959
|
+
sdk?: undefined;
|
|
944
960
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
945
961
|
} | {
|
|
946
962
|
groups: ({
|
|
@@ -958,6 +974,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
958
974
|
boost?: number | undefined;
|
|
959
975
|
hidden?: boolean | undefined;
|
|
960
976
|
graphql?: undefined;
|
|
977
|
+
sdk?: undefined;
|
|
961
978
|
root?: string | undefined;
|
|
962
979
|
} & {
|
|
963
980
|
openapi?: string | string[] | {
|
|
@@ -973,6 +990,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
973
990
|
})[];
|
|
974
991
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
975
992
|
graphql?: undefined;
|
|
993
|
+
sdk?: undefined;
|
|
976
994
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
977
995
|
} | {
|
|
978
996
|
pages: (string | ({
|
|
@@ -990,6 +1008,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
990
1008
|
boost?: number | undefined;
|
|
991
1009
|
hidden?: boolean | undefined;
|
|
992
1010
|
graphql?: undefined;
|
|
1011
|
+
sdk?: undefined;
|
|
993
1012
|
root?: string | undefined;
|
|
994
1013
|
} & {
|
|
995
1014
|
openapi?: string | string[] | {
|
|
@@ -1005,6 +1024,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1005
1024
|
}))[];
|
|
1006
1025
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1007
1026
|
graphql?: undefined;
|
|
1027
|
+
sdk?: undefined;
|
|
1008
1028
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1009
1029
|
};
|
|
1010
1030
|
background?: {
|
|
@@ -1318,31 +1338,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1318
1338
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
1319
1339
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1320
1340
|
graphql?: undefined;
|
|
1341
|
+
sdk?: undefined;
|
|
1321
1342
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1322
1343
|
} | {
|
|
1323
1344
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
1324
1345
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1325
1346
|
graphql?: undefined;
|
|
1347
|
+
sdk?: undefined;
|
|
1326
1348
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1327
1349
|
} | {
|
|
1328
1350
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
1329
1351
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1330
1352
|
graphql?: undefined;
|
|
1353
|
+
sdk?: undefined;
|
|
1331
1354
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1332
1355
|
} | {
|
|
1333
1356
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
1334
1357
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1335
1358
|
graphql?: undefined;
|
|
1359
|
+
sdk?: undefined;
|
|
1336
1360
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1337
1361
|
} | {
|
|
1338
1362
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1339
1363
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1340
1364
|
graphql?: undefined;
|
|
1365
|
+
sdk?: undefined;
|
|
1341
1366
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1342
1367
|
} | {
|
|
1343
1368
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
1344
1369
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1345
1370
|
graphql?: undefined;
|
|
1371
|
+
sdk?: undefined;
|
|
1346
1372
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1347
1373
|
} | {
|
|
1348
1374
|
groups: ({
|
|
@@ -1360,6 +1386,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1360
1386
|
boost?: number | undefined;
|
|
1361
1387
|
hidden?: boolean | undefined;
|
|
1362
1388
|
graphql?: undefined;
|
|
1389
|
+
sdk?: undefined;
|
|
1363
1390
|
root?: string | undefined;
|
|
1364
1391
|
} & {
|
|
1365
1392
|
openapi?: string | string[] | {
|
|
@@ -1375,6 +1402,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1375
1402
|
})[];
|
|
1376
1403
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1377
1404
|
graphql?: undefined;
|
|
1405
|
+
sdk?: undefined;
|
|
1378
1406
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1379
1407
|
} | {
|
|
1380
1408
|
pages: (string | ({
|
|
@@ -1392,6 +1420,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1392
1420
|
boost?: number | undefined;
|
|
1393
1421
|
hidden?: boolean | undefined;
|
|
1394
1422
|
graphql?: undefined;
|
|
1423
|
+
sdk?: undefined;
|
|
1395
1424
|
root?: string | undefined;
|
|
1396
1425
|
} & {
|
|
1397
1426
|
openapi?: string | string[] | {
|
|
@@ -1407,6 +1436,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1407
1436
|
}))[];
|
|
1408
1437
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1409
1438
|
graphql?: undefined;
|
|
1439
|
+
sdk?: undefined;
|
|
1410
1440
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1411
1441
|
};
|
|
1412
1442
|
background?: {
|
|
@@ -1720,31 +1750,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1720
1750
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
1721
1751
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1722
1752
|
graphql?: undefined;
|
|
1753
|
+
sdk?: undefined;
|
|
1723
1754
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1724
1755
|
} | {
|
|
1725
1756
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
1726
1757
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1727
1758
|
graphql?: undefined;
|
|
1759
|
+
sdk?: undefined;
|
|
1728
1760
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1729
1761
|
} | {
|
|
1730
1762
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
1731
1763
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1732
1764
|
graphql?: undefined;
|
|
1765
|
+
sdk?: undefined;
|
|
1733
1766
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1734
1767
|
} | {
|
|
1735
1768
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
1736
1769
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1737
1770
|
graphql?: undefined;
|
|
1771
|
+
sdk?: undefined;
|
|
1738
1772
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1739
1773
|
} | {
|
|
1740
1774
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1741
1775
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1742
1776
|
graphql?: undefined;
|
|
1777
|
+
sdk?: undefined;
|
|
1743
1778
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1744
1779
|
} | {
|
|
1745
1780
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
1746
1781
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1747
1782
|
graphql?: undefined;
|
|
1783
|
+
sdk?: undefined;
|
|
1748
1784
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1749
1785
|
} | {
|
|
1750
1786
|
groups: ({
|
|
@@ -1762,6 +1798,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1762
1798
|
boost?: number | undefined;
|
|
1763
1799
|
hidden?: boolean | undefined;
|
|
1764
1800
|
graphql?: undefined;
|
|
1801
|
+
sdk?: undefined;
|
|
1765
1802
|
root?: string | undefined;
|
|
1766
1803
|
} & {
|
|
1767
1804
|
openapi?: string | string[] | {
|
|
@@ -1777,6 +1814,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1777
1814
|
})[];
|
|
1778
1815
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1779
1816
|
graphql?: undefined;
|
|
1817
|
+
sdk?: undefined;
|
|
1780
1818
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1781
1819
|
} | {
|
|
1782
1820
|
pages: (string | ({
|
|
@@ -1794,6 +1832,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1794
1832
|
boost?: number | undefined;
|
|
1795
1833
|
hidden?: boolean | undefined;
|
|
1796
1834
|
graphql?: undefined;
|
|
1835
|
+
sdk?: undefined;
|
|
1797
1836
|
root?: string | undefined;
|
|
1798
1837
|
} & {
|
|
1799
1838
|
openapi?: string | string[] | {
|
|
@@ -1809,6 +1848,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1809
1848
|
}))[];
|
|
1810
1849
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
1811
1850
|
graphql?: undefined;
|
|
1851
|
+
sdk?: undefined;
|
|
1812
1852
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1813
1853
|
};
|
|
1814
1854
|
background?: {
|
|
@@ -2122,31 +2162,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2122
2162
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
2123
2163
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2124
2164
|
graphql?: undefined;
|
|
2165
|
+
sdk?: undefined;
|
|
2125
2166
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2126
2167
|
} | {
|
|
2127
2168
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
2128
2169
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2129
2170
|
graphql?: undefined;
|
|
2171
|
+
sdk?: undefined;
|
|
2130
2172
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2131
2173
|
} | {
|
|
2132
2174
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
2133
2175
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2134
2176
|
graphql?: undefined;
|
|
2177
|
+
sdk?: undefined;
|
|
2135
2178
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2136
2179
|
} | {
|
|
2137
2180
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
2138
2181
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2139
2182
|
graphql?: undefined;
|
|
2183
|
+
sdk?: undefined;
|
|
2140
2184
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2141
2185
|
} | {
|
|
2142
2186
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
2143
2187
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2144
2188
|
graphql?: undefined;
|
|
2189
|
+
sdk?: undefined;
|
|
2145
2190
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2146
2191
|
} | {
|
|
2147
2192
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
2148
2193
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2149
2194
|
graphql?: undefined;
|
|
2195
|
+
sdk?: undefined;
|
|
2150
2196
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2151
2197
|
} | {
|
|
2152
2198
|
groups: ({
|
|
@@ -2164,6 +2210,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2164
2210
|
boost?: number | undefined;
|
|
2165
2211
|
hidden?: boolean | undefined;
|
|
2166
2212
|
graphql?: undefined;
|
|
2213
|
+
sdk?: undefined;
|
|
2167
2214
|
root?: string | undefined;
|
|
2168
2215
|
} & {
|
|
2169
2216
|
openapi?: string | string[] | {
|
|
@@ -2179,6 +2226,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2179
2226
|
})[];
|
|
2180
2227
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2181
2228
|
graphql?: undefined;
|
|
2229
|
+
sdk?: undefined;
|
|
2182
2230
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2183
2231
|
} | {
|
|
2184
2232
|
pages: (string | ({
|
|
@@ -2196,6 +2244,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2196
2244
|
boost?: number | undefined;
|
|
2197
2245
|
hidden?: boolean | undefined;
|
|
2198
2246
|
graphql?: undefined;
|
|
2247
|
+
sdk?: undefined;
|
|
2199
2248
|
root?: string | undefined;
|
|
2200
2249
|
} & {
|
|
2201
2250
|
openapi?: string | string[] | {
|
|
@@ -2211,6 +2260,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2211
2260
|
}))[];
|
|
2212
2261
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2213
2262
|
graphql?: undefined;
|
|
2263
|
+
sdk?: undefined;
|
|
2214
2264
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2215
2265
|
};
|
|
2216
2266
|
background?: {
|
|
@@ -2524,31 +2574,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2524
2574
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
2525
2575
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2526
2576
|
graphql?: undefined;
|
|
2577
|
+
sdk?: undefined;
|
|
2527
2578
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2528
2579
|
} | {
|
|
2529
2580
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
2530
2581
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2531
2582
|
graphql?: undefined;
|
|
2583
|
+
sdk?: undefined;
|
|
2532
2584
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2533
2585
|
} | {
|
|
2534
2586
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
2535
2587
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2536
2588
|
graphql?: undefined;
|
|
2589
|
+
sdk?: undefined;
|
|
2537
2590
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2538
2591
|
} | {
|
|
2539
2592
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
2540
2593
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2541
2594
|
graphql?: undefined;
|
|
2595
|
+
sdk?: undefined;
|
|
2542
2596
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2543
2597
|
} | {
|
|
2544
2598
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
2545
2599
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2546
2600
|
graphql?: undefined;
|
|
2601
|
+
sdk?: undefined;
|
|
2547
2602
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2548
2603
|
} | {
|
|
2549
2604
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
2550
2605
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2551
2606
|
graphql?: undefined;
|
|
2607
|
+
sdk?: undefined;
|
|
2552
2608
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2553
2609
|
} | {
|
|
2554
2610
|
groups: ({
|
|
@@ -2566,6 +2622,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2566
2622
|
boost?: number | undefined;
|
|
2567
2623
|
hidden?: boolean | undefined;
|
|
2568
2624
|
graphql?: undefined;
|
|
2625
|
+
sdk?: undefined;
|
|
2569
2626
|
root?: string | undefined;
|
|
2570
2627
|
} & {
|
|
2571
2628
|
openapi?: string | string[] | {
|
|
@@ -2581,6 +2638,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2581
2638
|
})[];
|
|
2582
2639
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2583
2640
|
graphql?: undefined;
|
|
2641
|
+
sdk?: undefined;
|
|
2584
2642
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2585
2643
|
} | {
|
|
2586
2644
|
pages: (string | ({
|
|
@@ -2598,6 +2656,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2598
2656
|
boost?: number | undefined;
|
|
2599
2657
|
hidden?: boolean | undefined;
|
|
2600
2658
|
graphql?: undefined;
|
|
2659
|
+
sdk?: undefined;
|
|
2601
2660
|
root?: string | undefined;
|
|
2602
2661
|
} & {
|
|
2603
2662
|
openapi?: string | string[] | {
|
|
@@ -2613,6 +2672,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2613
2672
|
}))[];
|
|
2614
2673
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2615
2674
|
graphql?: undefined;
|
|
2675
|
+
sdk?: undefined;
|
|
2616
2676
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2617
2677
|
};
|
|
2618
2678
|
background?: {
|
|
@@ -2926,31 +2986,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2926
2986
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
2927
2987
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2928
2988
|
graphql?: undefined;
|
|
2989
|
+
sdk?: undefined;
|
|
2929
2990
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2930
2991
|
} | {
|
|
2931
2992
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
2932
2993
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2933
2994
|
graphql?: undefined;
|
|
2995
|
+
sdk?: undefined;
|
|
2934
2996
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2935
2997
|
} | {
|
|
2936
2998
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
2937
2999
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2938
3000
|
graphql?: undefined;
|
|
3001
|
+
sdk?: undefined;
|
|
2939
3002
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2940
3003
|
} | {
|
|
2941
3004
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
2942
3005
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2943
3006
|
graphql?: undefined;
|
|
3007
|
+
sdk?: undefined;
|
|
2944
3008
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2945
3009
|
} | {
|
|
2946
3010
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
2947
3011
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2948
3012
|
graphql?: undefined;
|
|
3013
|
+
sdk?: undefined;
|
|
2949
3014
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2950
3015
|
} | {
|
|
2951
3016
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
2952
3017
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2953
3018
|
graphql?: undefined;
|
|
3019
|
+
sdk?: undefined;
|
|
2954
3020
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2955
3021
|
} | {
|
|
2956
3022
|
groups: ({
|
|
@@ -2968,6 +3034,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2968
3034
|
boost?: number | undefined;
|
|
2969
3035
|
hidden?: boolean | undefined;
|
|
2970
3036
|
graphql?: undefined;
|
|
3037
|
+
sdk?: undefined;
|
|
2971
3038
|
root?: string | undefined;
|
|
2972
3039
|
} & {
|
|
2973
3040
|
openapi?: string | string[] | {
|
|
@@ -2983,6 +3050,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2983
3050
|
})[];
|
|
2984
3051
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
2985
3052
|
graphql?: undefined;
|
|
3053
|
+
sdk?: undefined;
|
|
2986
3054
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2987
3055
|
} | {
|
|
2988
3056
|
pages: (string | ({
|
|
@@ -3000,6 +3068,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3000
3068
|
boost?: number | undefined;
|
|
3001
3069
|
hidden?: boolean | undefined;
|
|
3002
3070
|
graphql?: undefined;
|
|
3071
|
+
sdk?: undefined;
|
|
3003
3072
|
root?: string | undefined;
|
|
3004
3073
|
} & {
|
|
3005
3074
|
openapi?: string | string[] | {
|
|
@@ -3015,6 +3084,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3015
3084
|
}))[];
|
|
3016
3085
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3017
3086
|
graphql?: undefined;
|
|
3087
|
+
sdk?: undefined;
|
|
3018
3088
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3019
3089
|
};
|
|
3020
3090
|
background?: {
|
|
@@ -3328,31 +3398,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3328
3398
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
3329
3399
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3330
3400
|
graphql?: undefined;
|
|
3401
|
+
sdk?: undefined;
|
|
3331
3402
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3332
3403
|
} | {
|
|
3333
3404
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
3334
3405
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3335
3406
|
graphql?: undefined;
|
|
3407
|
+
sdk?: undefined;
|
|
3336
3408
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3337
3409
|
} | {
|
|
3338
3410
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
3339
3411
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3340
3412
|
graphql?: undefined;
|
|
3413
|
+
sdk?: undefined;
|
|
3341
3414
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3342
3415
|
} | {
|
|
3343
3416
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
3344
3417
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3345
3418
|
graphql?: undefined;
|
|
3419
|
+
sdk?: undefined;
|
|
3346
3420
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3347
3421
|
} | {
|
|
3348
3422
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
3349
3423
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3350
3424
|
graphql?: undefined;
|
|
3425
|
+
sdk?: undefined;
|
|
3351
3426
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3352
3427
|
} | {
|
|
3353
3428
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
3354
3429
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3355
3430
|
graphql?: undefined;
|
|
3431
|
+
sdk?: undefined;
|
|
3356
3432
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3357
3433
|
} | {
|
|
3358
3434
|
groups: ({
|
|
@@ -3370,6 +3446,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3370
3446
|
boost?: number | undefined;
|
|
3371
3447
|
hidden?: boolean | undefined;
|
|
3372
3448
|
graphql?: undefined;
|
|
3449
|
+
sdk?: undefined;
|
|
3373
3450
|
root?: string | undefined;
|
|
3374
3451
|
} & {
|
|
3375
3452
|
openapi?: string | string[] | {
|
|
@@ -3385,6 +3462,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3385
3462
|
})[];
|
|
3386
3463
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3387
3464
|
graphql?: undefined;
|
|
3465
|
+
sdk?: undefined;
|
|
3388
3466
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3389
3467
|
} | {
|
|
3390
3468
|
pages: (string | ({
|
|
@@ -3402,6 +3480,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3402
3480
|
boost?: number | undefined;
|
|
3403
3481
|
hidden?: boolean | undefined;
|
|
3404
3482
|
graphql?: undefined;
|
|
3483
|
+
sdk?: undefined;
|
|
3405
3484
|
root?: string | undefined;
|
|
3406
3485
|
} & {
|
|
3407
3486
|
openapi?: string | string[] | {
|
|
@@ -3417,6 +3496,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3417
3496
|
}))[];
|
|
3418
3497
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3419
3498
|
graphql?: undefined;
|
|
3499
|
+
sdk?: undefined;
|
|
3420
3500
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3421
3501
|
};
|
|
3422
3502
|
background?: {
|
|
@@ -3730,31 +3810,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3730
3810
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
3731
3811
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3732
3812
|
graphql?: undefined;
|
|
3813
|
+
sdk?: undefined;
|
|
3733
3814
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3734
3815
|
} | {
|
|
3735
3816
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
3736
3817
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3737
3818
|
graphql?: undefined;
|
|
3819
|
+
sdk?: undefined;
|
|
3738
3820
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3739
3821
|
} | {
|
|
3740
3822
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
3741
3823
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3742
3824
|
graphql?: undefined;
|
|
3825
|
+
sdk?: undefined;
|
|
3743
3826
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3744
3827
|
} | {
|
|
3745
3828
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
3746
3829
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3747
3830
|
graphql?: undefined;
|
|
3831
|
+
sdk?: undefined;
|
|
3748
3832
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3749
3833
|
} | {
|
|
3750
3834
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
3751
3835
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3752
3836
|
graphql?: undefined;
|
|
3837
|
+
sdk?: undefined;
|
|
3753
3838
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3754
3839
|
} | {
|
|
3755
3840
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
3756
3841
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3757
3842
|
graphql?: undefined;
|
|
3843
|
+
sdk?: undefined;
|
|
3758
3844
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3759
3845
|
} | {
|
|
3760
3846
|
groups: ({
|
|
@@ -3772,6 +3858,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3772
3858
|
boost?: number | undefined;
|
|
3773
3859
|
hidden?: boolean | undefined;
|
|
3774
3860
|
graphql?: undefined;
|
|
3861
|
+
sdk?: undefined;
|
|
3775
3862
|
root?: string | undefined;
|
|
3776
3863
|
} & {
|
|
3777
3864
|
openapi?: string | string[] | {
|
|
@@ -3787,6 +3874,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3787
3874
|
})[];
|
|
3788
3875
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3789
3876
|
graphql?: undefined;
|
|
3877
|
+
sdk?: undefined;
|
|
3790
3878
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3791
3879
|
} | {
|
|
3792
3880
|
pages: (string | ({
|
|
@@ -3804,6 +3892,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3804
3892
|
boost?: number | undefined;
|
|
3805
3893
|
hidden?: boolean | undefined;
|
|
3806
3894
|
graphql?: undefined;
|
|
3895
|
+
sdk?: undefined;
|
|
3807
3896
|
root?: string | undefined;
|
|
3808
3897
|
} & {
|
|
3809
3898
|
openapi?: string | string[] | {
|
|
@@ -3819,6 +3908,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3819
3908
|
}))[];
|
|
3820
3909
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
3821
3910
|
graphql?: undefined;
|
|
3911
|
+
sdk?: undefined;
|
|
3822
3912
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
3823
3913
|
};
|
|
3824
3914
|
background?: {
|
|
@@ -4136,31 +4226,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4136
4226
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
4137
4227
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4138
4228
|
graphql?: undefined;
|
|
4229
|
+
sdk?: undefined;
|
|
4139
4230
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4140
4231
|
} | {
|
|
4141
4232
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
4142
4233
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4143
4234
|
graphql?: undefined;
|
|
4235
|
+
sdk?: undefined;
|
|
4144
4236
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4145
4237
|
} | {
|
|
4146
4238
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
4147
4239
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4148
4240
|
graphql?: undefined;
|
|
4241
|
+
sdk?: undefined;
|
|
4149
4242
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4150
4243
|
} | {
|
|
4151
4244
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
4152
4245
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4153
4246
|
graphql?: undefined;
|
|
4247
|
+
sdk?: undefined;
|
|
4154
4248
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4155
4249
|
} | {
|
|
4156
4250
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
4157
4251
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4158
4252
|
graphql?: undefined;
|
|
4253
|
+
sdk?: undefined;
|
|
4159
4254
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4160
4255
|
} | {
|
|
4161
4256
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
4162
4257
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4163
4258
|
graphql?: undefined;
|
|
4259
|
+
sdk?: undefined;
|
|
4164
4260
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4165
4261
|
} | {
|
|
4166
4262
|
groups: ({
|
|
@@ -4178,6 +4274,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4178
4274
|
boost?: number | undefined;
|
|
4179
4275
|
hidden?: boolean | undefined;
|
|
4180
4276
|
graphql?: undefined;
|
|
4277
|
+
sdk?: undefined;
|
|
4181
4278
|
root?: string | undefined;
|
|
4182
4279
|
} & {
|
|
4183
4280
|
openapi?: string | string[] | {
|
|
@@ -4193,6 +4290,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4193
4290
|
})[];
|
|
4194
4291
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4195
4292
|
graphql?: undefined;
|
|
4293
|
+
sdk?: undefined;
|
|
4196
4294
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4197
4295
|
} | {
|
|
4198
4296
|
pages: (string | ({
|
|
@@ -4210,6 +4308,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4210
4308
|
boost?: number | undefined;
|
|
4211
4309
|
hidden?: boolean | undefined;
|
|
4212
4310
|
graphql?: undefined;
|
|
4311
|
+
sdk?: undefined;
|
|
4213
4312
|
root?: string | undefined;
|
|
4214
4313
|
} & {
|
|
4215
4314
|
openapi?: string | string[] | {
|
|
@@ -4225,6 +4324,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4225
4324
|
}))[];
|
|
4226
4325
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4227
4326
|
graphql?: undefined;
|
|
4327
|
+
sdk?: undefined;
|
|
4228
4328
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4229
4329
|
};
|
|
4230
4330
|
background?: {
|
|
@@ -4538,31 +4638,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4538
4638
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
4539
4639
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4540
4640
|
graphql?: undefined;
|
|
4641
|
+
sdk?: undefined;
|
|
4541
4642
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4542
4643
|
} | {
|
|
4543
4644
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
4544
4645
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4545
4646
|
graphql?: undefined;
|
|
4647
|
+
sdk?: undefined;
|
|
4546
4648
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4547
4649
|
} | {
|
|
4548
4650
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
4549
4651
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4550
4652
|
graphql?: undefined;
|
|
4653
|
+
sdk?: undefined;
|
|
4551
4654
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4552
4655
|
} | {
|
|
4553
4656
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
4554
4657
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4555
4658
|
graphql?: undefined;
|
|
4659
|
+
sdk?: undefined;
|
|
4556
4660
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4557
4661
|
} | {
|
|
4558
4662
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
4559
4663
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4560
4664
|
graphql?: undefined;
|
|
4665
|
+
sdk?: undefined;
|
|
4561
4666
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4562
4667
|
} | {
|
|
4563
4668
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
4564
4669
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4565
4670
|
graphql?: undefined;
|
|
4671
|
+
sdk?: undefined;
|
|
4566
4672
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4567
4673
|
} | {
|
|
4568
4674
|
groups: ({
|
|
@@ -4580,6 +4686,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4580
4686
|
boost?: number | undefined;
|
|
4581
4687
|
hidden?: boolean | undefined;
|
|
4582
4688
|
graphql?: undefined;
|
|
4689
|
+
sdk?: undefined;
|
|
4583
4690
|
root?: string | undefined;
|
|
4584
4691
|
} & {
|
|
4585
4692
|
openapi?: string | string[] | {
|
|
@@ -4595,6 +4702,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4595
4702
|
})[];
|
|
4596
4703
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4597
4704
|
graphql?: undefined;
|
|
4705
|
+
sdk?: undefined;
|
|
4598
4706
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4599
4707
|
} | {
|
|
4600
4708
|
pages: (string | ({
|
|
@@ -4612,6 +4720,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4612
4720
|
boost?: number | undefined;
|
|
4613
4721
|
hidden?: boolean | undefined;
|
|
4614
4722
|
graphql?: undefined;
|
|
4723
|
+
sdk?: undefined;
|
|
4615
4724
|
root?: string | undefined;
|
|
4616
4725
|
} & {
|
|
4617
4726
|
openapi?: string | string[] | {
|
|
@@ -4627,6 +4736,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4627
4736
|
}))[];
|
|
4628
4737
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4629
4738
|
graphql?: undefined;
|
|
4739
|
+
sdk?: undefined;
|
|
4630
4740
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4631
4741
|
};
|
|
4632
4742
|
background?: {
|
|
@@ -4940,31 +5050,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4940
5050
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
4941
5051
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4942
5052
|
graphql?: undefined;
|
|
5053
|
+
sdk?: undefined;
|
|
4943
5054
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4944
5055
|
} | {
|
|
4945
5056
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
4946
5057
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4947
5058
|
graphql?: undefined;
|
|
5059
|
+
sdk?: undefined;
|
|
4948
5060
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4949
5061
|
} | {
|
|
4950
5062
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
4951
5063
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4952
5064
|
graphql?: undefined;
|
|
5065
|
+
sdk?: undefined;
|
|
4953
5066
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4954
5067
|
} | {
|
|
4955
5068
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
4956
5069
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4957
5070
|
graphql?: undefined;
|
|
5071
|
+
sdk?: undefined;
|
|
4958
5072
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4959
5073
|
} | {
|
|
4960
5074
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
4961
5075
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4962
5076
|
graphql?: undefined;
|
|
5077
|
+
sdk?: undefined;
|
|
4963
5078
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4964
5079
|
} | {
|
|
4965
5080
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
4966
5081
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4967
5082
|
graphql?: undefined;
|
|
5083
|
+
sdk?: undefined;
|
|
4968
5084
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
4969
5085
|
} | {
|
|
4970
5086
|
groups: ({
|
|
@@ -4982,6 +5098,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4982
5098
|
boost?: number | undefined;
|
|
4983
5099
|
hidden?: boolean | undefined;
|
|
4984
5100
|
graphql?: undefined;
|
|
5101
|
+
sdk?: undefined;
|
|
4985
5102
|
root?: string | undefined;
|
|
4986
5103
|
} & {
|
|
4987
5104
|
openapi?: string | string[] | {
|
|
@@ -4997,6 +5114,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4997
5114
|
})[];
|
|
4998
5115
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
4999
5116
|
graphql?: undefined;
|
|
5117
|
+
sdk?: undefined;
|
|
5000
5118
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5001
5119
|
} | {
|
|
5002
5120
|
pages: (string | ({
|
|
@@ -5014,6 +5132,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5014
5132
|
boost?: number | undefined;
|
|
5015
5133
|
hidden?: boolean | undefined;
|
|
5016
5134
|
graphql?: undefined;
|
|
5135
|
+
sdk?: undefined;
|
|
5017
5136
|
root?: string | undefined;
|
|
5018
5137
|
} & {
|
|
5019
5138
|
openapi?: string | string[] | {
|
|
@@ -5029,6 +5148,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5029
5148
|
}))[];
|
|
5030
5149
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5031
5150
|
graphql?: undefined;
|
|
5151
|
+
sdk?: undefined;
|
|
5032
5152
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5033
5153
|
};
|
|
5034
5154
|
background?: {
|
|
@@ -5342,31 +5462,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5342
5462
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
5343
5463
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5344
5464
|
graphql?: undefined;
|
|
5465
|
+
sdk?: undefined;
|
|
5345
5466
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5346
5467
|
} | {
|
|
5347
5468
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
5348
5469
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5349
5470
|
graphql?: undefined;
|
|
5471
|
+
sdk?: undefined;
|
|
5350
5472
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5351
5473
|
} | {
|
|
5352
5474
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
5353
5475
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5354
5476
|
graphql?: undefined;
|
|
5477
|
+
sdk?: undefined;
|
|
5355
5478
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5356
5479
|
} | {
|
|
5357
5480
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
5358
5481
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5359
5482
|
graphql?: undefined;
|
|
5483
|
+
sdk?: undefined;
|
|
5360
5484
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5361
5485
|
} | {
|
|
5362
5486
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
5363
5487
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5364
5488
|
graphql?: undefined;
|
|
5489
|
+
sdk?: undefined;
|
|
5365
5490
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5366
5491
|
} | {
|
|
5367
5492
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
5368
5493
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5369
5494
|
graphql?: undefined;
|
|
5495
|
+
sdk?: undefined;
|
|
5370
5496
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5371
5497
|
} | {
|
|
5372
5498
|
groups: ({
|
|
@@ -5384,6 +5510,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5384
5510
|
boost?: number | undefined;
|
|
5385
5511
|
hidden?: boolean | undefined;
|
|
5386
5512
|
graphql?: undefined;
|
|
5513
|
+
sdk?: undefined;
|
|
5387
5514
|
root?: string | undefined;
|
|
5388
5515
|
} & {
|
|
5389
5516
|
openapi?: string | string[] | {
|
|
@@ -5399,6 +5526,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5399
5526
|
})[];
|
|
5400
5527
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5401
5528
|
graphql?: undefined;
|
|
5529
|
+
sdk?: undefined;
|
|
5402
5530
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5403
5531
|
} | {
|
|
5404
5532
|
pages: (string | ({
|
|
@@ -5416,6 +5544,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5416
5544
|
boost?: number | undefined;
|
|
5417
5545
|
hidden?: boolean | undefined;
|
|
5418
5546
|
graphql?: undefined;
|
|
5547
|
+
sdk?: undefined;
|
|
5419
5548
|
root?: string | undefined;
|
|
5420
5549
|
} & {
|
|
5421
5550
|
openapi?: string | string[] | {
|
|
@@ -5431,6 +5560,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5431
5560
|
}))[];
|
|
5432
5561
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5433
5562
|
graphql?: undefined;
|
|
5563
|
+
sdk?: undefined;
|
|
5434
5564
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5435
5565
|
};
|
|
5436
5566
|
background?: {
|
|
@@ -5744,31 +5874,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5744
5874
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
5745
5875
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5746
5876
|
graphql?: undefined;
|
|
5877
|
+
sdk?: undefined;
|
|
5747
5878
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5748
5879
|
} | {
|
|
5749
5880
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
5750
5881
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5751
5882
|
graphql?: undefined;
|
|
5883
|
+
sdk?: undefined;
|
|
5752
5884
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5753
5885
|
} | {
|
|
5754
5886
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
5755
5887
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5756
5888
|
graphql?: undefined;
|
|
5889
|
+
sdk?: undefined;
|
|
5757
5890
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5758
5891
|
} | {
|
|
5759
5892
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
5760
5893
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5761
5894
|
graphql?: undefined;
|
|
5895
|
+
sdk?: undefined;
|
|
5762
5896
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5763
5897
|
} | {
|
|
5764
5898
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
5765
5899
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5766
5900
|
graphql?: undefined;
|
|
5901
|
+
sdk?: undefined;
|
|
5767
5902
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5768
5903
|
} | {
|
|
5769
5904
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
5770
5905
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5771
5906
|
graphql?: undefined;
|
|
5907
|
+
sdk?: undefined;
|
|
5772
5908
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5773
5909
|
} | {
|
|
5774
5910
|
groups: ({
|
|
@@ -5786,6 +5922,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5786
5922
|
boost?: number | undefined;
|
|
5787
5923
|
hidden?: boolean | undefined;
|
|
5788
5924
|
graphql?: undefined;
|
|
5925
|
+
sdk?: undefined;
|
|
5789
5926
|
root?: string | undefined;
|
|
5790
5927
|
} & {
|
|
5791
5928
|
openapi?: string | string[] | {
|
|
@@ -5801,6 +5938,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5801
5938
|
})[];
|
|
5802
5939
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5803
5940
|
graphql?: undefined;
|
|
5941
|
+
sdk?: undefined;
|
|
5804
5942
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5805
5943
|
} | {
|
|
5806
5944
|
pages: (string | ({
|
|
@@ -5818,6 +5956,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5818
5956
|
boost?: number | undefined;
|
|
5819
5957
|
hidden?: boolean | undefined;
|
|
5820
5958
|
graphql?: undefined;
|
|
5959
|
+
sdk?: undefined;
|
|
5821
5960
|
root?: string | undefined;
|
|
5822
5961
|
} & {
|
|
5823
5962
|
openapi?: string | string[] | {
|
|
@@ -5833,6 +5972,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5833
5972
|
}))[];
|
|
5834
5973
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
5835
5974
|
graphql?: undefined;
|
|
5975
|
+
sdk?: undefined;
|
|
5836
5976
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
5837
5977
|
};
|
|
5838
5978
|
background?: {
|
|
@@ -6146,31 +6286,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6146
6286
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
6147
6287
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6148
6288
|
graphql?: undefined;
|
|
6289
|
+
sdk?: undefined;
|
|
6149
6290
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6150
6291
|
} | {
|
|
6151
6292
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
6152
6293
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6153
6294
|
graphql?: undefined;
|
|
6295
|
+
sdk?: undefined;
|
|
6154
6296
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6155
6297
|
} | {
|
|
6156
6298
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
6157
6299
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6158
6300
|
graphql?: undefined;
|
|
6301
|
+
sdk?: undefined;
|
|
6159
6302
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6160
6303
|
} | {
|
|
6161
6304
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
6162
6305
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6163
6306
|
graphql?: undefined;
|
|
6307
|
+
sdk?: undefined;
|
|
6164
6308
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6165
6309
|
} | {
|
|
6166
6310
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
6167
6311
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6168
6312
|
graphql?: undefined;
|
|
6313
|
+
sdk?: undefined;
|
|
6169
6314
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6170
6315
|
} | {
|
|
6171
6316
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
6172
6317
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6173
6318
|
graphql?: undefined;
|
|
6319
|
+
sdk?: undefined;
|
|
6174
6320
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6175
6321
|
} | {
|
|
6176
6322
|
groups: ({
|
|
@@ -6188,6 +6334,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6188
6334
|
boost?: number | undefined;
|
|
6189
6335
|
hidden?: boolean | undefined;
|
|
6190
6336
|
graphql?: undefined;
|
|
6337
|
+
sdk?: undefined;
|
|
6191
6338
|
root?: string | undefined;
|
|
6192
6339
|
} & {
|
|
6193
6340
|
openapi?: string | string[] | {
|
|
@@ -6203,6 +6350,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6203
6350
|
})[];
|
|
6204
6351
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6205
6352
|
graphql?: undefined;
|
|
6353
|
+
sdk?: undefined;
|
|
6206
6354
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6207
6355
|
} | {
|
|
6208
6356
|
pages: (string | ({
|
|
@@ -6220,6 +6368,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6220
6368
|
boost?: number | undefined;
|
|
6221
6369
|
hidden?: boolean | undefined;
|
|
6222
6370
|
graphql?: undefined;
|
|
6371
|
+
sdk?: undefined;
|
|
6223
6372
|
root?: string | undefined;
|
|
6224
6373
|
} & {
|
|
6225
6374
|
openapi?: string | string[] | {
|
|
@@ -6235,6 +6384,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6235
6384
|
}))[];
|
|
6236
6385
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6237
6386
|
graphql?: undefined;
|
|
6387
|
+
sdk?: undefined;
|
|
6238
6388
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6239
6389
|
};
|
|
6240
6390
|
background?: {
|
|
@@ -6548,31 +6698,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6548
6698
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
6549
6699
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6550
6700
|
graphql?: undefined;
|
|
6701
|
+
sdk?: undefined;
|
|
6551
6702
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6552
6703
|
} | {
|
|
6553
6704
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
6554
6705
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6555
6706
|
graphql?: undefined;
|
|
6707
|
+
sdk?: undefined;
|
|
6556
6708
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6557
6709
|
} | {
|
|
6558
6710
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
6559
6711
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6560
6712
|
graphql?: undefined;
|
|
6713
|
+
sdk?: undefined;
|
|
6561
6714
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6562
6715
|
} | {
|
|
6563
6716
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
6564
6717
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6565
6718
|
graphql?: undefined;
|
|
6719
|
+
sdk?: undefined;
|
|
6566
6720
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6567
6721
|
} | {
|
|
6568
6722
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
6569
6723
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6570
6724
|
graphql?: undefined;
|
|
6725
|
+
sdk?: undefined;
|
|
6571
6726
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6572
6727
|
} | {
|
|
6573
6728
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
6574
6729
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6575
6730
|
graphql?: undefined;
|
|
6731
|
+
sdk?: undefined;
|
|
6576
6732
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6577
6733
|
} | {
|
|
6578
6734
|
groups: ({
|
|
@@ -6590,6 +6746,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6590
6746
|
boost?: number | undefined;
|
|
6591
6747
|
hidden?: boolean | undefined;
|
|
6592
6748
|
graphql?: undefined;
|
|
6749
|
+
sdk?: undefined;
|
|
6593
6750
|
root?: string | undefined;
|
|
6594
6751
|
} & {
|
|
6595
6752
|
openapi?: string | string[] | {
|
|
@@ -6605,6 +6762,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6605
6762
|
})[];
|
|
6606
6763
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6607
6764
|
graphql?: undefined;
|
|
6765
|
+
sdk?: undefined;
|
|
6608
6766
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6609
6767
|
} | {
|
|
6610
6768
|
pages: (string | ({
|
|
@@ -6622,6 +6780,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6622
6780
|
boost?: number | undefined;
|
|
6623
6781
|
hidden?: boolean | undefined;
|
|
6624
6782
|
graphql?: undefined;
|
|
6783
|
+
sdk?: undefined;
|
|
6625
6784
|
root?: string | undefined;
|
|
6626
6785
|
} & {
|
|
6627
6786
|
openapi?: string | string[] | {
|
|
@@ -6637,6 +6796,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6637
6796
|
}))[];
|
|
6638
6797
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6639
6798
|
graphql?: undefined;
|
|
6799
|
+
sdk?: undefined;
|
|
6640
6800
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6641
6801
|
};
|
|
6642
6802
|
background?: {
|
|
@@ -6950,31 +7110,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6950
7110
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
6951
7111
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6952
7112
|
graphql?: undefined;
|
|
7113
|
+
sdk?: undefined;
|
|
6953
7114
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6954
7115
|
} | {
|
|
6955
7116
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
6956
7117
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6957
7118
|
graphql?: undefined;
|
|
7119
|
+
sdk?: undefined;
|
|
6958
7120
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6959
7121
|
} | {
|
|
6960
7122
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
6961
7123
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6962
7124
|
graphql?: undefined;
|
|
7125
|
+
sdk?: undefined;
|
|
6963
7126
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6964
7127
|
} | {
|
|
6965
7128
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
6966
7129
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6967
7130
|
graphql?: undefined;
|
|
7131
|
+
sdk?: undefined;
|
|
6968
7132
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6969
7133
|
} | {
|
|
6970
7134
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
6971
7135
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6972
7136
|
graphql?: undefined;
|
|
7137
|
+
sdk?: undefined;
|
|
6973
7138
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6974
7139
|
} | {
|
|
6975
7140
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
6976
7141
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
6977
7142
|
graphql?: undefined;
|
|
7143
|
+
sdk?: undefined;
|
|
6978
7144
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
6979
7145
|
} | {
|
|
6980
7146
|
groups: ({
|
|
@@ -6992,6 +7158,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6992
7158
|
boost?: number | undefined;
|
|
6993
7159
|
hidden?: boolean | undefined;
|
|
6994
7160
|
graphql?: undefined;
|
|
7161
|
+
sdk?: undefined;
|
|
6995
7162
|
root?: string | undefined;
|
|
6996
7163
|
} & {
|
|
6997
7164
|
openapi?: string | string[] | {
|
|
@@ -7007,6 +7174,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
7007
7174
|
})[];
|
|
7008
7175
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7009
7176
|
graphql?: undefined;
|
|
7177
|
+
sdk?: undefined;
|
|
7010
7178
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7011
7179
|
} | {
|
|
7012
7180
|
pages: (string | ({
|
|
@@ -7024,6 +7192,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
7024
7192
|
boost?: number | undefined;
|
|
7025
7193
|
hidden?: boolean | undefined;
|
|
7026
7194
|
graphql?: undefined;
|
|
7195
|
+
sdk?: undefined;
|
|
7027
7196
|
root?: string | undefined;
|
|
7028
7197
|
} & {
|
|
7029
7198
|
openapi?: string | string[] | {
|
|
@@ -7039,6 +7208,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
7039
7208
|
}))[];
|
|
7040
7209
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7041
7210
|
graphql?: undefined;
|
|
7211
|
+
sdk?: undefined;
|
|
7042
7212
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7043
7213
|
};
|
|
7044
7214
|
background?: {
|
|
@@ -7352,31 +7522,37 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
7352
7522
|
products: import("./schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
7353
7523
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7354
7524
|
graphql?: undefined;
|
|
7525
|
+
sdk?: undefined;
|
|
7355
7526
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7356
7527
|
} | {
|
|
7357
7528
|
languages: import("./schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
7358
7529
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7359
7530
|
graphql?: undefined;
|
|
7531
|
+
sdk?: undefined;
|
|
7360
7532
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7361
7533
|
} | {
|
|
7362
7534
|
versions: import("./schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
7363
7535
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7364
7536
|
graphql?: undefined;
|
|
7537
|
+
sdk?: undefined;
|
|
7365
7538
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7366
7539
|
} | {
|
|
7367
7540
|
tabs: import("./schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
7368
7541
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7369
7542
|
graphql?: undefined;
|
|
7543
|
+
sdk?: undefined;
|
|
7370
7544
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7371
7545
|
} | {
|
|
7372
7546
|
dropdowns: import("./schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
7373
7547
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7374
7548
|
graphql?: undefined;
|
|
7549
|
+
sdk?: undefined;
|
|
7375
7550
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7376
7551
|
} | {
|
|
7377
7552
|
anchors: import("./schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
7378
7553
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7379
7554
|
graphql?: undefined;
|
|
7555
|
+
sdk?: undefined;
|
|
7380
7556
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7381
7557
|
} | {
|
|
7382
7558
|
groups: ({
|
|
@@ -7394,6 +7570,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
7394
7570
|
boost?: number | undefined;
|
|
7395
7571
|
hidden?: boolean | undefined;
|
|
7396
7572
|
graphql?: undefined;
|
|
7573
|
+
sdk?: undefined;
|
|
7397
7574
|
root?: string | undefined;
|
|
7398
7575
|
} & {
|
|
7399
7576
|
openapi?: string | string[] | {
|
|
@@ -7409,6 +7586,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
7409
7586
|
})[];
|
|
7410
7587
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7411
7588
|
graphql?: undefined;
|
|
7589
|
+
sdk?: undefined;
|
|
7412
7590
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7413
7591
|
} | {
|
|
7414
7592
|
pages: (string | ({
|
|
@@ -7426,6 +7604,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
7426
7604
|
boost?: number | undefined;
|
|
7427
7605
|
hidden?: boolean | undefined;
|
|
7428
7606
|
graphql?: undefined;
|
|
7607
|
+
sdk?: undefined;
|
|
7429
7608
|
root?: string | undefined;
|
|
7430
7609
|
} & {
|
|
7431
7610
|
openapi?: string | string[] | {
|
|
@@ -7441,6 +7620,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
7441
7620
|
}))[];
|
|
7442
7621
|
directory?: "none" | "card" | "accordion" | undefined;
|
|
7443
7622
|
graphql?: undefined;
|
|
7623
|
+
sdk?: undefined;
|
|
7444
7624
|
global?: import("./schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
7445
7625
|
};
|
|
7446
7626
|
background?: {
|