Skip to content

Commit 1dd0f3e

Browse files
authored
chore: update toc entry to properly include summary pages (#415)
When the files aren't present, docfx does not convert the files from `.yml` extension to `.html`. I've tested this locally to ensure docfx keeps the file extension to `.html` as needed, which we'll need for the new files added for summary pages. The only entry that should change in the future would be `summary_overview.html` to `summary_overview.md`. Filed #414 to keep track of that. 🦕
1 parent 6478ad7 commit 1dd0f3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/templates/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
- href: changelog.md
55
name: Changelog
66
- items:
7-
- href: summary_overview.yml
7+
- href: summary_overview.html
88
name: Overview
9-
- href: summary_class.yml
9+
- href: summary_class.html
1010
name: Classes
11-
- href: summary_method.yml
11+
- href: summary_method.html
1212
name: Methods
13-
- href: summary_property.yml
13+
- href: summary_property.html
1414
name: Properties and Attributes
1515
name: BigQuery DataFrames API
1616
- items:

0 commit comments

Comments
 (0)