Observable Framework quirks

2024-12-16

Set index: true for all pages

framework/config#pages says,

“(Sections can only contain pages; nested sections are not currently supported.)”

Forces:

Therefore: add index: true to its front matter to ensure the page is indexed and therefore searchable.

Also see the discussion Search all pages in Pages[] by default on Github.