Update mkdocs.yml.mako

This commit is contained in:
philippeitis
2022-09-25 01:19:56 +00:00
committed by GitHub
parent 49ff295ab9
commit b3397902c0

View File

@@ -17,8 +17,9 @@ site_dir: ${mkdocs.site_dir}
nav:
- Home: 'index.md'
% for resource in sorted(c.rta_map.keys()):
- '${pretty(resource)}':
% for method in sorted(c.rta_map[resource]):
- '${subcommand_md_filename(resource, method)}': '${pretty(resource)}', '${pretty(method)}'
- '${pretty(method)}': '${subcommand_md_filename(resource, method)}'
% endfor # each method
% endfor # each resource