@mdwrk/mdwrkcom-content-pack 0.1.5 → 0.1.6
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/LICENSE +201 -0
- package/data/content-sitemap.yaml +4 -0
- package/data/markdown/blog/package-dag-for-mdwrk-and-lander.md +79 -0
- package/data/markdown/blog/structured-data-learning-map.md +56 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/generated/cache-header-manifest.json +2159 -1376
- package/generated/content-index.json +163 -127
- package/generated/content-registry.json +519 -262
- package/generated/jsonld-graph.json +701 -501
- package/generated/llms-full.txt +20 -4
- package/generated/llms.txt +5 -3
- package/generated/semantic-index.json +317 -130
- package/generated/sitemap.xml +31 -1097
- package/generated/sitemap.xsl +27 -0
- package/generated/sitemaps/comparison.xml +53 -0
- package/generated/sitemaps/docs.xml +774 -0
- package/generated/sitemaps/faq.xml +28 -0
- package/generated/sitemaps/feature.xml +118 -0
- package/generated/sitemaps/landing.xml +8 -0
- package/generated/sitemaps/package.xml +28 -0
- package/generated/sitemaps/privacy.xml +23 -0
- package/generated/sitemaps/security.xml +8 -0
- package/generated/sitemaps/update.xml +108 -0
- package/package.json +9 -10
- package/public/blog/media/mdwrk-dag-apps-client.svg +196 -0
- package/public/blog/media/mdwrk-dag-apps-desktop.svg +19 -0
- package/public/blog/media/mdwrk-dag-apps-mdwrkcom.svg +116 -0
- package/public/blog/media/mdwrk-dag-lander-packages.svg +77 -0
- package/public/blog/media/mdwrk-package-dag.png +0 -0
- package/public/blog/media/mdwrk-package-dag.svg +228 -0
- package/public/blog/media/mdwrk-structured-data-learning-map.png +0 -0
|
@@ -1168,7 +1168,7 @@
|
|
|
1168
1168
|
"intent": "benefits of Local-first Markdown workspace",
|
|
1169
1169
|
"contentType": "docs",
|
|
1170
1170
|
"locale": "en",
|
|
1171
|
-
"updatedAt": "2026-05-
|
|
1171
|
+
"updatedAt": "2026-05-16",
|
|
1172
1172
|
"tags": [],
|
|
1173
1173
|
"llmsInclude": true,
|
|
1174
1174
|
"markdownMirror": "/markdown/local-first-markdown-workspace/benefits/index.md",
|
|
@@ -1184,7 +1184,7 @@
|
|
|
1184
1184
|
"intent": "Local-first Markdown workspace best practices",
|
|
1185
1185
|
"contentType": "docs",
|
|
1186
1186
|
"locale": "en",
|
|
1187
|
-
"updatedAt": "2026-05-
|
|
1187
|
+
"updatedAt": "2026-05-16",
|
|
1188
1188
|
"tags": [],
|
|
1189
1189
|
"llmsInclude": true,
|
|
1190
1190
|
"markdownMirror": "/markdown/local-first-markdown-workspace/best-practices/index.md",
|
|
@@ -1200,7 +1200,7 @@
|
|
|
1200
1200
|
"intent": "Local-first Markdown workspace checklist",
|
|
1201
1201
|
"contentType": "docs",
|
|
1202
1202
|
"locale": "en",
|
|
1203
|
-
"updatedAt": "2026-05-
|
|
1203
|
+
"updatedAt": "2026-05-16",
|
|
1204
1204
|
"tags": [],
|
|
1205
1205
|
"llmsInclude": true,
|
|
1206
1206
|
"markdownMirror": "/markdown/local-first-markdown-workspace/checklist/index.md",
|
|
@@ -1216,7 +1216,7 @@
|
|
|
1216
1216
|
"intent": "Local-first Markdown workspace examples",
|
|
1217
1217
|
"contentType": "docs",
|
|
1218
1218
|
"locale": "en",
|
|
1219
|
-
"updatedAt": "2026-05-
|
|
1219
|
+
"updatedAt": "2026-05-16",
|
|
1220
1220
|
"tags": [],
|
|
1221
1221
|
"llmsInclude": true,
|
|
1222
1222
|
"markdownMirror": "/markdown/local-first-markdown-workspace/examples/index.md",
|
|
@@ -1232,7 +1232,7 @@
|
|
|
1232
1232
|
"intent": "Local-first Markdown workspace for developers",
|
|
1233
1233
|
"contentType": "docs",
|
|
1234
1234
|
"locale": "en",
|
|
1235
|
-
"updatedAt": "2026-05-
|
|
1235
|
+
"updatedAt": "2026-05-16",
|
|
1236
1236
|
"tags": [],
|
|
1237
1237
|
"llmsInclude": true,
|
|
1238
1238
|
"markdownMirror": "/markdown/local-first-markdown-workspace/for-developers/index.md",
|
|
@@ -1248,7 +1248,7 @@
|
|
|
1248
1248
|
"intent": "Local-first Markdown workspace for teams",
|
|
1249
1249
|
"contentType": "docs",
|
|
1250
1250
|
"locale": "en",
|
|
1251
|
-
"updatedAt": "2026-05-
|
|
1251
|
+
"updatedAt": "2026-05-16",
|
|
1252
1252
|
"tags": [],
|
|
1253
1253
|
"llmsInclude": true,
|
|
1254
1254
|
"markdownMirror": "/markdown/local-first-markdown-workspace/for-teams/index.md",
|
|
@@ -1264,7 +1264,7 @@
|
|
|
1264
1264
|
"intent": "Local-first Markdown workspace use cases",
|
|
1265
1265
|
"contentType": "docs",
|
|
1266
1266
|
"locale": "en",
|
|
1267
|
-
"updatedAt": "2026-05-
|
|
1267
|
+
"updatedAt": "2026-05-16",
|
|
1268
1268
|
"tags": [],
|
|
1269
1269
|
"llmsInclude": true,
|
|
1270
1270
|
"markdownMirror": "/markdown/local-first-markdown-workspace/use-cases/index.md",
|
|
@@ -1280,7 +1280,7 @@
|
|
|
1280
1280
|
"intent": "Local-first Markdown workspace workflow",
|
|
1281
1281
|
"contentType": "docs",
|
|
1282
1282
|
"locale": "en",
|
|
1283
|
-
"updatedAt": "2026-05-
|
|
1283
|
+
"updatedAt": "2026-05-16",
|
|
1284
1284
|
"tags": [],
|
|
1285
1285
|
"llmsInclude": true,
|
|
1286
1286
|
"markdownMirror": "/markdown/local-first-markdown-workspace/workflow/index.md",
|
|
@@ -1296,7 +1296,7 @@
|
|
|
1296
1296
|
"intent": "benefits of Markdown blogging",
|
|
1297
1297
|
"contentType": "docs",
|
|
1298
1298
|
"locale": "en",
|
|
1299
|
-
"updatedAt": "2026-05-
|
|
1299
|
+
"updatedAt": "2026-05-16",
|
|
1300
1300
|
"tags": [],
|
|
1301
1301
|
"llmsInclude": true,
|
|
1302
1302
|
"markdownMirror": "/markdown/markdown-blogging/benefits/index.md",
|
|
@@ -1312,7 +1312,7 @@
|
|
|
1312
1312
|
"intent": "Markdown blogging best practices",
|
|
1313
1313
|
"contentType": "docs",
|
|
1314
1314
|
"locale": "en",
|
|
1315
|
-
"updatedAt": "2026-05-
|
|
1315
|
+
"updatedAt": "2026-05-16",
|
|
1316
1316
|
"tags": [],
|
|
1317
1317
|
"llmsInclude": true,
|
|
1318
1318
|
"markdownMirror": "/markdown/markdown-blogging/best-practices/index.md",
|
|
@@ -1328,7 +1328,7 @@
|
|
|
1328
1328
|
"intent": "Markdown blogging checklist",
|
|
1329
1329
|
"contentType": "docs",
|
|
1330
1330
|
"locale": "en",
|
|
1331
|
-
"updatedAt": "2026-05-
|
|
1331
|
+
"updatedAt": "2026-05-16",
|
|
1332
1332
|
"tags": [],
|
|
1333
1333
|
"llmsInclude": true,
|
|
1334
1334
|
"markdownMirror": "/markdown/markdown-blogging/checklist/index.md",
|
|
@@ -1344,7 +1344,7 @@
|
|
|
1344
1344
|
"intent": "Markdown blogging examples",
|
|
1345
1345
|
"contentType": "docs",
|
|
1346
1346
|
"locale": "en",
|
|
1347
|
-
"updatedAt": "2026-05-
|
|
1347
|
+
"updatedAt": "2026-05-16",
|
|
1348
1348
|
"tags": [],
|
|
1349
1349
|
"llmsInclude": true,
|
|
1350
1350
|
"markdownMirror": "/markdown/markdown-blogging/examples/index.md",
|
|
@@ -1360,7 +1360,7 @@
|
|
|
1360
1360
|
"intent": "Markdown blogging for developers",
|
|
1361
1361
|
"contentType": "docs",
|
|
1362
1362
|
"locale": "en",
|
|
1363
|
-
"updatedAt": "2026-05-
|
|
1363
|
+
"updatedAt": "2026-05-16",
|
|
1364
1364
|
"tags": [],
|
|
1365
1365
|
"llmsInclude": true,
|
|
1366
1366
|
"markdownMirror": "/markdown/markdown-blogging/for-developers/index.md",
|
|
@@ -1376,7 +1376,7 @@
|
|
|
1376
1376
|
"intent": "Markdown blogging for teams",
|
|
1377
1377
|
"contentType": "docs",
|
|
1378
1378
|
"locale": "en",
|
|
1379
|
-
"updatedAt": "2026-05-
|
|
1379
|
+
"updatedAt": "2026-05-16",
|
|
1380
1380
|
"tags": [],
|
|
1381
1381
|
"llmsInclude": true,
|
|
1382
1382
|
"markdownMirror": "/markdown/markdown-blogging/for-teams/index.md",
|
|
@@ -1392,7 +1392,7 @@
|
|
|
1392
1392
|
"intent": "Markdown blogging use cases",
|
|
1393
1393
|
"contentType": "docs",
|
|
1394
1394
|
"locale": "en",
|
|
1395
|
-
"updatedAt": "2026-05-
|
|
1395
|
+
"updatedAt": "2026-05-16",
|
|
1396
1396
|
"tags": [],
|
|
1397
1397
|
"llmsInclude": true,
|
|
1398
1398
|
"markdownMirror": "/markdown/markdown-blogging/use-cases/index.md",
|
|
@@ -1408,7 +1408,7 @@
|
|
|
1408
1408
|
"intent": "Markdown blogging workflow",
|
|
1409
1409
|
"contentType": "docs",
|
|
1410
1410
|
"locale": "en",
|
|
1411
|
-
"updatedAt": "2026-05-
|
|
1411
|
+
"updatedAt": "2026-05-16",
|
|
1412
1412
|
"tags": [],
|
|
1413
1413
|
"llmsInclude": true,
|
|
1414
1414
|
"markdownMirror": "/markdown/markdown-blogging/workflow/index.md",
|
|
@@ -1424,7 +1424,7 @@
|
|
|
1424
1424
|
"intent": "benefits of Markdown documentation",
|
|
1425
1425
|
"contentType": "docs",
|
|
1426
1426
|
"locale": "en",
|
|
1427
|
-
"updatedAt": "2026-05-
|
|
1427
|
+
"updatedAt": "2026-05-16",
|
|
1428
1428
|
"tags": [],
|
|
1429
1429
|
"llmsInclude": true,
|
|
1430
1430
|
"markdownMirror": "/markdown/markdown-documentation/benefits/index.md",
|
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
"intent": "Markdown documentation best practices",
|
|
1441
1441
|
"contentType": "docs",
|
|
1442
1442
|
"locale": "en",
|
|
1443
|
-
"updatedAt": "2026-05-
|
|
1443
|
+
"updatedAt": "2026-05-16",
|
|
1444
1444
|
"tags": [],
|
|
1445
1445
|
"llmsInclude": true,
|
|
1446
1446
|
"markdownMirror": "/markdown/markdown-documentation/best-practices/index.md",
|
|
@@ -1456,7 +1456,7 @@
|
|
|
1456
1456
|
"intent": "Markdown documentation checklist",
|
|
1457
1457
|
"contentType": "docs",
|
|
1458
1458
|
"locale": "en",
|
|
1459
|
-
"updatedAt": "2026-05-
|
|
1459
|
+
"updatedAt": "2026-05-16",
|
|
1460
1460
|
"tags": [],
|
|
1461
1461
|
"llmsInclude": true,
|
|
1462
1462
|
"markdownMirror": "/markdown/markdown-documentation/checklist/index.md",
|
|
@@ -1472,7 +1472,7 @@
|
|
|
1472
1472
|
"intent": "Markdown documentation examples",
|
|
1473
1473
|
"contentType": "docs",
|
|
1474
1474
|
"locale": "en",
|
|
1475
|
-
"updatedAt": "2026-05-
|
|
1475
|
+
"updatedAt": "2026-05-16",
|
|
1476
1476
|
"tags": [],
|
|
1477
1477
|
"llmsInclude": true,
|
|
1478
1478
|
"markdownMirror": "/markdown/markdown-documentation/examples/index.md",
|
|
@@ -1488,7 +1488,7 @@
|
|
|
1488
1488
|
"intent": "Markdown documentation for developers",
|
|
1489
1489
|
"contentType": "docs",
|
|
1490
1490
|
"locale": "en",
|
|
1491
|
-
"updatedAt": "2026-05-
|
|
1491
|
+
"updatedAt": "2026-05-16",
|
|
1492
1492
|
"tags": [],
|
|
1493
1493
|
"llmsInclude": true,
|
|
1494
1494
|
"markdownMirror": "/markdown/markdown-documentation/for-developers/index.md",
|
|
@@ -1504,7 +1504,7 @@
|
|
|
1504
1504
|
"intent": "Markdown documentation for teams",
|
|
1505
1505
|
"contentType": "docs",
|
|
1506
1506
|
"locale": "en",
|
|
1507
|
-
"updatedAt": "2026-05-
|
|
1507
|
+
"updatedAt": "2026-05-16",
|
|
1508
1508
|
"tags": [],
|
|
1509
1509
|
"llmsInclude": true,
|
|
1510
1510
|
"markdownMirror": "/markdown/markdown-documentation/for-teams/index.md",
|
|
@@ -1520,7 +1520,7 @@
|
|
|
1520
1520
|
"intent": "Markdown documentation use cases",
|
|
1521
1521
|
"contentType": "docs",
|
|
1522
1522
|
"locale": "en",
|
|
1523
|
-
"updatedAt": "2026-05-
|
|
1523
|
+
"updatedAt": "2026-05-16",
|
|
1524
1524
|
"tags": [],
|
|
1525
1525
|
"llmsInclude": true,
|
|
1526
1526
|
"markdownMirror": "/markdown/markdown-documentation/use-cases/index.md",
|
|
@@ -1536,7 +1536,7 @@
|
|
|
1536
1536
|
"intent": "Markdown documentation workflow",
|
|
1537
1537
|
"contentType": "docs",
|
|
1538
1538
|
"locale": "en",
|
|
1539
|
-
"updatedAt": "2026-05-
|
|
1539
|
+
"updatedAt": "2026-05-16",
|
|
1540
1540
|
"tags": [],
|
|
1541
1541
|
"llmsInclude": true,
|
|
1542
1542
|
"markdownMirror": "/markdown/markdown-documentation/workflow/index.md",
|
|
@@ -1552,7 +1552,7 @@
|
|
|
1552
1552
|
"intent": "benefits of Markdown editor",
|
|
1553
1553
|
"contentType": "docs",
|
|
1554
1554
|
"locale": "en",
|
|
1555
|
-
"updatedAt": "2026-05-
|
|
1555
|
+
"updatedAt": "2026-05-16",
|
|
1556
1556
|
"tags": [],
|
|
1557
1557
|
"llmsInclude": true,
|
|
1558
1558
|
"markdownMirror": "/markdown/markdown-editor/benefits/index.md",
|
|
@@ -1568,7 +1568,7 @@
|
|
|
1568
1568
|
"intent": "Markdown editor best practices",
|
|
1569
1569
|
"contentType": "docs",
|
|
1570
1570
|
"locale": "en",
|
|
1571
|
-
"updatedAt": "2026-05-
|
|
1571
|
+
"updatedAt": "2026-05-16",
|
|
1572
1572
|
"tags": [],
|
|
1573
1573
|
"llmsInclude": true,
|
|
1574
1574
|
"markdownMirror": "/markdown/markdown-editor/best-practices/index.md",
|
|
@@ -1584,7 +1584,7 @@
|
|
|
1584
1584
|
"intent": "Markdown editor checklist",
|
|
1585
1585
|
"contentType": "docs",
|
|
1586
1586
|
"locale": "en",
|
|
1587
|
-
"updatedAt": "2026-05-
|
|
1587
|
+
"updatedAt": "2026-05-16",
|
|
1588
1588
|
"tags": [],
|
|
1589
1589
|
"llmsInclude": true,
|
|
1590
1590
|
"markdownMirror": "/markdown/markdown-editor/checklist/index.md",
|
|
@@ -1600,7 +1600,7 @@
|
|
|
1600
1600
|
"intent": "Markdown editor examples",
|
|
1601
1601
|
"contentType": "docs",
|
|
1602
1602
|
"locale": "en",
|
|
1603
|
-
"updatedAt": "2026-05-
|
|
1603
|
+
"updatedAt": "2026-05-16",
|
|
1604
1604
|
"tags": [],
|
|
1605
1605
|
"llmsInclude": true,
|
|
1606
1606
|
"markdownMirror": "/markdown/markdown-editor/examples/index.md",
|
|
@@ -1616,7 +1616,7 @@
|
|
|
1616
1616
|
"intent": "Markdown editor for developers",
|
|
1617
1617
|
"contentType": "docs",
|
|
1618
1618
|
"locale": "en",
|
|
1619
|
-
"updatedAt": "2026-05-
|
|
1619
|
+
"updatedAt": "2026-05-16",
|
|
1620
1620
|
"tags": [],
|
|
1621
1621
|
"llmsInclude": true,
|
|
1622
1622
|
"markdownMirror": "/markdown/markdown-editor/for-developers/index.md",
|
|
@@ -1632,7 +1632,7 @@
|
|
|
1632
1632
|
"intent": "Markdown editor for teams",
|
|
1633
1633
|
"contentType": "docs",
|
|
1634
1634
|
"locale": "en",
|
|
1635
|
-
"updatedAt": "2026-05-
|
|
1635
|
+
"updatedAt": "2026-05-16",
|
|
1636
1636
|
"tags": [],
|
|
1637
1637
|
"llmsInclude": true,
|
|
1638
1638
|
"markdownMirror": "/markdown/markdown-editor/for-teams/index.md",
|
|
@@ -1648,7 +1648,7 @@
|
|
|
1648
1648
|
"intent": "Markdown editor use cases",
|
|
1649
1649
|
"contentType": "docs",
|
|
1650
1650
|
"locale": "en",
|
|
1651
|
-
"updatedAt": "2026-05-
|
|
1651
|
+
"updatedAt": "2026-05-16",
|
|
1652
1652
|
"tags": [],
|
|
1653
1653
|
"llmsInclude": true,
|
|
1654
1654
|
"markdownMirror": "/markdown/markdown-editor/use-cases/index.md",
|
|
@@ -1664,7 +1664,7 @@
|
|
|
1664
1664
|
"intent": "Markdown editor workflow",
|
|
1665
1665
|
"contentType": "docs",
|
|
1666
1666
|
"locale": "en",
|
|
1667
|
-
"updatedAt": "2026-05-
|
|
1667
|
+
"updatedAt": "2026-05-16",
|
|
1668
1668
|
"tags": [],
|
|
1669
1669
|
"llmsInclude": true,
|
|
1670
1670
|
"markdownMirror": "/markdown/markdown-editor/workflow/index.md",
|
|
@@ -1680,7 +1680,7 @@
|
|
|
1680
1680
|
"intent": "benefits of Markdown extension workflows",
|
|
1681
1681
|
"contentType": "docs",
|
|
1682
1682
|
"locale": "en",
|
|
1683
|
-
"updatedAt": "2026-05-
|
|
1683
|
+
"updatedAt": "2026-05-16",
|
|
1684
1684
|
"tags": [],
|
|
1685
1685
|
"llmsInclude": true,
|
|
1686
1686
|
"markdownMirror": "/markdown/markdown-extension-workflows/benefits/index.md",
|
|
@@ -1696,7 +1696,7 @@
|
|
|
1696
1696
|
"intent": "Markdown extension workflows best practices",
|
|
1697
1697
|
"contentType": "docs",
|
|
1698
1698
|
"locale": "en",
|
|
1699
|
-
"updatedAt": "2026-05-
|
|
1699
|
+
"updatedAt": "2026-05-16",
|
|
1700
1700
|
"tags": [],
|
|
1701
1701
|
"llmsInclude": true,
|
|
1702
1702
|
"markdownMirror": "/markdown/markdown-extension-workflows/best-practices/index.md",
|
|
@@ -1712,7 +1712,7 @@
|
|
|
1712
1712
|
"intent": "Markdown extension workflows checklist",
|
|
1713
1713
|
"contentType": "docs",
|
|
1714
1714
|
"locale": "en",
|
|
1715
|
-
"updatedAt": "2026-05-
|
|
1715
|
+
"updatedAt": "2026-05-16",
|
|
1716
1716
|
"tags": [],
|
|
1717
1717
|
"llmsInclude": true,
|
|
1718
1718
|
"markdownMirror": "/markdown/markdown-extension-workflows/checklist/index.md",
|
|
@@ -1728,7 +1728,7 @@
|
|
|
1728
1728
|
"intent": "Markdown extension workflows examples",
|
|
1729
1729
|
"contentType": "docs",
|
|
1730
1730
|
"locale": "en",
|
|
1731
|
-
"updatedAt": "2026-05-
|
|
1731
|
+
"updatedAt": "2026-05-16",
|
|
1732
1732
|
"tags": [],
|
|
1733
1733
|
"llmsInclude": true,
|
|
1734
1734
|
"markdownMirror": "/markdown/markdown-extension-workflows/examples/index.md",
|
|
@@ -1744,7 +1744,7 @@
|
|
|
1744
1744
|
"intent": "Markdown extension workflows for developers",
|
|
1745
1745
|
"contentType": "docs",
|
|
1746
1746
|
"locale": "en",
|
|
1747
|
-
"updatedAt": "2026-05-
|
|
1747
|
+
"updatedAt": "2026-05-16",
|
|
1748
1748
|
"tags": [],
|
|
1749
1749
|
"llmsInclude": true,
|
|
1750
1750
|
"markdownMirror": "/markdown/markdown-extension-workflows/for-developers/index.md",
|
|
@@ -1760,7 +1760,7 @@
|
|
|
1760
1760
|
"intent": "Markdown extension workflows for teams",
|
|
1761
1761
|
"contentType": "docs",
|
|
1762
1762
|
"locale": "en",
|
|
1763
|
-
"updatedAt": "2026-05-
|
|
1763
|
+
"updatedAt": "2026-05-16",
|
|
1764
1764
|
"tags": [],
|
|
1765
1765
|
"llmsInclude": true,
|
|
1766
1766
|
"markdownMirror": "/markdown/markdown-extension-workflows/for-teams/index.md",
|
|
@@ -1776,7 +1776,7 @@
|
|
|
1776
1776
|
"intent": "Markdown extension workflows use cases",
|
|
1777
1777
|
"contentType": "docs",
|
|
1778
1778
|
"locale": "en",
|
|
1779
|
-
"updatedAt": "2026-05-
|
|
1779
|
+
"updatedAt": "2026-05-16",
|
|
1780
1780
|
"tags": [],
|
|
1781
1781
|
"llmsInclude": true,
|
|
1782
1782
|
"markdownMirror": "/markdown/markdown-extension-workflows/use-cases/index.md",
|
|
@@ -1792,7 +1792,7 @@
|
|
|
1792
1792
|
"intent": "Markdown extension workflows workflow",
|
|
1793
1793
|
"contentType": "docs",
|
|
1794
1794
|
"locale": "en",
|
|
1795
|
-
"updatedAt": "2026-05-
|
|
1795
|
+
"updatedAt": "2026-05-16",
|
|
1796
1796
|
"tags": [],
|
|
1797
1797
|
"llmsInclude": true,
|
|
1798
1798
|
"markdownMirror": "/markdown/markdown-extension-workflows/workflow/index.md",
|
|
@@ -1808,7 +1808,7 @@
|
|
|
1808
1808
|
"intent": "benefits of Markdown for developers",
|
|
1809
1809
|
"contentType": "docs",
|
|
1810
1810
|
"locale": "en",
|
|
1811
|
-
"updatedAt": "2026-05-
|
|
1811
|
+
"updatedAt": "2026-05-16",
|
|
1812
1812
|
"tags": [],
|
|
1813
1813
|
"llmsInclude": true,
|
|
1814
1814
|
"markdownMirror": "/markdown/markdown-for-developers/benefits/index.md",
|
|
@@ -1824,7 +1824,7 @@
|
|
|
1824
1824
|
"intent": "Markdown for developers best practices",
|
|
1825
1825
|
"contentType": "docs",
|
|
1826
1826
|
"locale": "en",
|
|
1827
|
-
"updatedAt": "2026-05-
|
|
1827
|
+
"updatedAt": "2026-05-16",
|
|
1828
1828
|
"tags": [],
|
|
1829
1829
|
"llmsInclude": true,
|
|
1830
1830
|
"markdownMirror": "/markdown/markdown-for-developers/best-practices/index.md",
|
|
@@ -1840,7 +1840,7 @@
|
|
|
1840
1840
|
"intent": "Markdown for developers checklist",
|
|
1841
1841
|
"contentType": "docs",
|
|
1842
1842
|
"locale": "en",
|
|
1843
|
-
"updatedAt": "2026-05-
|
|
1843
|
+
"updatedAt": "2026-05-16",
|
|
1844
1844
|
"tags": [],
|
|
1845
1845
|
"llmsInclude": true,
|
|
1846
1846
|
"markdownMirror": "/markdown/markdown-for-developers/checklist/index.md",
|
|
@@ -1856,7 +1856,7 @@
|
|
|
1856
1856
|
"intent": "Markdown for developers examples",
|
|
1857
1857
|
"contentType": "docs",
|
|
1858
1858
|
"locale": "en",
|
|
1859
|
-
"updatedAt": "2026-05-
|
|
1859
|
+
"updatedAt": "2026-05-16",
|
|
1860
1860
|
"tags": [],
|
|
1861
1861
|
"llmsInclude": true,
|
|
1862
1862
|
"markdownMirror": "/markdown/markdown-for-developers/examples/index.md",
|
|
@@ -1872,7 +1872,7 @@
|
|
|
1872
1872
|
"intent": "Markdown for developers for developers",
|
|
1873
1873
|
"contentType": "docs",
|
|
1874
1874
|
"locale": "en",
|
|
1875
|
-
"updatedAt": "2026-05-
|
|
1875
|
+
"updatedAt": "2026-05-16",
|
|
1876
1876
|
"tags": [],
|
|
1877
1877
|
"llmsInclude": true,
|
|
1878
1878
|
"markdownMirror": "/markdown/markdown-for-developers/for-developers/index.md",
|
|
@@ -1888,7 +1888,7 @@
|
|
|
1888
1888
|
"intent": "Markdown for developers for teams",
|
|
1889
1889
|
"contentType": "docs",
|
|
1890
1890
|
"locale": "en",
|
|
1891
|
-
"updatedAt": "2026-05-
|
|
1891
|
+
"updatedAt": "2026-05-16",
|
|
1892
1892
|
"tags": [],
|
|
1893
1893
|
"llmsInclude": true,
|
|
1894
1894
|
"markdownMirror": "/markdown/markdown-for-developers/for-teams/index.md",
|
|
@@ -1904,7 +1904,7 @@
|
|
|
1904
1904
|
"intent": "Markdown for developers use cases",
|
|
1905
1905
|
"contentType": "docs",
|
|
1906
1906
|
"locale": "en",
|
|
1907
|
-
"updatedAt": "2026-05-
|
|
1907
|
+
"updatedAt": "2026-05-16",
|
|
1908
1908
|
"tags": [],
|
|
1909
1909
|
"llmsInclude": true,
|
|
1910
1910
|
"markdownMirror": "/markdown/markdown-for-developers/use-cases/index.md",
|
|
@@ -1920,7 +1920,7 @@
|
|
|
1920
1920
|
"intent": "Markdown for developers workflow",
|
|
1921
1921
|
"contentType": "docs",
|
|
1922
1922
|
"locale": "en",
|
|
1923
|
-
"updatedAt": "2026-05-
|
|
1923
|
+
"updatedAt": "2026-05-16",
|
|
1924
1924
|
"tags": [],
|
|
1925
1925
|
"llmsInclude": true,
|
|
1926
1926
|
"markdownMirror": "/markdown/markdown-for-developers/workflow/index.md",
|
|
@@ -1936,7 +1936,7 @@
|
|
|
1936
1936
|
"intent": "benefits of Markdown for teams",
|
|
1937
1937
|
"contentType": "docs",
|
|
1938
1938
|
"locale": "en",
|
|
1939
|
-
"updatedAt": "2026-05-
|
|
1939
|
+
"updatedAt": "2026-05-16",
|
|
1940
1940
|
"tags": [],
|
|
1941
1941
|
"llmsInclude": true,
|
|
1942
1942
|
"markdownMirror": "/markdown/markdown-for-teams/benefits/index.md",
|
|
@@ -1952,7 +1952,7 @@
|
|
|
1952
1952
|
"intent": "Markdown for teams best practices",
|
|
1953
1953
|
"contentType": "docs",
|
|
1954
1954
|
"locale": "en",
|
|
1955
|
-
"updatedAt": "2026-05-
|
|
1955
|
+
"updatedAt": "2026-05-16",
|
|
1956
1956
|
"tags": [],
|
|
1957
1957
|
"llmsInclude": true,
|
|
1958
1958
|
"markdownMirror": "/markdown/markdown-for-teams/best-practices/index.md",
|
|
@@ -1968,7 +1968,7 @@
|
|
|
1968
1968
|
"intent": "Markdown for teams checklist",
|
|
1969
1969
|
"contentType": "docs",
|
|
1970
1970
|
"locale": "en",
|
|
1971
|
-
"updatedAt": "2026-05-
|
|
1971
|
+
"updatedAt": "2026-05-16",
|
|
1972
1972
|
"tags": [],
|
|
1973
1973
|
"llmsInclude": true,
|
|
1974
1974
|
"markdownMirror": "/markdown/markdown-for-teams/checklist/index.md",
|
|
@@ -1984,7 +1984,7 @@
|
|
|
1984
1984
|
"intent": "Markdown for teams examples",
|
|
1985
1985
|
"contentType": "docs",
|
|
1986
1986
|
"locale": "en",
|
|
1987
|
-
"updatedAt": "2026-05-
|
|
1987
|
+
"updatedAt": "2026-05-16",
|
|
1988
1988
|
"tags": [],
|
|
1989
1989
|
"llmsInclude": true,
|
|
1990
1990
|
"markdownMirror": "/markdown/markdown-for-teams/examples/index.md",
|
|
@@ -2000,7 +2000,7 @@
|
|
|
2000
2000
|
"intent": "Markdown for teams for developers",
|
|
2001
2001
|
"contentType": "docs",
|
|
2002
2002
|
"locale": "en",
|
|
2003
|
-
"updatedAt": "2026-05-
|
|
2003
|
+
"updatedAt": "2026-05-16",
|
|
2004
2004
|
"tags": [],
|
|
2005
2005
|
"llmsInclude": true,
|
|
2006
2006
|
"markdownMirror": "/markdown/markdown-for-teams/for-developers/index.md",
|
|
@@ -2016,7 +2016,7 @@
|
|
|
2016
2016
|
"intent": "Markdown for teams for teams",
|
|
2017
2017
|
"contentType": "docs",
|
|
2018
2018
|
"locale": "en",
|
|
2019
|
-
"updatedAt": "2026-05-
|
|
2019
|
+
"updatedAt": "2026-05-16",
|
|
2020
2020
|
"tags": [],
|
|
2021
2021
|
"llmsInclude": true,
|
|
2022
2022
|
"markdownMirror": "/markdown/markdown-for-teams/for-teams/index.md",
|
|
@@ -2032,7 +2032,7 @@
|
|
|
2032
2032
|
"intent": "Markdown for teams use cases",
|
|
2033
2033
|
"contentType": "docs",
|
|
2034
2034
|
"locale": "en",
|
|
2035
|
-
"updatedAt": "2026-05-
|
|
2035
|
+
"updatedAt": "2026-05-16",
|
|
2036
2036
|
"tags": [],
|
|
2037
2037
|
"llmsInclude": true,
|
|
2038
2038
|
"markdownMirror": "/markdown/markdown-for-teams/use-cases/index.md",
|
|
@@ -2048,7 +2048,7 @@
|
|
|
2048
2048
|
"intent": "Markdown for teams workflow",
|
|
2049
2049
|
"contentType": "docs",
|
|
2050
2050
|
"locale": "en",
|
|
2051
|
-
"updatedAt": "2026-05-
|
|
2051
|
+
"updatedAt": "2026-05-16",
|
|
2052
2052
|
"tags": [],
|
|
2053
2053
|
"llmsInclude": true,
|
|
2054
2054
|
"markdownMirror": "/markdown/markdown-for-teams/workflow/index.md",
|
|
@@ -2064,7 +2064,7 @@
|
|
|
2064
2064
|
"intent": "benefits of Markdown knowledge base",
|
|
2065
2065
|
"contentType": "docs",
|
|
2066
2066
|
"locale": "en",
|
|
2067
|
-
"updatedAt": "2026-05-
|
|
2067
|
+
"updatedAt": "2026-05-16",
|
|
2068
2068
|
"tags": [],
|
|
2069
2069
|
"llmsInclude": true,
|
|
2070
2070
|
"markdownMirror": "/markdown/markdown-knowledge-base/benefits/index.md",
|
|
@@ -2080,7 +2080,7 @@
|
|
|
2080
2080
|
"intent": "Markdown knowledge base best practices",
|
|
2081
2081
|
"contentType": "docs",
|
|
2082
2082
|
"locale": "en",
|
|
2083
|
-
"updatedAt": "2026-05-
|
|
2083
|
+
"updatedAt": "2026-05-16",
|
|
2084
2084
|
"tags": [],
|
|
2085
2085
|
"llmsInclude": true,
|
|
2086
2086
|
"markdownMirror": "/markdown/markdown-knowledge-base/best-practices/index.md",
|
|
@@ -2096,7 +2096,7 @@
|
|
|
2096
2096
|
"intent": "Markdown knowledge base checklist",
|
|
2097
2097
|
"contentType": "docs",
|
|
2098
2098
|
"locale": "en",
|
|
2099
|
-
"updatedAt": "2026-05-
|
|
2099
|
+
"updatedAt": "2026-05-16",
|
|
2100
2100
|
"tags": [],
|
|
2101
2101
|
"llmsInclude": true,
|
|
2102
2102
|
"markdownMirror": "/markdown/markdown-knowledge-base/checklist/index.md",
|
|
@@ -2112,7 +2112,7 @@
|
|
|
2112
2112
|
"intent": "Markdown knowledge base examples",
|
|
2113
2113
|
"contentType": "docs",
|
|
2114
2114
|
"locale": "en",
|
|
2115
|
-
"updatedAt": "2026-05-
|
|
2115
|
+
"updatedAt": "2026-05-16",
|
|
2116
2116
|
"tags": [],
|
|
2117
2117
|
"llmsInclude": true,
|
|
2118
2118
|
"markdownMirror": "/markdown/markdown-knowledge-base/examples/index.md",
|
|
@@ -2128,7 +2128,7 @@
|
|
|
2128
2128
|
"intent": "Markdown knowledge base for developers",
|
|
2129
2129
|
"contentType": "docs",
|
|
2130
2130
|
"locale": "en",
|
|
2131
|
-
"updatedAt": "2026-05-
|
|
2131
|
+
"updatedAt": "2026-05-16",
|
|
2132
2132
|
"tags": [],
|
|
2133
2133
|
"llmsInclude": true,
|
|
2134
2134
|
"markdownMirror": "/markdown/markdown-knowledge-base/for-developers/index.md",
|
|
@@ -2144,7 +2144,7 @@
|
|
|
2144
2144
|
"intent": "Markdown knowledge base for teams",
|
|
2145
2145
|
"contentType": "docs",
|
|
2146
2146
|
"locale": "en",
|
|
2147
|
-
"updatedAt": "2026-05-
|
|
2147
|
+
"updatedAt": "2026-05-16",
|
|
2148
2148
|
"tags": [],
|
|
2149
2149
|
"llmsInclude": true,
|
|
2150
2150
|
"markdownMirror": "/markdown/markdown-knowledge-base/for-teams/index.md",
|
|
@@ -2160,7 +2160,7 @@
|
|
|
2160
2160
|
"intent": "Markdown knowledge base use cases",
|
|
2161
2161
|
"contentType": "docs",
|
|
2162
2162
|
"locale": "en",
|
|
2163
|
-
"updatedAt": "2026-05-
|
|
2163
|
+
"updatedAt": "2026-05-16",
|
|
2164
2164
|
"tags": [],
|
|
2165
2165
|
"llmsInclude": true,
|
|
2166
2166
|
"markdownMirror": "/markdown/markdown-knowledge-base/use-cases/index.md",
|
|
@@ -2176,7 +2176,7 @@
|
|
|
2176
2176
|
"intent": "Markdown knowledge base workflow",
|
|
2177
2177
|
"contentType": "docs",
|
|
2178
2178
|
"locale": "en",
|
|
2179
|
-
"updatedAt": "2026-05-
|
|
2179
|
+
"updatedAt": "2026-05-16",
|
|
2180
2180
|
"tags": [],
|
|
2181
2181
|
"llmsInclude": true,
|
|
2182
2182
|
"markdownMirror": "/markdown/markdown-knowledge-base/workflow/index.md",
|
|
@@ -2192,7 +2192,7 @@
|
|
|
2192
2192
|
"intent": "benefits of Markdown notes",
|
|
2193
2193
|
"contentType": "docs",
|
|
2194
2194
|
"locale": "en",
|
|
2195
|
-
"updatedAt": "2026-05-
|
|
2195
|
+
"updatedAt": "2026-05-16",
|
|
2196
2196
|
"tags": [],
|
|
2197
2197
|
"llmsInclude": true,
|
|
2198
2198
|
"markdownMirror": "/markdown/markdown-notes/benefits/index.md",
|
|
@@ -2208,7 +2208,7 @@
|
|
|
2208
2208
|
"intent": "Markdown notes best practices",
|
|
2209
2209
|
"contentType": "docs",
|
|
2210
2210
|
"locale": "en",
|
|
2211
|
-
"updatedAt": "2026-05-
|
|
2211
|
+
"updatedAt": "2026-05-16",
|
|
2212
2212
|
"tags": [],
|
|
2213
2213
|
"llmsInclude": true,
|
|
2214
2214
|
"markdownMirror": "/markdown/markdown-notes/best-practices/index.md",
|
|
@@ -2224,7 +2224,7 @@
|
|
|
2224
2224
|
"intent": "Markdown notes checklist",
|
|
2225
2225
|
"contentType": "docs",
|
|
2226
2226
|
"locale": "en",
|
|
2227
|
-
"updatedAt": "2026-05-
|
|
2227
|
+
"updatedAt": "2026-05-16",
|
|
2228
2228
|
"tags": [],
|
|
2229
2229
|
"llmsInclude": true,
|
|
2230
2230
|
"markdownMirror": "/markdown/markdown-notes/checklist/index.md",
|
|
@@ -2240,7 +2240,7 @@
|
|
|
2240
2240
|
"intent": "Markdown notes examples",
|
|
2241
2241
|
"contentType": "docs",
|
|
2242
2242
|
"locale": "en",
|
|
2243
|
-
"updatedAt": "2026-05-
|
|
2243
|
+
"updatedAt": "2026-05-16",
|
|
2244
2244
|
"tags": [],
|
|
2245
2245
|
"llmsInclude": true,
|
|
2246
2246
|
"markdownMirror": "/markdown/markdown-notes/examples/index.md",
|
|
@@ -2256,7 +2256,7 @@
|
|
|
2256
2256
|
"intent": "Markdown notes for developers",
|
|
2257
2257
|
"contentType": "docs",
|
|
2258
2258
|
"locale": "en",
|
|
2259
|
-
"updatedAt": "2026-05-
|
|
2259
|
+
"updatedAt": "2026-05-16",
|
|
2260
2260
|
"tags": [],
|
|
2261
2261
|
"llmsInclude": true,
|
|
2262
2262
|
"markdownMirror": "/markdown/markdown-notes/for-developers/index.md",
|
|
@@ -2272,7 +2272,7 @@
|
|
|
2272
2272
|
"intent": "Markdown notes for teams",
|
|
2273
2273
|
"contentType": "docs",
|
|
2274
2274
|
"locale": "en",
|
|
2275
|
-
"updatedAt": "2026-05-
|
|
2275
|
+
"updatedAt": "2026-05-16",
|
|
2276
2276
|
"tags": [],
|
|
2277
2277
|
"llmsInclude": true,
|
|
2278
2278
|
"markdownMirror": "/markdown/markdown-notes/for-teams/index.md",
|
|
@@ -2288,7 +2288,7 @@
|
|
|
2288
2288
|
"intent": "Markdown notes use cases",
|
|
2289
2289
|
"contentType": "docs",
|
|
2290
2290
|
"locale": "en",
|
|
2291
|
-
"updatedAt": "2026-05-
|
|
2291
|
+
"updatedAt": "2026-05-16",
|
|
2292
2292
|
"tags": [],
|
|
2293
2293
|
"llmsInclude": true,
|
|
2294
2294
|
"markdownMirror": "/markdown/markdown-notes/use-cases/index.md",
|
|
@@ -2304,7 +2304,7 @@
|
|
|
2304
2304
|
"intent": "Markdown notes workflow",
|
|
2305
2305
|
"contentType": "docs",
|
|
2306
2306
|
"locale": "en",
|
|
2307
|
-
"updatedAt": "2026-05-
|
|
2307
|
+
"updatedAt": "2026-05-16",
|
|
2308
2308
|
"tags": [],
|
|
2309
2309
|
"llmsInclude": true,
|
|
2310
2310
|
"markdownMirror": "/markdown/markdown-notes/workflow/index.md",
|
|
@@ -2320,7 +2320,7 @@
|
|
|
2320
2320
|
"intent": "benefits of Markdown preview",
|
|
2321
2321
|
"contentType": "docs",
|
|
2322
2322
|
"locale": "en",
|
|
2323
|
-
"updatedAt": "2026-05-
|
|
2323
|
+
"updatedAt": "2026-05-16",
|
|
2324
2324
|
"tags": [],
|
|
2325
2325
|
"llmsInclude": true,
|
|
2326
2326
|
"markdownMirror": "/markdown/markdown-preview/benefits/index.md",
|
|
@@ -2336,7 +2336,7 @@
|
|
|
2336
2336
|
"intent": "Markdown preview best practices",
|
|
2337
2337
|
"contentType": "docs",
|
|
2338
2338
|
"locale": "en",
|
|
2339
|
-
"updatedAt": "2026-05-
|
|
2339
|
+
"updatedAt": "2026-05-16",
|
|
2340
2340
|
"tags": [],
|
|
2341
2341
|
"llmsInclude": true,
|
|
2342
2342
|
"markdownMirror": "/markdown/markdown-preview/best-practices/index.md",
|
|
@@ -2352,7 +2352,7 @@
|
|
|
2352
2352
|
"intent": "Markdown preview checklist",
|
|
2353
2353
|
"contentType": "docs",
|
|
2354
2354
|
"locale": "en",
|
|
2355
|
-
"updatedAt": "2026-05-
|
|
2355
|
+
"updatedAt": "2026-05-16",
|
|
2356
2356
|
"tags": [],
|
|
2357
2357
|
"llmsInclude": true,
|
|
2358
2358
|
"markdownMirror": "/markdown/markdown-preview/checklist/index.md",
|
|
@@ -2368,7 +2368,7 @@
|
|
|
2368
2368
|
"intent": "Markdown preview examples",
|
|
2369
2369
|
"contentType": "docs",
|
|
2370
2370
|
"locale": "en",
|
|
2371
|
-
"updatedAt": "2026-05-
|
|
2371
|
+
"updatedAt": "2026-05-16",
|
|
2372
2372
|
"tags": [],
|
|
2373
2373
|
"llmsInclude": true,
|
|
2374
2374
|
"markdownMirror": "/markdown/markdown-preview/examples/index.md",
|
|
@@ -2384,7 +2384,7 @@
|
|
|
2384
2384
|
"intent": "Markdown preview for developers",
|
|
2385
2385
|
"contentType": "docs",
|
|
2386
2386
|
"locale": "en",
|
|
2387
|
-
"updatedAt": "2026-05-
|
|
2387
|
+
"updatedAt": "2026-05-16",
|
|
2388
2388
|
"tags": [],
|
|
2389
2389
|
"llmsInclude": true,
|
|
2390
2390
|
"markdownMirror": "/markdown/markdown-preview/for-developers/index.md",
|
|
@@ -2400,7 +2400,7 @@
|
|
|
2400
2400
|
"intent": "Markdown preview for teams",
|
|
2401
2401
|
"contentType": "docs",
|
|
2402
2402
|
"locale": "en",
|
|
2403
|
-
"updatedAt": "2026-05-
|
|
2403
|
+
"updatedAt": "2026-05-16",
|
|
2404
2404
|
"tags": [],
|
|
2405
2405
|
"llmsInclude": true,
|
|
2406
2406
|
"markdownMirror": "/markdown/markdown-preview/for-teams/index.md",
|
|
@@ -2416,7 +2416,7 @@
|
|
|
2416
2416
|
"intent": "Markdown preview use cases",
|
|
2417
2417
|
"contentType": "docs",
|
|
2418
2418
|
"locale": "en",
|
|
2419
|
-
"updatedAt": "2026-05-
|
|
2419
|
+
"updatedAt": "2026-05-16",
|
|
2420
2420
|
"tags": [],
|
|
2421
2421
|
"llmsInclude": true,
|
|
2422
2422
|
"markdownMirror": "/markdown/markdown-preview/use-cases/index.md",
|
|
@@ -2432,7 +2432,7 @@
|
|
|
2432
2432
|
"intent": "Markdown preview workflow",
|
|
2433
2433
|
"contentType": "docs",
|
|
2434
2434
|
"locale": "en",
|
|
2435
|
-
"updatedAt": "2026-05-
|
|
2435
|
+
"updatedAt": "2026-05-16",
|
|
2436
2436
|
"tags": [],
|
|
2437
2437
|
"llmsInclude": true,
|
|
2438
2438
|
"markdownMirror": "/markdown/markdown-preview/workflow/index.md",
|
|
@@ -2448,7 +2448,7 @@
|
|
|
2448
2448
|
"intent": "benefits of Markdown project docs",
|
|
2449
2449
|
"contentType": "docs",
|
|
2450
2450
|
"locale": "en",
|
|
2451
|
-
"updatedAt": "2026-05-
|
|
2451
|
+
"updatedAt": "2026-05-16",
|
|
2452
2452
|
"tags": [],
|
|
2453
2453
|
"llmsInclude": true,
|
|
2454
2454
|
"markdownMirror": "/markdown/markdown-project-docs/benefits/index.md",
|
|
@@ -2464,7 +2464,7 @@
|
|
|
2464
2464
|
"intent": "Markdown project docs best practices",
|
|
2465
2465
|
"contentType": "docs",
|
|
2466
2466
|
"locale": "en",
|
|
2467
|
-
"updatedAt": "2026-05-
|
|
2467
|
+
"updatedAt": "2026-05-16",
|
|
2468
2468
|
"tags": [],
|
|
2469
2469
|
"llmsInclude": true,
|
|
2470
2470
|
"markdownMirror": "/markdown/markdown-project-docs/best-practices/index.md",
|
|
@@ -2480,7 +2480,7 @@
|
|
|
2480
2480
|
"intent": "Markdown project docs checklist",
|
|
2481
2481
|
"contentType": "docs",
|
|
2482
2482
|
"locale": "en",
|
|
2483
|
-
"updatedAt": "2026-05-
|
|
2483
|
+
"updatedAt": "2026-05-16",
|
|
2484
2484
|
"tags": [],
|
|
2485
2485
|
"llmsInclude": true,
|
|
2486
2486
|
"markdownMirror": "/markdown/markdown-project-docs/checklist/index.md",
|
|
@@ -2496,7 +2496,7 @@
|
|
|
2496
2496
|
"intent": "Markdown project docs examples",
|
|
2497
2497
|
"contentType": "docs",
|
|
2498
2498
|
"locale": "en",
|
|
2499
|
-
"updatedAt": "2026-05-
|
|
2499
|
+
"updatedAt": "2026-05-16",
|
|
2500
2500
|
"tags": [],
|
|
2501
2501
|
"llmsInclude": true,
|
|
2502
2502
|
"markdownMirror": "/markdown/markdown-project-docs/examples/index.md",
|
|
@@ -2512,7 +2512,7 @@
|
|
|
2512
2512
|
"intent": "Markdown project docs for developers",
|
|
2513
2513
|
"contentType": "docs",
|
|
2514
2514
|
"locale": "en",
|
|
2515
|
-
"updatedAt": "2026-05-
|
|
2515
|
+
"updatedAt": "2026-05-16",
|
|
2516
2516
|
"tags": [],
|
|
2517
2517
|
"llmsInclude": true,
|
|
2518
2518
|
"markdownMirror": "/markdown/markdown-project-docs/for-developers/index.md",
|
|
@@ -2528,7 +2528,7 @@
|
|
|
2528
2528
|
"intent": "Markdown project docs for teams",
|
|
2529
2529
|
"contentType": "docs",
|
|
2530
2530
|
"locale": "en",
|
|
2531
|
-
"updatedAt": "2026-05-
|
|
2531
|
+
"updatedAt": "2026-05-16",
|
|
2532
2532
|
"tags": [],
|
|
2533
2533
|
"llmsInclude": true,
|
|
2534
2534
|
"markdownMirror": "/markdown/markdown-project-docs/for-teams/index.md",
|
|
@@ -2544,7 +2544,7 @@
|
|
|
2544
2544
|
"intent": "Markdown project docs use cases",
|
|
2545
2545
|
"contentType": "docs",
|
|
2546
2546
|
"locale": "en",
|
|
2547
|
-
"updatedAt": "2026-05-
|
|
2547
|
+
"updatedAt": "2026-05-16",
|
|
2548
2548
|
"tags": [],
|
|
2549
2549
|
"llmsInclude": true,
|
|
2550
2550
|
"markdownMirror": "/markdown/markdown-project-docs/use-cases/index.md",
|
|
@@ -2560,7 +2560,7 @@
|
|
|
2560
2560
|
"intent": "Markdown project docs workflow",
|
|
2561
2561
|
"contentType": "docs",
|
|
2562
2562
|
"locale": "en",
|
|
2563
|
-
"updatedAt": "2026-05-
|
|
2563
|
+
"updatedAt": "2026-05-16",
|
|
2564
2564
|
"tags": [],
|
|
2565
2565
|
"llmsInclude": true,
|
|
2566
2566
|
"markdownMirror": "/markdown/markdown-project-docs/workflow/index.md",
|
|
@@ -2576,7 +2576,7 @@
|
|
|
2576
2576
|
"intent": "benefits of Markdown README",
|
|
2577
2577
|
"contentType": "docs",
|
|
2578
2578
|
"locale": "en",
|
|
2579
|
-
"updatedAt": "2026-05-
|
|
2579
|
+
"updatedAt": "2026-05-16",
|
|
2580
2580
|
"tags": [],
|
|
2581
2581
|
"llmsInclude": true,
|
|
2582
2582
|
"markdownMirror": "/markdown/markdown-readme/benefits/index.md",
|
|
@@ -2592,7 +2592,7 @@
|
|
|
2592
2592
|
"intent": "Markdown README best practices",
|
|
2593
2593
|
"contentType": "docs",
|
|
2594
2594
|
"locale": "en",
|
|
2595
|
-
"updatedAt": "2026-05-
|
|
2595
|
+
"updatedAt": "2026-05-16",
|
|
2596
2596
|
"tags": [],
|
|
2597
2597
|
"llmsInclude": true,
|
|
2598
2598
|
"markdownMirror": "/markdown/markdown-readme/best-practices/index.md",
|
|
@@ -2608,7 +2608,7 @@
|
|
|
2608
2608
|
"intent": "Markdown README checklist",
|
|
2609
2609
|
"contentType": "docs",
|
|
2610
2610
|
"locale": "en",
|
|
2611
|
-
"updatedAt": "2026-05-
|
|
2611
|
+
"updatedAt": "2026-05-16",
|
|
2612
2612
|
"tags": [],
|
|
2613
2613
|
"llmsInclude": true,
|
|
2614
2614
|
"markdownMirror": "/markdown/markdown-readme/checklist/index.md",
|
|
@@ -2624,7 +2624,7 @@
|
|
|
2624
2624
|
"intent": "Markdown README examples",
|
|
2625
2625
|
"contentType": "docs",
|
|
2626
2626
|
"locale": "en",
|
|
2627
|
-
"updatedAt": "2026-05-
|
|
2627
|
+
"updatedAt": "2026-05-16",
|
|
2628
2628
|
"tags": [],
|
|
2629
2629
|
"llmsInclude": true,
|
|
2630
2630
|
"markdownMirror": "/markdown/markdown-readme/examples/index.md",
|
|
@@ -2640,7 +2640,7 @@
|
|
|
2640
2640
|
"intent": "Markdown README for developers",
|
|
2641
2641
|
"contentType": "docs",
|
|
2642
2642
|
"locale": "en",
|
|
2643
|
-
"updatedAt": "2026-05-
|
|
2643
|
+
"updatedAt": "2026-05-16",
|
|
2644
2644
|
"tags": [],
|
|
2645
2645
|
"llmsInclude": true,
|
|
2646
2646
|
"markdownMirror": "/markdown/markdown-readme/for-developers/index.md",
|
|
@@ -2656,7 +2656,7 @@
|
|
|
2656
2656
|
"intent": "Markdown README for teams",
|
|
2657
2657
|
"contentType": "docs",
|
|
2658
2658
|
"locale": "en",
|
|
2659
|
-
"updatedAt": "2026-05-
|
|
2659
|
+
"updatedAt": "2026-05-16",
|
|
2660
2660
|
"tags": [],
|
|
2661
2661
|
"llmsInclude": true,
|
|
2662
2662
|
"markdownMirror": "/markdown/markdown-readme/for-teams/index.md",
|
|
@@ -2672,7 +2672,7 @@
|
|
|
2672
2672
|
"intent": "Markdown README use cases",
|
|
2673
2673
|
"contentType": "docs",
|
|
2674
2674
|
"locale": "en",
|
|
2675
|
-
"updatedAt": "2026-05-
|
|
2675
|
+
"updatedAt": "2026-05-16",
|
|
2676
2676
|
"tags": [],
|
|
2677
2677
|
"llmsInclude": true,
|
|
2678
2678
|
"markdownMirror": "/markdown/markdown-readme/use-cases/index.md",
|
|
@@ -2688,7 +2688,7 @@
|
|
|
2688
2688
|
"intent": "Markdown README workflow",
|
|
2689
2689
|
"contentType": "docs",
|
|
2690
2690
|
"locale": "en",
|
|
2691
|
-
"updatedAt": "2026-05-
|
|
2691
|
+
"updatedAt": "2026-05-16",
|
|
2692
2692
|
"tags": [],
|
|
2693
2693
|
"llmsInclude": true,
|
|
2694
2694
|
"markdownMirror": "/markdown/markdown-readme/workflow/index.md",
|
|
@@ -2704,7 +2704,7 @@
|
|
|
2704
2704
|
"intent": "benefits of Markdown theme packs",
|
|
2705
2705
|
"contentType": "docs",
|
|
2706
2706
|
"locale": "en",
|
|
2707
|
-
"updatedAt": "2026-05-
|
|
2707
|
+
"updatedAt": "2026-05-16",
|
|
2708
2708
|
"tags": [],
|
|
2709
2709
|
"llmsInclude": true,
|
|
2710
2710
|
"markdownMirror": "/markdown/markdown-theme-packs/benefits/index.md",
|
|
@@ -2720,7 +2720,7 @@
|
|
|
2720
2720
|
"intent": "Markdown theme packs best practices",
|
|
2721
2721
|
"contentType": "docs",
|
|
2722
2722
|
"locale": "en",
|
|
2723
|
-
"updatedAt": "2026-05-
|
|
2723
|
+
"updatedAt": "2026-05-16",
|
|
2724
2724
|
"tags": [],
|
|
2725
2725
|
"llmsInclude": true,
|
|
2726
2726
|
"markdownMirror": "/markdown/markdown-theme-packs/best-practices/index.md",
|
|
@@ -2736,7 +2736,7 @@
|
|
|
2736
2736
|
"intent": "Markdown theme packs checklist",
|
|
2737
2737
|
"contentType": "docs",
|
|
2738
2738
|
"locale": "en",
|
|
2739
|
-
"updatedAt": "2026-05-
|
|
2739
|
+
"updatedAt": "2026-05-16",
|
|
2740
2740
|
"tags": [],
|
|
2741
2741
|
"llmsInclude": true,
|
|
2742
2742
|
"markdownMirror": "/markdown/markdown-theme-packs/checklist/index.md",
|
|
@@ -2752,7 +2752,7 @@
|
|
|
2752
2752
|
"intent": "Markdown theme packs examples",
|
|
2753
2753
|
"contentType": "docs",
|
|
2754
2754
|
"locale": "en",
|
|
2755
|
-
"updatedAt": "2026-05-
|
|
2755
|
+
"updatedAt": "2026-05-16",
|
|
2756
2756
|
"tags": [],
|
|
2757
2757
|
"llmsInclude": true,
|
|
2758
2758
|
"markdownMirror": "/markdown/markdown-theme-packs/examples/index.md",
|
|
@@ -2768,7 +2768,7 @@
|
|
|
2768
2768
|
"intent": "Markdown theme packs for developers",
|
|
2769
2769
|
"contentType": "docs",
|
|
2770
2770
|
"locale": "en",
|
|
2771
|
-
"updatedAt": "2026-05-
|
|
2771
|
+
"updatedAt": "2026-05-16",
|
|
2772
2772
|
"tags": [],
|
|
2773
2773
|
"llmsInclude": true,
|
|
2774
2774
|
"markdownMirror": "/markdown/markdown-theme-packs/for-developers/index.md",
|
|
@@ -2784,7 +2784,7 @@
|
|
|
2784
2784
|
"intent": "Markdown theme packs for teams",
|
|
2785
2785
|
"contentType": "docs",
|
|
2786
2786
|
"locale": "en",
|
|
2787
|
-
"updatedAt": "2026-05-
|
|
2787
|
+
"updatedAt": "2026-05-16",
|
|
2788
2788
|
"tags": [],
|
|
2789
2789
|
"llmsInclude": true,
|
|
2790
2790
|
"markdownMirror": "/markdown/markdown-theme-packs/for-teams/index.md",
|
|
@@ -2800,7 +2800,7 @@
|
|
|
2800
2800
|
"intent": "Markdown theme packs use cases",
|
|
2801
2801
|
"contentType": "docs",
|
|
2802
2802
|
"locale": "en",
|
|
2803
|
-
"updatedAt": "2026-05-
|
|
2803
|
+
"updatedAt": "2026-05-16",
|
|
2804
2804
|
"tags": [],
|
|
2805
2805
|
"llmsInclude": true,
|
|
2806
2806
|
"markdownMirror": "/markdown/markdown-theme-packs/use-cases/index.md",
|
|
@@ -2816,7 +2816,7 @@
|
|
|
2816
2816
|
"intent": "Markdown theme packs workflow",
|
|
2817
2817
|
"contentType": "docs",
|
|
2818
2818
|
"locale": "en",
|
|
2819
|
-
"updatedAt": "2026-05-
|
|
2819
|
+
"updatedAt": "2026-05-16",
|
|
2820
2820
|
"tags": [],
|
|
2821
2821
|
"llmsInclude": true,
|
|
2822
2822
|
"markdownMirror": "/markdown/markdown-theme-packs/workflow/index.md",
|
|
@@ -2848,7 +2848,7 @@
|
|
|
2848
2848
|
"intent": "benefits of Markdown writing workflow",
|
|
2849
2849
|
"contentType": "docs",
|
|
2850
2850
|
"locale": "en",
|
|
2851
|
-
"updatedAt": "2026-05-
|
|
2851
|
+
"updatedAt": "2026-05-16",
|
|
2852
2852
|
"tags": [],
|
|
2853
2853
|
"llmsInclude": true,
|
|
2854
2854
|
"markdownMirror": "/markdown/markdown-writing-workflow/benefits/index.md",
|
|
@@ -2864,7 +2864,7 @@
|
|
|
2864
2864
|
"intent": "Markdown writing workflow best practices",
|
|
2865
2865
|
"contentType": "docs",
|
|
2866
2866
|
"locale": "en",
|
|
2867
|
-
"updatedAt": "2026-05-
|
|
2867
|
+
"updatedAt": "2026-05-16",
|
|
2868
2868
|
"tags": [],
|
|
2869
2869
|
"llmsInclude": true,
|
|
2870
2870
|
"markdownMirror": "/markdown/markdown-writing-workflow/best-practices/index.md",
|
|
@@ -2880,7 +2880,7 @@
|
|
|
2880
2880
|
"intent": "Markdown writing workflow checklist",
|
|
2881
2881
|
"contentType": "docs",
|
|
2882
2882
|
"locale": "en",
|
|
2883
|
-
"updatedAt": "2026-05-
|
|
2883
|
+
"updatedAt": "2026-05-16",
|
|
2884
2884
|
"tags": [],
|
|
2885
2885
|
"llmsInclude": true,
|
|
2886
2886
|
"markdownMirror": "/markdown/markdown-writing-workflow/checklist/index.md",
|
|
@@ -2896,7 +2896,7 @@
|
|
|
2896
2896
|
"intent": "Markdown writing workflow examples",
|
|
2897
2897
|
"contentType": "docs",
|
|
2898
2898
|
"locale": "en",
|
|
2899
|
-
"updatedAt": "2026-05-
|
|
2899
|
+
"updatedAt": "2026-05-16",
|
|
2900
2900
|
"tags": [],
|
|
2901
2901
|
"llmsInclude": true,
|
|
2902
2902
|
"markdownMirror": "/markdown/markdown-writing-workflow/examples/index.md",
|
|
@@ -2912,7 +2912,7 @@
|
|
|
2912
2912
|
"intent": "Markdown writing workflow for developers",
|
|
2913
2913
|
"contentType": "docs",
|
|
2914
2914
|
"locale": "en",
|
|
2915
|
-
"updatedAt": "2026-05-
|
|
2915
|
+
"updatedAt": "2026-05-16",
|
|
2916
2916
|
"tags": [],
|
|
2917
2917
|
"llmsInclude": true,
|
|
2918
2918
|
"markdownMirror": "/markdown/markdown-writing-workflow/for-developers/index.md",
|
|
@@ -2928,7 +2928,7 @@
|
|
|
2928
2928
|
"intent": "Markdown writing workflow for teams",
|
|
2929
2929
|
"contentType": "docs",
|
|
2930
2930
|
"locale": "en",
|
|
2931
|
-
"updatedAt": "2026-05-
|
|
2931
|
+
"updatedAt": "2026-05-16",
|
|
2932
2932
|
"tags": [],
|
|
2933
2933
|
"llmsInclude": true,
|
|
2934
2934
|
"markdownMirror": "/markdown/markdown-writing-workflow/for-teams/index.md",
|
|
@@ -2944,7 +2944,7 @@
|
|
|
2944
2944
|
"intent": "Markdown writing workflow use cases",
|
|
2945
2945
|
"contentType": "docs",
|
|
2946
2946
|
"locale": "en",
|
|
2947
|
-
"updatedAt": "2026-05-
|
|
2947
|
+
"updatedAt": "2026-05-16",
|
|
2948
2948
|
"tags": [],
|
|
2949
2949
|
"llmsInclude": true,
|
|
2950
2950
|
"markdownMirror": "/markdown/markdown-writing-workflow/use-cases/index.md",
|
|
@@ -2960,7 +2960,7 @@
|
|
|
2960
2960
|
"intent": "Markdown writing workflow workflow",
|
|
2961
2961
|
"contentType": "docs",
|
|
2962
2962
|
"locale": "en",
|
|
2963
|
-
"updatedAt": "2026-05-
|
|
2963
|
+
"updatedAt": "2026-05-16",
|
|
2964
2964
|
"tags": [],
|
|
2965
2965
|
"llmsInclude": true,
|
|
2966
2966
|
"markdownMirror": "/markdown/markdown-writing-workflow/workflow/index.md",
|
|
@@ -2976,7 +2976,7 @@
|
|
|
2976
2976
|
"intent": "benefits of Offline Markdown editor",
|
|
2977
2977
|
"contentType": "docs",
|
|
2978
2978
|
"locale": "en",
|
|
2979
|
-
"updatedAt": "2026-05-
|
|
2979
|
+
"updatedAt": "2026-05-16",
|
|
2980
2980
|
"tags": [],
|
|
2981
2981
|
"llmsInclude": true,
|
|
2982
2982
|
"markdownMirror": "/markdown/offline-markdown-editor/benefits/index.md",
|
|
@@ -2992,7 +2992,7 @@
|
|
|
2992
2992
|
"intent": "Offline Markdown editor best practices",
|
|
2993
2993
|
"contentType": "docs",
|
|
2994
2994
|
"locale": "en",
|
|
2995
|
-
"updatedAt": "2026-05-
|
|
2995
|
+
"updatedAt": "2026-05-16",
|
|
2996
2996
|
"tags": [],
|
|
2997
2997
|
"llmsInclude": true,
|
|
2998
2998
|
"markdownMirror": "/markdown/offline-markdown-editor/best-practices/index.md",
|
|
@@ -3008,7 +3008,7 @@
|
|
|
3008
3008
|
"intent": "Offline Markdown editor checklist",
|
|
3009
3009
|
"contentType": "docs",
|
|
3010
3010
|
"locale": "en",
|
|
3011
|
-
"updatedAt": "2026-05-
|
|
3011
|
+
"updatedAt": "2026-05-16",
|
|
3012
3012
|
"tags": [],
|
|
3013
3013
|
"llmsInclude": true,
|
|
3014
3014
|
"markdownMirror": "/markdown/offline-markdown-editor/checklist/index.md",
|
|
@@ -3024,7 +3024,7 @@
|
|
|
3024
3024
|
"intent": "Offline Markdown editor examples",
|
|
3025
3025
|
"contentType": "docs",
|
|
3026
3026
|
"locale": "en",
|
|
3027
|
-
"updatedAt": "2026-05-
|
|
3027
|
+
"updatedAt": "2026-05-16",
|
|
3028
3028
|
"tags": [],
|
|
3029
3029
|
"llmsInclude": true,
|
|
3030
3030
|
"markdownMirror": "/markdown/offline-markdown-editor/examples/index.md",
|
|
@@ -3040,7 +3040,7 @@
|
|
|
3040
3040
|
"intent": "Offline Markdown editor for developers",
|
|
3041
3041
|
"contentType": "docs",
|
|
3042
3042
|
"locale": "en",
|
|
3043
|
-
"updatedAt": "2026-05-
|
|
3043
|
+
"updatedAt": "2026-05-16",
|
|
3044
3044
|
"tags": [],
|
|
3045
3045
|
"llmsInclude": true,
|
|
3046
3046
|
"markdownMirror": "/markdown/offline-markdown-editor/for-developers/index.md",
|
|
@@ -3056,7 +3056,7 @@
|
|
|
3056
3056
|
"intent": "Offline Markdown editor for teams",
|
|
3057
3057
|
"contentType": "docs",
|
|
3058
3058
|
"locale": "en",
|
|
3059
|
-
"updatedAt": "2026-05-
|
|
3059
|
+
"updatedAt": "2026-05-16",
|
|
3060
3060
|
"tags": [],
|
|
3061
3061
|
"llmsInclude": true,
|
|
3062
3062
|
"markdownMirror": "/markdown/offline-markdown-editor/for-teams/index.md",
|
|
@@ -3072,7 +3072,7 @@
|
|
|
3072
3072
|
"intent": "Offline Markdown editor use cases",
|
|
3073
3073
|
"contentType": "docs",
|
|
3074
3074
|
"locale": "en",
|
|
3075
|
-
"updatedAt": "2026-05-
|
|
3075
|
+
"updatedAt": "2026-05-16",
|
|
3076
3076
|
"tags": [],
|
|
3077
3077
|
"llmsInclude": true,
|
|
3078
3078
|
"markdownMirror": "/markdown/offline-markdown-editor/use-cases/index.md",
|
|
@@ -3088,7 +3088,7 @@
|
|
|
3088
3088
|
"intent": "Offline Markdown editor workflow",
|
|
3089
3089
|
"contentType": "docs",
|
|
3090
3090
|
"locale": "en",
|
|
3091
|
-
"updatedAt": "2026-05-
|
|
3091
|
+
"updatedAt": "2026-05-16",
|
|
3092
3092
|
"tags": [],
|
|
3093
3093
|
"llmsInclude": true,
|
|
3094
3094
|
"markdownMirror": "/markdown/offline-markdown-editor/workflow/index.md",
|
|
@@ -3346,13 +3346,13 @@
|
|
|
3346
3346
|
"slug": "/updates/",
|
|
3347
3347
|
"url": "https://mdwrk.com/updates/",
|
|
3348
3348
|
"title": "MdWrk Product Updates",
|
|
3349
|
-
"description": "MdWrk
|
|
3349
|
+
"description": "MdWrk adds a developer-facing learning map that connects structured data builders, React JSON-LD components, and lander discovery helpers in one visual reference.",
|
|
3350
3350
|
"h1": "Product Updates",
|
|
3351
|
-
"subtitle": "MdWrk
|
|
3351
|
+
"subtitle": "MdWrk adds a developer-facing learning map that connects structured data builders, React JSON-LD components, and lander discovery helpers in one visual reference.",
|
|
3352
3352
|
"intent": "read product updates from MdWrk",
|
|
3353
3353
|
"contentType": "update",
|
|
3354
3354
|
"locale": "en",
|
|
3355
|
-
"updatedAt": "2026-05-
|
|
3355
|
+
"updatedAt": "2026-05-18",
|
|
3356
3356
|
"tags": [
|
|
3357
3357
|
"updates"
|
|
3358
3358
|
],
|
|
@@ -3418,13 +3418,13 @@
|
|
|
3418
3418
|
"slug": "/updates/archive/2026-05/",
|
|
3419
3419
|
"url": "https://mdwrk.com/updates/archive/2026-05/",
|
|
3420
3420
|
"title": "May 2026 | MdWrk Product Updates",
|
|
3421
|
-
"description": "MdWrk
|
|
3421
|
+
"description": "MdWrk adds a developer-facing learning map that connects structured data builders, React JSON-LD components, and lander discovery helpers in one visual reference.",
|
|
3422
3422
|
"h1": "May 2026",
|
|
3423
3423
|
"subtitle": "Product Updates by Month",
|
|
3424
3424
|
"intent": "read may 2026 from MdWrk",
|
|
3425
3425
|
"contentType": "update",
|
|
3426
3426
|
"locale": "en",
|
|
3427
|
-
"updatedAt": "2026-05-
|
|
3427
|
+
"updatedAt": "2026-05-18",
|
|
3428
3428
|
"tags": [
|
|
3429
3429
|
"updates"
|
|
3430
3430
|
],
|
|
@@ -3436,13 +3436,13 @@
|
|
|
3436
3436
|
"slug": "/updates/author/cobycloud/",
|
|
3437
3437
|
"url": "https://mdwrk.com/updates/author/cobycloud/",
|
|
3438
3438
|
"title": "CobyCloud | MdWrk Product Updates",
|
|
3439
|
-
"description": "MdWrk
|
|
3439
|
+
"description": "MdWrk adds a developer-facing learning map that connects structured data builders, React JSON-LD components, and lander discovery helpers in one visual reference.",
|
|
3440
3440
|
"h1": "CobyCloud",
|
|
3441
3441
|
"subtitle": "Product Updates by Author",
|
|
3442
3442
|
"intent": "read cobycloud from MdWrk",
|
|
3443
3443
|
"contentType": "update",
|
|
3444
3444
|
"locale": "en",
|
|
3445
|
-
"updatedAt": "2026-05-
|
|
3445
|
+
"updatedAt": "2026-05-18",
|
|
3446
3446
|
"tags": [
|
|
3447
3447
|
"updates"
|
|
3448
3448
|
],
|
|
@@ -3578,6 +3578,24 @@
|
|
|
3578
3578
|
"markdownMirror": "/updates/launch/index.md",
|
|
3579
3579
|
"jsonLdId": "https://mdwrk.com/updates/launch/#webpage"
|
|
3580
3580
|
},
|
|
3581
|
+
{
|
|
3582
|
+
"slug": "/updates/package-dag-for-mdwrk-and-lander/",
|
|
3583
|
+
"url": "https://mdwrk.com/updates/package-dag-for-mdwrk-and-lander/",
|
|
3584
|
+
"title": "MdWrk Package Dependency Maps Show How Apps, Shared Packages, and Lander Packages Connect | MdWrk Product Updates",
|
|
3585
|
+
"description": "Package dependency maps show how the app entrypoints, shared foundations, editor and renderer packages, and lander packages fit together.",
|
|
3586
|
+
"h1": "MdWrk Package Dependency Maps Show How Apps, Shared Packages, and Lander Packages Connect",
|
|
3587
|
+
"subtitle": "Package dependency maps show how the app entrypoints, shared foundations, editor and renderer packages, and lander packages fit together.",
|
|
3588
|
+
"intent": "read about mdwrk package dependency maps show how apps, shared packages, and lander packages connect",
|
|
3589
|
+
"contentType": "update",
|
|
3590
|
+
"locale": "en",
|
|
3591
|
+
"updatedAt": "2026-05-18",
|
|
3592
|
+
"tags": [
|
|
3593
|
+
"updates"
|
|
3594
|
+
],
|
|
3595
|
+
"llmsInclude": true,
|
|
3596
|
+
"markdownMirror": "/updates/package-dag-for-mdwrk-and-lander/index.md",
|
|
3597
|
+
"jsonLdId": "https://mdwrk.com/updates/package-dag-for-mdwrk-and-lander/#webpage"
|
|
3598
|
+
},
|
|
3581
3599
|
{
|
|
3582
3600
|
"slug": "/updates/pwa-install-and-zoom-controls/",
|
|
3583
3601
|
"url": "https://mdwrk.com/updates/pwa-install-and-zoom-controls/",
|
|
@@ -3668,6 +3686,24 @@
|
|
|
3668
3686
|
"markdownMirror": "/updates/settings-simplification-for-daily-flow/index.md",
|
|
3669
3687
|
"jsonLdId": "https://mdwrk.com/updates/settings-simplification-for-daily-flow/#webpage"
|
|
3670
3688
|
},
|
|
3689
|
+
{
|
|
3690
|
+
"slug": "/updates/structured-data-learning-map/",
|
|
3691
|
+
"url": "https://mdwrk.com/updates/structured-data-learning-map/",
|
|
3692
|
+
"title": "Structured Data Learning Map Makes the MdWrk Lander Pipeline Easier to Teach | MdWrk Product Updates",
|
|
3693
|
+
"description": "MdWrk adds a developer-facing learning map that connects structured data builders, React JSON-LD components, and lander discovery helpers in one visual reference.",
|
|
3694
|
+
"h1": "Structured Data Learning Map Makes the MdWrk Lander Pipeline Easier to Teach",
|
|
3695
|
+
"subtitle": "MdWrk adds a developer-facing learning map that connects structured data builders, React JSON-LD components, and lander discovery helpers in one visual reference.",
|
|
3696
|
+
"intent": "read about structured data learning map makes the mdwrk lander pipeline easier to teach",
|
|
3697
|
+
"contentType": "update",
|
|
3698
|
+
"locale": "en",
|
|
3699
|
+
"updatedAt": "2026-05-18",
|
|
3700
|
+
"tags": [
|
|
3701
|
+
"updates"
|
|
3702
|
+
],
|
|
3703
|
+
"llmsInclude": true,
|
|
3704
|
+
"markdownMirror": "/updates/structured-data-learning-map/index.md",
|
|
3705
|
+
"jsonLdId": "https://mdwrk.com/updates/structured-data-learning-map/#webpage"
|
|
3706
|
+
},
|
|
3671
3707
|
{
|
|
3672
3708
|
"slug": "/updates/workspace-files-and-git-ops-packages/",
|
|
3673
3709
|
"url": "https://mdwrk.com/updates/workspace-files-and-git-ops-packages/",
|