You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# and the README <?include?> both depend on this front
432
426
# matter, so the schema makes a missing/typo'd field fail
433
427
# `mdsmith check` instead of silently breaking a card.
428
+
extends: free-body
434
429
schema:
435
430
frontmatter:
436
431
title: nonEmpty
@@ -446,26 +441,15 @@ kinds:
446
441
group: '"Clean, consistent Markdown" | "One engine, every surface" | "A connected docs tree" | "Markdown as a single source of truth" | "Built for your pipeline"'
447
442
"link?": string
448
443
"rules?": '[...string]'
449
-
closed: false
450
-
sections:
451
-
- heading: null
452
-
- heading:
453
-
regex: '.+'
454
-
repeat: { min: 0 }
455
444
feature-index:
456
445
# docs/features/index.md is the shared "Why mdsmith"
457
446
# overview, not a card: it carries only title + summary
458
447
# (no icon/weight), so it gets its own kind.
448
+
extends: free-body
459
449
schema:
460
450
frontmatter:
461
451
title: nonEmpty
462
452
summary: nonEmpty
463
-
closed: false
464
-
sections:
465
-
- heading: null
466
-
- heading:
467
-
regex: '.+'
468
-
repeat: { min: 0 }
469
453
messaging:
470
454
# docs/brand/messaging.md is the single source of truth
471
455
# for the product slogan, lead, tagline, and per-surface
@@ -537,6 +521,7 @@ kinds:
537
521
# the same content can be indexed by either Hugo or
0 commit comments