Skip to content

Commit

Permalink
fixed index file name
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Dec 3, 2024
1 parent b3d5993 commit e54f338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/patch_devsite_toc.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def validate_toc(toc_file_path, expected_section_list, added_sections):
# Add secrtions for the async_data_client and classic_client directories
toc_path = "_build/html/docfx_yaml/toc.yml"
custom_sections = [
TocSection(dir_name="data_client", index_file_name="usage.rst"),
TocSection(dir_name="data_client", index_file_name="data_client_usage.rst"),
TocSection(dir_name="classic_client", index_file_name="usage.rst"),
]
add_sections(toc_path, custom_sections)
Expand Down

0 comments on commit e54f338

Please sign in to comment.