diff --git a/src/generator/templates/cli/mkdocs.yml.mako b/src/generator/templates/cli/mkdocs.yml.mako index 6566f5ad77..82e55adfc8 100644 --- a/src/generator/templates/cli/mkdocs.yml.mako +++ b/src/generator/templates/cli/mkdocs.yml.mako @@ -14,7 +14,7 @@ repo_url: ${util.github_source_root_url()} docs_dir: ${mkdocs.docs_dir} site_dir: ${mkdocs.site_dir} -pages: +nav: - ['index.md', 'Home'] % for resource in sorted(c.rta_map.keys()): % for method in sorted(c.rta_map[resource]):