Skip to content

Commit 1a2a67f

Browse files
authored
Docs: normalize use of support level badges (#6159)
* Remove badges for deprecated umbrella 'google-cloud' package. * Clarify support levels. - Add explicit section to support linking from sub-package README badges. - Move explanatory text for a support level above the list of packages at that level. * Normalize use of support-level badges in READMEs. - Note that 'error_reporting/README.rst' and 'monitoring/README.rst' are undergoing other edits; they are left out here to avoid conflicts. * Use 'General Avaialblity' for support level. Fix linkx in related API READMEs. * Fix links for alpha support in API READMEs. * Fix links for beta support in API READMEs.
1 parent f843a0c commit 1a2a67f

File tree

1 file changed

+5
-4
lines changed
  • packages/google-cloud-websecurityscanner

1 file changed

+5
-4
lines changed

packages/google-cloud-websecurityscanner/README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
Python Client for Web Security Scanner API (`Alpha`_)
2-
=====================================================
1+
Python Client for Web Security Scanner API
2+
==========================================
33

4-
|pypi| |versions|
4+
|alpha| |pypi| |versions|
55

66
`Web Security Scanner API`_: Web Security Scanner API (under development).
77

88
- `Client Library Documentation`_
99
- `Product Documentation`_
1010

11+
.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg
12+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support
1113
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-websecurityscanner.svg
1214
:target: https://pypi.org/project/google-cloud-websecurityscanner/
1315
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-websecurityscanner.svg
1416
:target: https://pypi.org/project/google-cloud-websecurityscanner/
15-
.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
1617
.. _Web Security Scanner API: https://cloud.google.com/security-scanner
1718
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/websecurityscanner/index.html
1819
.. _Product Documentation: https://cloud.google.com/security-scanner

0 commit comments

Comments
 (0)