Skip to content

Commit f3a4d84

Browse files
Remove type aliases from toc.yaml (#877)
- Remove type aliases from toc.yaml - Type doc complaints about missing files when generating docs. This PR removes the type aliases in toc.yaml causing the missing file paths.
1 parent 47f1b72 commit f3a4d84

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docgen/content-sources/node/toc.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ toc:
3636
path: /docs/reference/admin/node/admin.auth.CreatePhoneMultiFactorInfoRequest
3737
- title: "CreateRequest"
3838
path: /docs/reference/admin/node/admin.auth.CreateRequest
39-
- title: "CreateTenantRequest"
40-
path: /docs/reference/admin/node/admin.auth.CreateTenantRequest
4139
- title: "ListProviderConfigResults"
4240
path: /docs/reference/admin/node/admin.auth.ListProviderConfigResults
4341
- title: "ListTenantsResult"
@@ -285,5 +283,3 @@ toc:
285283
path: /docs/reference/admin/node/admin.remoteConfig.ExplicitParameterValue
286284
- title: "InAppDefaultValue"
287285
path: /docs/reference/admin/node/admin.remoteConfig.InAppDefaultValue
288-
- title: "RemoteConfigParameterValue"
289-
path: /docs/reference/admin/node/admin.remoteConfig.RemoteConfigParameterValue

0 commit comments

Comments
 (0)