Quarto / YAML / TOC Question - Solved

Hi all,

I am trying to write up a book for a class I am teaching in the fall. I have a Table of Contents of the left side that shows up in full when I am at the main page. However, when I visit some of the pages in the book, the Table of Contents no longer shows all of the content.

I am uploading the images so you can see what I am talking about. Is there something I am missing in the _quarto.yml file?

Thanks.

I think I found the problem. I had the

toc : true

command in index.qmd instead of _quartol.yml. I am having to re-render all the docs, but it appears to have fixed the issue.