googleapis / doc-pipeline

Apache License 2.0
10 stars 11 forks source link

feat: add support for namespaces in the HTML template #478

Open bshaffer opened 1 year ago

bshaffer commented 1 year ago

We would like to display the namespace somewhere in the HTML, and this is even more important now that we have released new service clients which have the same name as the old service clients.

This could be as simple as outputing the namespace in a div above the title:

Screenshot 2023-06-05 at 6 19 56 PM

This was added with the following HTML:

<div>Google \ Cloud \ AutoMl \ Client \ <a href="#">AutoMlClient</a></div>