Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 0c714a8

Browse files
authored
fix: update summary overview entry to deduplicate (#413)
1 parent 929cf9e commit 0c714a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docfx_yaml/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,7 @@ def convert_module_to_package_if_needed(obj):
21672167
{
21682168
"name": f"{app.env.library_shortname} APIs",
21692169
"items": [
2170-
{"name": "Overview", "href": "summary_overview.md"},
2170+
{"name": "API overview", "href": "summary_overview.md"},
21712171
{"name": "Classes", "href": "summary_class.yml"},
21722172
{"name": "Methods", "href": "summary_method.yml"},
21732173
{"name": "Properties and Attributes", "href": "summary_property.yml"},

0 commit comments

Comments
 (0)