Customize TOC heading

  1. Check that _includes/toc_heading_custom.html does not exist.

  2. Select the top-level page with title F in the collection of navigation tests.

  3. Check that the heading of the list of children is “Table of Contents”.

  4. Customize the TOC heading by creating _includes/toc_heading_custom.html and adding:

    <h2>Contents</h2>
    
  5. Refresh the page.

  6. Check that the heading of the list of children is now “Contents”.

  7. Remove _includes/toc_heading_custom.html.