Skip to content

Commit d3fbb0d

Browse files
committed
update docs/index.rst for sub-API
1 parent b178f84 commit d3fbb0d

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

packages/google-cloud-gke-hub/docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ API Reference
1313

1414
gkehub_v1/services_
1515
gkehub_v1/types_
16+
gkehub_v1/configmanagement_v1/services_
17+
gkehub_v1/configmanagement_v1/types_
18+
gkehub_v1/multiclusteringress_v1/services_
19+
gkehub_v1/multiclusteringress_v1/types_
1620

1721
API Reference
1822
-------------

scripts/client-post-processing/sub-api-versioned-namespace.yaml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
description: Update sub-API namespace to reflect versioned parent API
14+
description: Update sub-API namespace to reflect parent API
1515
url: https://github.com/googleapis/gapic-generator-python/issues/1832
1616
replacements:
1717
- paths: [
@@ -66,3 +66,27 @@ replacements:
6666
after: |
6767
from google.cloud.gkehub_v1 import gapic_version as package_version
6868
count: 1
69+
- paths: [
70+
packages/google-cloud-gke-hub/docs/index.rst
71+
]
72+
before: |
73+
API Reference
74+
-------------
75+
.. toctree::
76+
:maxdepth: 2
77+
78+
gkehub_v1/services_
79+
gkehub_v1/types_\n
80+
after: |
81+
API Reference
82+
-------------
83+
.. toctree::
84+
:maxdepth: 2
85+
86+
gkehub_v1/services_
87+
gkehub_v1/types_
88+
gkehub_v1/configmanagement_v1/services_
89+
gkehub_v1/configmanagement_v1/types_
90+
gkehub_v1/multiclusteringress_v1/services_
91+
gkehub_v1/multiclusteringress_v1/types_\n
92+
count: 1

0 commit comments

Comments
 (0)