Open
Description
Currently, you can turn numbering on or off across sections of a MyST project. However, there are many cases where you only want a subset of the content numbered. This is most-common with books that have extra content as siblings rather than nested inside the book. For example, a site like this:
- Book (numbered)
- Chapter 1
- Chapter 2
- About (not numbered)
- Blog (not numbered)
- Etc (not numbered)
In this case, authors should be able to specify a subset of the pages as numbered, and others as not numbered.
Related issues
This is similar to our issue around only showing pages under the current-active top level header in the sidebar, since that's also when you want to treat sections of content as independent of one another: