I’m exploring the framework (it’s rather wonderful!) and so much is working superbly… but
I’ve noticed that unless I explicitly list [parameterised].md in the pages array (through observablehq.config.js) they won’t be built into .html within /dist after error-less yarn clean && yarn build… the same [paramerterized].md when listed in the pages array will build just fine.
That could be ok for some, however in my case I don’t want them on the sidebar at all (or just yet at least) since there is some conditionality around whether they should appear.
I was wondering if I may be missing some simple workaround because pages that aren’t of the parameterized variety get built just fine, unlisted or not.
What will be the way (and/or the right way) to signal unlisted parameterized pages as being buildable?
Many thanks for any consideration.