Theme Components#
The MkDocs Terminal theme layout consists of three major components. The top navigation bar, the side navigation bar, and the page table of contents. Each of these components can be hidden site-wide (see Theme Features), however they are enabled by default.
Top Navigation Menu#
The top navigation menu includes the site_name
at the top left and root level pages at the top right. Root level pages are pages which are not child pages and are not a section index:
Side Navigation Menu#
The navigation menu in the left sidebar includes the root level and second level pages as defined in the nav
section of mkdocs.yml
:
Page Table of Contents#
The table of contents (TOC) is located directly underneath the side navigation menu. It includes links to the the top two sections in the current page's markdown. See TOC Example for details.