Skip to content
DocPensieve

Series

Module progress50%

Lesson 1 of 2.

One folder, one series

This course is itself built this way:

  • examples
    • index.mdx — the grid of modules
    • first-steps
      • index.mdx — its cover, and the grid of its lessons
      • 01-install.mdx
      • 02-first-page.mdx
    • writing — this module

The index page of a folder writes a single line, and the grid follows every page added, renamed or removed:

<Cards />

What a card shows

Everything comes from the pages. The cover of First steps is the preview of its index; the number of lessons is counted; the update date is its modified. Here are the three modules of this course, as the examples page shows them:

Check yourself

What happens when a lesson is renamed?

Its card follows on the next build. No list to correct anywhere.

This lesson uses Cards, Tree and Skill.