@docusaurus/plugin-content-docs 0.0.0-4246 → 0.0.0-4251
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/lib/.tsbuildinfo +1 -1
- package/lib/docs.js +8 -17
- package/lib/options.js +3 -7
- package/lib/types.d.ts +0 -2
- package/package.json +15 -15
- package/src/__tests__/__fixtures__/simple-site/docs/hello.md +1 -0
- package/src/__tests__/__fixtures__/site-with-doc-label/docs/hello-1.md +1 -0
- package/src/__tests__/__fixtures__/versioned-site/docs/hello.md +3 -0
- package/src/__tests__/__fixtures__/versioned-site/i18n/en/docusaurus-plugin-content-docs/version-1.0.0/hello.md +3 -0
- package/src/__tests__/__fixtures__/versioned-site/i18n/fr/docusaurus-plugin-content-docs/version-1.0.0/hello.md +3 -0
- package/src/__tests__/__fixtures__/versioned-site/versioned_docs/version-1.0.0/hello.md +3 -0
- package/src/__tests__/__fixtures__/versioned-site/versioned_docs/version-1.0.1/hello.md +3 -0
- package/src/__tests__/__snapshots__/docs.test.ts.snap +2 -2
- package/src/__tests__/__snapshots__/index.test.ts.snap +11 -39
- package/src/__tests__/__snapshots__/translations.test.ts.snap +0 -15
- package/src/__tests__/docs.test.ts +42 -141
- package/src/__tests__/index.test.ts +7 -33
- package/src/__tests__/options.test.ts +0 -1
- package/src/__tests__/translations.test.ts +0 -1
- package/src/docs.ts +8 -20
- package/src/options.ts +5 -12
- package/src/types.ts +0 -2
|
@@ -25,7 +25,7 @@ Array [
|
|
|
25
25
|
Array [
|
|
26
26
|
undefined,
|
|
27
27
|
Object {
|
|
28
|
-
"permalink": "/docs/
|
|
28
|
+
"permalink": "/docs/",
|
|
29
29
|
"title": "Hello sidebar_label",
|
|
30
30
|
},
|
|
31
31
|
],
|
|
@@ -41,7 +41,7 @@ Array [
|
|
|
41
41
|
],
|
|
42
42
|
Array [
|
|
43
43
|
Object {
|
|
44
|
-
"permalink": "/docs/
|
|
44
|
+
"permalink": "/docs/",
|
|
45
45
|
"title": "Hello sidebar_label",
|
|
46
46
|
},
|
|
47
47
|
Object {
|
|
@@ -202,7 +202,6 @@ Object {
|
|
|
202
202
|
"site-docs-foo-bar-md-8c2.json": "{
|
|
203
203
|
\\"unversionedId\\": \\"foo/bar\\",
|
|
204
204
|
\\"id\\": \\"foo/bar\\",
|
|
205
|
-
\\"isDocsHomePage\\": false,
|
|
206
205
|
\\"title\\": \\"Bar\\",
|
|
207
206
|
\\"description\\": \\"This is custom description\\",
|
|
208
207
|
\\"source\\": \\"@site/docs/foo/bar.md\\",
|
|
@@ -225,7 +224,6 @@ Object {
|
|
|
225
224
|
"site-docs-foo-baz-md-a69.json": "{
|
|
226
225
|
\\"unversionedId\\": \\"foo/baz\\",
|
|
227
226
|
\\"id\\": \\"foo/baz\\",
|
|
228
|
-
\\"isDocsHomePage\\": false,
|
|
229
227
|
\\"title\\": \\"baz\\",
|
|
230
228
|
\\"description\\": \\"Images\\",
|
|
231
229
|
\\"source\\": \\"@site/docs/foo/baz.md\\",
|
|
@@ -270,7 +268,6 @@ Object {
|
|
|
270
268
|
"site-docs-heading-as-title-md-c6d.json": "{
|
|
271
269
|
\\"unversionedId\\": \\"headingAsTitle\\",
|
|
272
270
|
\\"id\\": \\"headingAsTitle\\",
|
|
273
|
-
\\"isDocsHomePage\\": false,
|
|
274
271
|
\\"title\\": \\"My heading as title\\",
|
|
275
272
|
\\"description\\": \\"\\",
|
|
276
273
|
\\"source\\": \\"@site/docs/headingAsTitle.md\\",
|
|
@@ -293,7 +290,6 @@ Object {
|
|
|
293
290
|
"site-docs-hello-md-9df.json": "{
|
|
294
291
|
\\"unversionedId\\": \\"hello\\",
|
|
295
292
|
\\"id\\": \\"hello\\",
|
|
296
|
-
\\"isDocsHomePage\\": true,
|
|
297
293
|
\\"title\\": \\"Hello, World !\\",
|
|
298
294
|
\\"description\\": \\"Hi, Endilie here :)\\",
|
|
299
295
|
\\"source\\": \\"@site/docs/hello.md\\",
|
|
@@ -318,7 +314,8 @@ Object {
|
|
|
318
314
|
\\"tags\\": [
|
|
319
315
|
\\"tag-1\\",
|
|
320
316
|
\\"tag 3\\"
|
|
321
|
-
]
|
|
317
|
+
],
|
|
318
|
+
\\"slug\\": \\"/\\"
|
|
322
319
|
},
|
|
323
320
|
\\"sidebar\\": \\"docs\\",
|
|
324
321
|
\\"previous\\": {
|
|
@@ -329,7 +326,6 @@ Object {
|
|
|
329
326
|
"site-docs-ipsum-md-c61.json": "{
|
|
330
327
|
\\"unversionedId\\": \\"ipsum\\",
|
|
331
328
|
\\"id\\": \\"ipsum\\",
|
|
332
|
-
\\"isDocsHomePage\\": false,
|
|
333
329
|
\\"title\\": \\"ipsum\\",
|
|
334
330
|
\\"description\\": \\"Lorem ipsum.\\",
|
|
335
331
|
\\"source\\": \\"@site/docs/ipsum.md\\",
|
|
@@ -346,7 +342,6 @@ Object {
|
|
|
346
342
|
"site-docs-lorem-md-b27.json": "{
|
|
347
343
|
\\"unversionedId\\": \\"lorem\\",
|
|
348
344
|
\\"id\\": \\"lorem\\",
|
|
349
|
-
\\"isDocsHomePage\\": false,
|
|
350
345
|
\\"title\\": \\"lorem\\",
|
|
351
346
|
\\"description\\": \\"Lorem ipsum.\\",
|
|
352
347
|
\\"source\\": \\"@site/docs/lorem.md\\",
|
|
@@ -364,7 +359,6 @@ Object {
|
|
|
364
359
|
"site-docs-root-absolute-slug-md-db5.json": "{
|
|
365
360
|
\\"unversionedId\\": \\"rootAbsoluteSlug\\",
|
|
366
361
|
\\"id\\": \\"rootAbsoluteSlug\\",
|
|
367
|
-
\\"isDocsHomePage\\": false,
|
|
368
362
|
\\"title\\": \\"rootAbsoluteSlug\\",
|
|
369
363
|
\\"description\\": \\"Lorem\\",
|
|
370
364
|
\\"source\\": \\"@site/docs/rootAbsoluteSlug.md\\",
|
|
@@ -391,7 +385,6 @@ Object {
|
|
|
391
385
|
"site-docs-root-relative-slug-md-3dd.json": "{
|
|
392
386
|
\\"unversionedId\\": \\"rootRelativeSlug\\",
|
|
393
387
|
\\"id\\": \\"rootRelativeSlug\\",
|
|
394
|
-
\\"isDocsHomePage\\": false,
|
|
395
388
|
\\"title\\": \\"rootRelativeSlug\\",
|
|
396
389
|
\\"description\\": \\"Lorem\\",
|
|
397
390
|
\\"source\\": \\"@site/docs/rootRelativeSlug.md\\",
|
|
@@ -418,7 +411,6 @@ Object {
|
|
|
418
411
|
"site-docs-root-resolved-slug-md-4d1.json": "{
|
|
419
412
|
\\"unversionedId\\": \\"rootResolvedSlug\\",
|
|
420
413
|
\\"id\\": \\"rootResolvedSlug\\",
|
|
421
|
-
\\"isDocsHomePage\\": false,
|
|
422
414
|
\\"title\\": \\"rootResolvedSlug\\",
|
|
423
415
|
\\"description\\": \\"Lorem\\",
|
|
424
416
|
\\"source\\": \\"@site/docs/rootResolvedSlug.md\\",
|
|
@@ -445,7 +437,6 @@ Object {
|
|
|
445
437
|
"site-docs-root-try-to-escape-slug-md-9ee.json": "{
|
|
446
438
|
\\"unversionedId\\": \\"rootTryToEscapeSlug\\",
|
|
447
439
|
\\"id\\": \\"rootTryToEscapeSlug\\",
|
|
448
|
-
\\"isDocsHomePage\\": false,
|
|
449
440
|
\\"title\\": \\"rootTryToEscapeSlug\\",
|
|
450
441
|
\\"description\\": \\"Lorem\\",
|
|
451
442
|
\\"source\\": \\"@site/docs/rootTryToEscapeSlug.md\\",
|
|
@@ -472,7 +463,6 @@ Object {
|
|
|
472
463
|
"site-docs-slugs-absolute-slug-md-4e8.json": "{
|
|
473
464
|
\\"unversionedId\\": \\"slugs/absoluteSlug\\",
|
|
474
465
|
\\"id\\": \\"slugs/absoluteSlug\\",
|
|
475
|
-
\\"isDocsHomePage\\": false,
|
|
476
466
|
\\"title\\": \\"absoluteSlug\\",
|
|
477
467
|
\\"description\\": \\"Lorem\\",
|
|
478
468
|
\\"source\\": \\"@site/docs/slugs/absoluteSlug.md\\",
|
|
@@ -488,7 +478,6 @@ Object {
|
|
|
488
478
|
"site-docs-slugs-relative-slug-md-d1c.json": "{
|
|
489
479
|
\\"unversionedId\\": \\"slugs/relativeSlug\\",
|
|
490
480
|
\\"id\\": \\"slugs/relativeSlug\\",
|
|
491
|
-
\\"isDocsHomePage\\": false,
|
|
492
481
|
\\"title\\": \\"relativeSlug\\",
|
|
493
482
|
\\"description\\": \\"Lorem\\",
|
|
494
483
|
\\"source\\": \\"@site/docs/slugs/relativeSlug.md\\",
|
|
@@ -504,7 +493,6 @@ Object {
|
|
|
504
493
|
"site-docs-slugs-resolved-slug-md-02b.json": "{
|
|
505
494
|
\\"unversionedId\\": \\"slugs/resolvedSlug\\",
|
|
506
495
|
\\"id\\": \\"slugs/resolvedSlug\\",
|
|
507
|
-
\\"isDocsHomePage\\": false,
|
|
508
496
|
\\"title\\": \\"resolvedSlug\\",
|
|
509
497
|
\\"description\\": \\"Lorem\\",
|
|
510
498
|
\\"source\\": \\"@site/docs/slugs/resolvedSlug.md\\",
|
|
@@ -520,7 +508,6 @@ Object {
|
|
|
520
508
|
"site-docs-slugs-try-to-escape-slug-md-70d.json": "{
|
|
521
509
|
\\"unversionedId\\": \\"slugs/tryToEscapeSlug\\",
|
|
522
510
|
\\"id\\": \\"slugs/tryToEscapeSlug\\",
|
|
523
|
-
\\"isDocsHomePage\\": false,
|
|
524
511
|
\\"title\\": \\"tryToEscapeSlug\\",
|
|
525
512
|
\\"description\\": \\"Lorem\\",
|
|
526
513
|
\\"source\\": \\"@site/docs/slugs/tryToEscapeSlug.md\\",
|
|
@@ -1216,7 +1203,6 @@ Object {
|
|
|
1216
1203
|
"site-community-versioned-docs-version-1-0-0-team-md-359.json": "{
|
|
1217
1204
|
\\"unversionedId\\": \\"team\\",
|
|
1218
1205
|
\\"id\\": \\"version-1.0.0/team\\",
|
|
1219
|
-
\\"isDocsHomePage\\": false,
|
|
1220
1206
|
\\"title\\": \\"team\\",
|
|
1221
1207
|
\\"description\\": \\"Team 1.0.0\\",
|
|
1222
1208
|
\\"source\\": \\"@site/community_versioned_docs/version-1.0.0/team.md\\",
|
|
@@ -1231,7 +1217,6 @@ Object {
|
|
|
1231
1217
|
"site-i-18-n-en-docusaurus-plugin-content-docs-community-current-team-md-7e5.json": "{
|
|
1232
1218
|
\\"unversionedId\\": \\"team\\",
|
|
1233
1219
|
\\"id\\": \\"team\\",
|
|
1234
|
-
\\"isDocsHomePage\\": false,
|
|
1235
1220
|
\\"title\\": \\"Team title translated\\",
|
|
1236
1221
|
\\"description\\": \\"Team current version (translated)\\",
|
|
1237
1222
|
\\"source\\": \\"@site/i18n/en/docusaurus-plugin-content-docs-community/current/team.md\\",
|
|
@@ -1495,7 +1480,6 @@ Object {
|
|
|
1495
1480
|
"site-docs-foo-bar-md-8c2.json": "{
|
|
1496
1481
|
\\"unversionedId\\": \\"foo/bar\\",
|
|
1497
1482
|
\\"id\\": \\"foo/bar\\",
|
|
1498
|
-
\\"isDocsHomePage\\": false,
|
|
1499
1483
|
\\"title\\": \\"bar\\",
|
|
1500
1484
|
\\"description\\": \\"This is next version of bar.\\",
|
|
1501
1485
|
\\"source\\": \\"@site/docs/foo/bar.md\\",
|
|
@@ -1537,7 +1521,6 @@ Object {
|
|
|
1537
1521
|
"site-docs-hello-md-9df.json": "{
|
|
1538
1522
|
\\"unversionedId\\": \\"hello\\",
|
|
1539
1523
|
\\"id\\": \\"hello\\",
|
|
1540
|
-
\\"isDocsHomePage\\": true,
|
|
1541
1524
|
\\"title\\": \\"hello\\",
|
|
1542
1525
|
\\"description\\": \\"Hello next !\\",
|
|
1543
1526
|
\\"source\\": \\"@site/docs/hello.md\\",
|
|
@@ -1546,7 +1529,9 @@ Object {
|
|
|
1546
1529
|
\\"permalink\\": \\"/docs/next/\\",
|
|
1547
1530
|
\\"tags\\": [],
|
|
1548
1531
|
\\"version\\": \\"current\\",
|
|
1549
|
-
\\"frontMatter\\": {
|
|
1532
|
+
\\"frontMatter\\": {
|
|
1533
|
+
\\"slug\\": \\"/\\"
|
|
1534
|
+
},
|
|
1550
1535
|
\\"sidebar\\": \\"docs\\",
|
|
1551
1536
|
\\"previous\\": {
|
|
1552
1537
|
\\"title\\": \\"bar\\",
|
|
@@ -1556,7 +1541,6 @@ Object {
|
|
|
1556
1541
|
"site-docs-slugs-absolute-slug-md-4e8.json": "{
|
|
1557
1542
|
\\"unversionedId\\": \\"slugs/absoluteSlug\\",
|
|
1558
1543
|
\\"id\\": \\"slugs/absoluteSlug\\",
|
|
1559
|
-
\\"isDocsHomePage\\": false,
|
|
1560
1544
|
\\"title\\": \\"absoluteSlug\\",
|
|
1561
1545
|
\\"description\\": \\"Lorem\\",
|
|
1562
1546
|
\\"source\\": \\"@site/docs/slugs/absoluteSlug.md\\",
|
|
@@ -1572,7 +1556,6 @@ Object {
|
|
|
1572
1556
|
"site-docs-slugs-relative-slug-md-d1c.json": "{
|
|
1573
1557
|
\\"unversionedId\\": \\"slugs/relativeSlug\\",
|
|
1574
1558
|
\\"id\\": \\"slugs/relativeSlug\\",
|
|
1575
|
-
\\"isDocsHomePage\\": false,
|
|
1576
1559
|
\\"title\\": \\"relativeSlug\\",
|
|
1577
1560
|
\\"description\\": \\"Lorem\\",
|
|
1578
1561
|
\\"source\\": \\"@site/docs/slugs/relativeSlug.md\\",
|
|
@@ -1588,7 +1571,6 @@ Object {
|
|
|
1588
1571
|
"site-docs-slugs-resolved-slug-md-02b.json": "{
|
|
1589
1572
|
\\"unversionedId\\": \\"slugs/resolvedSlug\\",
|
|
1590
1573
|
\\"id\\": \\"slugs/resolvedSlug\\",
|
|
1591
|
-
\\"isDocsHomePage\\": false,
|
|
1592
1574
|
\\"title\\": \\"resolvedSlug\\",
|
|
1593
1575
|
\\"description\\": \\"Lorem\\",
|
|
1594
1576
|
\\"source\\": \\"@site/docs/slugs/resolvedSlug.md\\",
|
|
@@ -1604,7 +1586,6 @@ Object {
|
|
|
1604
1586
|
"site-docs-slugs-try-to-escape-slug-md-70d.json": "{
|
|
1605
1587
|
\\"unversionedId\\": \\"slugs/tryToEscapeSlug\\",
|
|
1606
1588
|
\\"id\\": \\"slugs/tryToEscapeSlug\\",
|
|
1607
|
-
\\"isDocsHomePage\\": false,
|
|
1608
1589
|
\\"title\\": \\"tryToEscapeSlug\\",
|
|
1609
1590
|
\\"description\\": \\"Lorem\\",
|
|
1610
1591
|
\\"source\\": \\"@site/docs/slugs/tryToEscapeSlug.md\\",
|
|
@@ -1620,7 +1601,6 @@ Object {
|
|
|
1620
1601
|
"site-i-18-n-en-docusaurus-plugin-content-docs-version-1-0-0-hello-md-fe5.json": "{
|
|
1621
1602
|
\\"unversionedId\\": \\"hello\\",
|
|
1622
1603
|
\\"id\\": \\"version-1.0.0/hello\\",
|
|
1623
|
-
\\"isDocsHomePage\\": true,
|
|
1624
1604
|
\\"title\\": \\"hello\\",
|
|
1625
1605
|
\\"description\\": \\"Hello 1.0.0 ! (translated en)\\",
|
|
1626
1606
|
\\"source\\": \\"@site/i18n/en/docusaurus-plugin-content-docs/version-1.0.0/hello.md\\",
|
|
@@ -1629,7 +1609,9 @@ Object {
|
|
|
1629
1609
|
\\"permalink\\": \\"/docs/1.0.0/\\",
|
|
1630
1610
|
\\"tags\\": [],
|
|
1631
1611
|
\\"version\\": \\"1.0.0\\",
|
|
1632
|
-
\\"frontMatter\\": {
|
|
1612
|
+
\\"frontMatter\\": {
|
|
1613
|
+
\\"slug\\": \\"/\\"
|
|
1614
|
+
},
|
|
1633
1615
|
\\"sidebar\\": \\"version-1.0.0/docs\\",
|
|
1634
1616
|
\\"previous\\": {
|
|
1635
1617
|
\\"title\\": \\"baz\\",
|
|
@@ -1639,7 +1621,6 @@ Object {
|
|
|
1639
1621
|
"site-versioned-docs-version-1-0-0-foo-bar-md-7a6.json": "{
|
|
1640
1622
|
\\"unversionedId\\": \\"foo/bar\\",
|
|
1641
1623
|
\\"id\\": \\"version-1.0.0/foo/bar\\",
|
|
1642
|
-
\\"isDocsHomePage\\": false,
|
|
1643
1624
|
\\"title\\": \\"bar\\",
|
|
1644
1625
|
\\"description\\": \\"Bar 1.0.0 !\\",
|
|
1645
1626
|
\\"source\\": \\"@site/versioned_docs/version-1.0.0/foo/bar.md\\",
|
|
@@ -1660,7 +1641,6 @@ Object {
|
|
|
1660
1641
|
"site-versioned-docs-version-1-0-0-foo-baz-md-883.json": "{
|
|
1661
1642
|
\\"unversionedId\\": \\"foo/baz\\",
|
|
1662
1643
|
\\"id\\": \\"version-1.0.0/foo/baz\\",
|
|
1663
|
-
\\"isDocsHomePage\\": false,
|
|
1664
1644
|
\\"title\\": \\"baz\\",
|
|
1665
1645
|
\\"description\\": \\"Baz 1.0.0 ! This will be deleted in next subsequent versions.\\",
|
|
1666
1646
|
\\"source\\": \\"@site/versioned_docs/version-1.0.0/foo/baz.md\\",
|
|
@@ -1683,7 +1663,6 @@ Object {
|
|
|
1683
1663
|
"site-versioned-docs-version-1-0-1-foo-bar-md-7a3.json": "{
|
|
1684
1664
|
\\"unversionedId\\": \\"foo/bar\\",
|
|
1685
1665
|
\\"id\\": \\"version-1.0.1/foo/bar\\",
|
|
1686
|
-
\\"isDocsHomePage\\": false,
|
|
1687
1666
|
\\"title\\": \\"bar\\",
|
|
1688
1667
|
\\"description\\": \\"Bar 1.0.1 !\\",
|
|
1689
1668
|
\\"source\\": \\"@site/versioned_docs/version-1.0.1/foo/bar.md\\",
|
|
@@ -1702,7 +1681,6 @@ Object {
|
|
|
1702
1681
|
"site-versioned-docs-version-1-0-1-hello-md-0c7.json": "{
|
|
1703
1682
|
\\"unversionedId\\": \\"hello\\",
|
|
1704
1683
|
\\"id\\": \\"version-1.0.1/hello\\",
|
|
1705
|
-
\\"isDocsHomePage\\": true,
|
|
1706
1684
|
\\"title\\": \\"hello\\",
|
|
1707
1685
|
\\"description\\": \\"Hello 1.0.1 !\\",
|
|
1708
1686
|
\\"source\\": \\"@site/versioned_docs/version-1.0.1/hello.md\\",
|
|
@@ -1711,7 +1689,9 @@ Object {
|
|
|
1711
1689
|
\\"permalink\\": \\"/docs/\\",
|
|
1712
1690
|
\\"tags\\": [],
|
|
1713
1691
|
\\"version\\": \\"1.0.1\\",
|
|
1714
|
-
\\"frontMatter\\": {
|
|
1692
|
+
\\"frontMatter\\": {
|
|
1693
|
+
\\"slug\\": \\"/\\"
|
|
1694
|
+
},
|
|
1715
1695
|
\\"sidebar\\": \\"VersionedSideBarNameDoesNotMatter/docs\\",
|
|
1716
1696
|
\\"previous\\": {
|
|
1717
1697
|
\\"title\\": \\"bar\\",
|
|
@@ -1721,7 +1701,6 @@ Object {
|
|
|
1721
1701
|
"site-versioned-docs-version-with-slugs-root-absolute-slug-md-4d2.json": "{
|
|
1722
1702
|
\\"unversionedId\\": \\"rootAbsoluteSlug\\",
|
|
1723
1703
|
\\"id\\": \\"version-withSlugs/rootAbsoluteSlug\\",
|
|
1724
|
-
\\"isDocsHomePage\\": false,
|
|
1725
1704
|
\\"title\\": \\"rootAbsoluteSlug\\",
|
|
1726
1705
|
\\"description\\": \\"Lorem\\",
|
|
1727
1706
|
\\"source\\": \\"@site/versioned_docs/version-withSlugs/rootAbsoluteSlug.md\\",
|
|
@@ -1738,7 +1717,6 @@ Object {
|
|
|
1738
1717
|
"site-versioned-docs-version-with-slugs-root-relative-slug-md-32a.json": "{
|
|
1739
1718
|
\\"unversionedId\\": \\"rootRelativeSlug\\",
|
|
1740
1719
|
\\"id\\": \\"version-withSlugs/rootRelativeSlug\\",
|
|
1741
|
-
\\"isDocsHomePage\\": false,
|
|
1742
1720
|
\\"title\\": \\"rootRelativeSlug\\",
|
|
1743
1721
|
\\"description\\": \\"Lorem\\",
|
|
1744
1722
|
\\"source\\": \\"@site/versioned_docs/version-withSlugs/rootRelativeSlug.md\\",
|
|
@@ -1754,7 +1732,6 @@ Object {
|
|
|
1754
1732
|
"site-versioned-docs-version-with-slugs-root-resolved-slug-md-aee.json": "{
|
|
1755
1733
|
\\"unversionedId\\": \\"rootResolvedSlug\\",
|
|
1756
1734
|
\\"id\\": \\"version-withSlugs/rootResolvedSlug\\",
|
|
1757
|
-
\\"isDocsHomePage\\": false,
|
|
1758
1735
|
\\"title\\": \\"rootResolvedSlug\\",
|
|
1759
1736
|
\\"description\\": \\"Lorem\\",
|
|
1760
1737
|
\\"source\\": \\"@site/versioned_docs/version-withSlugs/rootResolvedSlug.md\\",
|
|
@@ -1770,7 +1747,6 @@ Object {
|
|
|
1770
1747
|
"site-versioned-docs-version-with-slugs-root-try-to-escape-slug-md-b5d.json": "{
|
|
1771
1748
|
\\"unversionedId\\": \\"rootTryToEscapeSlug\\",
|
|
1772
1749
|
\\"id\\": \\"version-withSlugs/rootTryToEscapeSlug\\",
|
|
1773
|
-
\\"isDocsHomePage\\": false,
|
|
1774
1750
|
\\"title\\": \\"rootTryToEscapeSlug\\",
|
|
1775
1751
|
\\"description\\": \\"Lorem\\",
|
|
1776
1752
|
\\"source\\": \\"@site/versioned_docs/version-withSlugs/rootTryToEscapeSlug.md\\",
|
|
@@ -1786,7 +1762,6 @@ Object {
|
|
|
1786
1762
|
"site-versioned-docs-version-with-slugs-slugs-absolute-slug-md-47a.json": "{
|
|
1787
1763
|
\\"unversionedId\\": \\"slugs/absoluteSlug\\",
|
|
1788
1764
|
\\"id\\": \\"version-withSlugs/slugs/absoluteSlug\\",
|
|
1789
|
-
\\"isDocsHomePage\\": false,
|
|
1790
1765
|
\\"title\\": \\"absoluteSlug\\",
|
|
1791
1766
|
\\"description\\": \\"Lorem\\",
|
|
1792
1767
|
\\"source\\": \\"@site/versioned_docs/version-withSlugs/slugs/absoluteSlug.md\\",
|
|
@@ -1802,7 +1777,6 @@ Object {
|
|
|
1802
1777
|
"site-versioned-docs-version-with-slugs-slugs-relative-slug-md-a95.json": "{
|
|
1803
1778
|
\\"unversionedId\\": \\"slugs/relativeSlug\\",
|
|
1804
1779
|
\\"id\\": \\"version-withSlugs/slugs/relativeSlug\\",
|
|
1805
|
-
\\"isDocsHomePage\\": false,
|
|
1806
1780
|
\\"title\\": \\"relativeSlug\\",
|
|
1807
1781
|
\\"description\\": \\"Lorem\\",
|
|
1808
1782
|
\\"source\\": \\"@site/versioned_docs/version-withSlugs/slugs/relativeSlug.md\\",
|
|
@@ -1818,7 +1792,6 @@ Object {
|
|
|
1818
1792
|
"site-versioned-docs-version-with-slugs-slugs-resolved-slug-md-5a1.json": "{
|
|
1819
1793
|
\\"unversionedId\\": \\"slugs/resolvedSlug\\",
|
|
1820
1794
|
\\"id\\": \\"version-withSlugs/slugs/resolvedSlug\\",
|
|
1821
|
-
\\"isDocsHomePage\\": false,
|
|
1822
1795
|
\\"title\\": \\"resolvedSlug\\",
|
|
1823
1796
|
\\"description\\": \\"Lorem\\",
|
|
1824
1797
|
\\"source\\": \\"@site/versioned_docs/version-withSlugs/slugs/resolvedSlug.md\\",
|
|
@@ -1834,7 +1807,6 @@ Object {
|
|
|
1834
1807
|
"site-versioned-docs-version-with-slugs-slugs-try-to-escape-slug-md-4e1.json": "{
|
|
1835
1808
|
\\"unversionedId\\": \\"slugs/tryToEscapeSlug\\",
|
|
1836
1809
|
\\"id\\": \\"version-withSlugs/slugs/tryToEscapeSlug\\",
|
|
1837
|
-
\\"isDocsHomePage\\": false,
|
|
1838
1810
|
\\"title\\": \\"tryToEscapeSlug\\",
|
|
1839
1811
|
\\"description\\": \\"Lorem\\",
|
|
1840
1812
|
\\"source\\": \\"@site/versioned_docs/version-withSlugs/slugs/tryToEscapeSlug.md\\",
|
|
@@ -91,7 +91,6 @@ Object {
|
|
|
91
91
|
"description": "doc1 description",
|
|
92
92
|
"editUrl": "any",
|
|
93
93
|
"id": "doc1",
|
|
94
|
-
"isDocsHomePage": false,
|
|
95
94
|
"lastUpdatedAt": 0,
|
|
96
95
|
"lastUpdatedBy": "any",
|
|
97
96
|
"next": undefined,
|
|
@@ -108,7 +107,6 @@ Object {
|
|
|
108
107
|
"description": "doc2 description",
|
|
109
108
|
"editUrl": "any",
|
|
110
109
|
"id": "doc2",
|
|
111
|
-
"isDocsHomePage": false,
|
|
112
110
|
"lastUpdatedAt": 0,
|
|
113
111
|
"lastUpdatedBy": "any",
|
|
114
112
|
"next": undefined,
|
|
@@ -125,7 +123,6 @@ Object {
|
|
|
125
123
|
"description": "doc3 description",
|
|
126
124
|
"editUrl": "any",
|
|
127
125
|
"id": "doc3",
|
|
128
|
-
"isDocsHomePage": false,
|
|
129
126
|
"lastUpdatedAt": 0,
|
|
130
127
|
"lastUpdatedBy": "any",
|
|
131
128
|
"next": undefined,
|
|
@@ -142,7 +139,6 @@ Object {
|
|
|
142
139
|
"description": "doc4 description",
|
|
143
140
|
"editUrl": "any",
|
|
144
141
|
"id": "doc4",
|
|
145
|
-
"isDocsHomePage": false,
|
|
146
142
|
"lastUpdatedAt": 0,
|
|
147
143
|
"lastUpdatedBy": "any",
|
|
148
144
|
"next": undefined,
|
|
@@ -159,7 +155,6 @@ Object {
|
|
|
159
155
|
"description": "doc5 description",
|
|
160
156
|
"editUrl": "any",
|
|
161
157
|
"id": "doc5",
|
|
162
|
-
"isDocsHomePage": false,
|
|
163
158
|
"lastUpdatedAt": 0,
|
|
164
159
|
"lastUpdatedBy": "any",
|
|
165
160
|
"next": undefined,
|
|
@@ -238,7 +233,6 @@ Object {
|
|
|
238
233
|
"description": "doc1 description",
|
|
239
234
|
"editUrl": "any",
|
|
240
235
|
"id": "doc1",
|
|
241
|
-
"isDocsHomePage": false,
|
|
242
236
|
"lastUpdatedAt": 0,
|
|
243
237
|
"lastUpdatedBy": "any",
|
|
244
238
|
"next": undefined,
|
|
@@ -255,7 +249,6 @@ Object {
|
|
|
255
249
|
"description": "doc2 description",
|
|
256
250
|
"editUrl": "any",
|
|
257
251
|
"id": "doc2",
|
|
258
|
-
"isDocsHomePage": false,
|
|
259
252
|
"lastUpdatedAt": 0,
|
|
260
253
|
"lastUpdatedBy": "any",
|
|
261
254
|
"next": undefined,
|
|
@@ -272,7 +265,6 @@ Object {
|
|
|
272
265
|
"description": "doc3 description",
|
|
273
266
|
"editUrl": "any",
|
|
274
267
|
"id": "doc3",
|
|
275
|
-
"isDocsHomePage": false,
|
|
276
268
|
"lastUpdatedAt": 0,
|
|
277
269
|
"lastUpdatedBy": "any",
|
|
278
270
|
"next": undefined,
|
|
@@ -289,7 +281,6 @@ Object {
|
|
|
289
281
|
"description": "doc4 description",
|
|
290
282
|
"editUrl": "any",
|
|
291
283
|
"id": "doc4",
|
|
292
|
-
"isDocsHomePage": false,
|
|
293
284
|
"lastUpdatedAt": 0,
|
|
294
285
|
"lastUpdatedBy": "any",
|
|
295
286
|
"next": undefined,
|
|
@@ -306,7 +297,6 @@ Object {
|
|
|
306
297
|
"description": "doc5 description",
|
|
307
298
|
"editUrl": "any",
|
|
308
299
|
"id": "doc5",
|
|
309
|
-
"isDocsHomePage": false,
|
|
310
300
|
"lastUpdatedAt": 0,
|
|
311
301
|
"lastUpdatedBy": "any",
|
|
312
302
|
"next": undefined,
|
|
@@ -385,7 +375,6 @@ Object {
|
|
|
385
375
|
"description": "doc1 description",
|
|
386
376
|
"editUrl": "any",
|
|
387
377
|
"id": "doc1",
|
|
388
|
-
"isDocsHomePage": false,
|
|
389
378
|
"lastUpdatedAt": 0,
|
|
390
379
|
"lastUpdatedBy": "any",
|
|
391
380
|
"next": undefined,
|
|
@@ -402,7 +391,6 @@ Object {
|
|
|
402
391
|
"description": "doc2 description",
|
|
403
392
|
"editUrl": "any",
|
|
404
393
|
"id": "doc2",
|
|
405
|
-
"isDocsHomePage": false,
|
|
406
394
|
"lastUpdatedAt": 0,
|
|
407
395
|
"lastUpdatedBy": "any",
|
|
408
396
|
"next": undefined,
|
|
@@ -419,7 +407,6 @@ Object {
|
|
|
419
407
|
"description": "doc3 description",
|
|
420
408
|
"editUrl": "any",
|
|
421
409
|
"id": "doc3",
|
|
422
|
-
"isDocsHomePage": false,
|
|
423
410
|
"lastUpdatedAt": 0,
|
|
424
411
|
"lastUpdatedBy": "any",
|
|
425
412
|
"next": undefined,
|
|
@@ -436,7 +423,6 @@ Object {
|
|
|
436
423
|
"description": "doc4 description",
|
|
437
424
|
"editUrl": "any",
|
|
438
425
|
"id": "doc4",
|
|
439
|
-
"isDocsHomePage": false,
|
|
440
426
|
"lastUpdatedAt": 0,
|
|
441
427
|
"lastUpdatedBy": "any",
|
|
442
428
|
"next": undefined,
|
|
@@ -453,7 +439,6 @@ Object {
|
|
|
453
439
|
"description": "doc5 description",
|
|
454
440
|
"editUrl": "any",
|
|
455
441
|
"id": "doc5",
|
|
456
|
-
"isDocsHomePage": false,
|
|
457
442
|
"lastUpdatedAt": 0,
|
|
458
443
|
"lastUpdatedBy": "any",
|
|
459
444
|
"next": undefined,
|