You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: change [START_EXCLUDE] annotation to [START_EXCLUDE silent]
The `[START_EXCLUDE]` annotation lets us omit part of Cloud Monitoring's pom.xml file from the documentation on cloud.google.com. However, the text before `[START_EXCLUDE]` isn't stripped out by default. As a result, the docs end up with something like this:
```xml
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring</artifactId>
</dependency>
<!-- ...
</dependencies>
```
By changing the annotation to `[START_EXCLUDE silent]`, we prevent the line `<!-- ...` from appearing in the docs.
0 commit comments