Skip to content

Commit 4a2acc1

Browse files
fix: remove (includes samples) from overview link (#282)
* fix: remove `(includes samples)` from overview link b/404600681 The samples inside the GitHub repositories are not meant for user consumption and are better portrayed in https://cloud.google.com/docs/samples * test: adjust golden file
1 parent 9497395 commit 4a2acc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

third_party/docfx-doclet-143274/src/main/java/com/microsoft/model/LibraryOverviewFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public LibraryOverviewFile(
8787
+ " Product Reference</a></td>\n"
8888
+ " <td><a href=\""
8989
+ repoMetadata.getGithubLink()
90-
+ "\">GitHub Repository (includes samples)</a></td>\n"
90+
+ "\">GitHub Repository</a></td>\n"
9191
+ " <td><a href=\""
9292
+ repoMetadata.getMavenLink()
9393
+ "\">Maven artifact</a></td>\n"

third_party/docfx-doclet-143274/src/test/resources/expected-generated-files/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<table>
77
<tr>
88
<td><a href="https://cloud.google.com/api-keys/">API Keys API Product Reference</a></td>
9-
<td><a href="https://github.com/googleapis/google-cloud-java/tree/main/java-apikeys">GitHub Repository (includes samples)</a></td>
9+
<td><a href="https://github.com/googleapis/google-cloud-java/tree/main/java-apikeys">GitHub Repository</a></td>
1010
<td><a href="https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apikeys">Maven artifact</a></td>
1111
</tr>
1212
</table>

0 commit comments

Comments
 (0)