The nav configuration in MkDocs defines the navigation structure of the generated site. It is specified as a YAML list in mkdocs.yml, mapping page titles to Markdown file paths. The nav determines the sidebar menu, page ordering, and hierarchical grouping of documentation sections. Pages omitted from the nav are still built but do not appear in the site navigation unless a plugin adds them.