Skip to content

Commit

Permalink
feat: prettier output
Browse files Browse the repository at this point in the history
  • Loading branch information
AstatineAi committed Jun 10, 2024
1 parent 538aa42 commit 676f2f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gen_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ def main(base_file: str, output_file: str, file_dir: str):
'--output', '-o', help='Output YAML file', default='mkdocs.yaml')
arg_parser.add_argument(
'--dir', '-d', help='Markdown file directory', default='docs/guide/')
print("Generating nav section...")
main(arg_parser.parse_args().base,
arg_parser.parse_args().output,
arg_parser.parse_args().dir)
print("Finished generating nav section in mkdocs.yaml")
print(f"Generation complete. Output file: {arg_parser.parse_args().output}")

0 comments on commit 676f2f3

Please sign in to comment.