There are two kinds of page here, and knowing which is which makes the site much easier to use.

Class pages

Under All Classes, one page per class, in order. Each has:

  • an Agenda β€” what we did, with links to everything we used
  • Things to do before our next class β€” the homework, as a checklist

Class pages are the narrative: what happened, when.

Reference pages

Everything else β€” Concepts, Investigations, Exercises, Tasks, Tutorials β€” is reference. These pages are written once and linked from many class pages.

graph LR
    D1["Unit 4, Day 3"] --> OHM["Ohm's Law"]
    D2["Unit 4, Day 4"] --> OHM
    D3["Unit 4, Day 6"] --> OHM
    OHM --> BL["Backlinks show all three"]

Which page do I want?

β€œWhat did we do Tuesday?” β†’ a class page. β€œHow does that work again?” β†’ a concept page. β€œWhen did we cover this?” β†’ open the concept page and read its backlinks.

Why not just put everything on the class page?

Because then the explanation of Ohm’s law would exist in three places, and fixing an error would mean fixing it three times. It would be fixed once and wrong twice.

Each idea lives in exactly one page. Everything else links to it.