googleapis / sphinx-docfx-yaml

Forked sphinx-docfx-yaml repository for creating DocFX YAML for Python Client Libraries
Apache License 2.0
5 stars 7 forks source link

feat: support overview page #365

Closed dandhlee closed 8 months ago

dandhlee commented 8 months ago

Adds support for summary_overview.md page. Gives users an option to also have overview_content.md file in their libraries, and if found, that content will be prepended to the existing Overview page content.

summary_overview.md page will be generated separately from the tool, through Synthtool. Same for overview_content.md file which will be supplied by library maintainers.

Adjusted a bit of the move_markdown_pages spacing.

Towards b/331981881.