Skip to content

Commit

Permalink
Merge pull request #1250 from MicrosoftDocs/onboarding-communication-…
Browse files Browse the repository at this point in the history
…react

Onboarding communication react
  • Loading branch information
JiayueHu authored Jun 23, 2021
2 parents f88eac4 + e6187d6 commit 6aeda03
Show file tree
Hide file tree
Showing 178 changed files with 44,384 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci-configs/packages-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,9 @@
},
{
"name": "@azure/[email protected]"
},
{
"name": "@azure/communication-react"
}
],
"source_repos": []
Expand Down
1 change: 1 addition & 0 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@
"docs-ref-autogen/documentdb/**": "cosmos-db",
"docs-ref-autogen/microsoft-cognitiveservices-speech-sdk/**": "cognitive-services",
"docs-ref-autogen/@azure/synapse/**": "synapse-analytics",
"docs-ref-autogen/@azure/communication-react/**": "azure-communication-services",
"preview-packages/docs-ref-autogen/@azure/core-amqp/**": "azure",
"preview-packages/docs-ref-autogen/@azure/event-hubs/**": "event-hubs",
"preview-packages/docs-ref-autogen/@azure/eventhubs-checkpointstore-blob/**": "event-hubs",
Expand Down
10 changes: 10 additions & 0 deletions docs-ref-autogen/@azure/communication-react/AreEqual.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### YamlMime:TSTypeAlias
name: AreEqual
uid: '@azure/communication-react.AreEqual'
package: '@azure/communication-react'
summary: ''
fullName: AreEqual<A>
remarks: ''
isPreview: false
isDeprecated: false
syntax: 'type AreEqual<A,B> = AreEqual<A, B>'
Loading

0 comments on commit 6aeda03

Please sign in to comment.