Skip to content

Commit 1a727bb

Browse files
authored
Tiny change to bring API reference TOC source up to date (#958)
* Adding required tags to page template. * Adding formatting and fixing typo discovered in internal review. * More fixes/additions discovered in internal review. * Fixing format of toc.yaml file. * Adding EAP TOC and index top matter. * Refine TOC, fix paths in template, attempt to hide params. * Doing all possible to make this YAML valid. VSCode extensions believe that it is. * Fixing reference to TopicBuilder and adding HTTP interfaces.
1 parent ac20b2b commit 1a727bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docgen/content-sources/v2/toc.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ toc:
1515
section:
1616
- title: 'functions.https.CallableFunction'
1717
path: /docs/functions/alpha/v2_providers_https.CallableFunction.html
18+
- title: 'functions.https.CallableRequest'
19+
path: /docs/functions/alpha/v2_providers_https.CallableRequest.html
20+
- title: 'functions.https.error'
21+
path: /docs/functions/alpha/v2_providers_https.HttpsError.html
1822
- title: 'functions.https.options'
1923
path: /docs/functions/alpha/v2_providers_https.HttpsOptions.html
2024
- title: 'functions.logger'
@@ -34,7 +38,7 @@ toc:
3438
section:
3539
- title: 'Message'
3640
path: /docs/functions/alpha/v2_providers_pubsub.Message.html
37-
- title: 'TopicBuilder'
41+
- title: 'MessagePublishedData'
3842
path: /docs/functions/alpha/v2_providers_pubsub.MessagePublishedData.html
3943
- title: 'PubSubOptions'
4044
path: /docs/functions/alpha/v2_providers_pubsub.PubSubOptions.html

0 commit comments

Comments
 (0)