Skip to content

Commit

Permalink
Docs: normalize use of support level badges (#6159)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
tseaver authored Oct 17, 2018
1 parent f843a0c commit 1a2a67f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/google-cloud-websecurityscanner/README.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
Python Client for Web Security Scanner API (`Alpha`_)
=====================================================
Python Client for Web Security Scanner API
==========================================

|pypi| |versions|
|alpha| |pypi| |versions|

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

- `Client Library Documentation`_
- `Product Documentation`_

.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-websecurityscanner.svg
:target: https://pypi.org/project/google-cloud-websecurityscanner/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-websecurityscanner.svg
:target: https://pypi.org/project/google-cloud-websecurityscanner/
.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
.. _Web Security Scanner API: https://cloud.google.com/security-scanner
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/websecurityscanner/index.html
.. _Product Documentation: https://cloud.google.com/security-scanner
Expand Down

0 comments on commit 1a2a67f

Please sign in to comment.