diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 8ab32bb3736..88509019c09 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -3,7 +3,6 @@ { "customized_tasks": { "docset_prebuild": [ - "_dependentPackages/CommonPlugins/tools/JoinTOC.ps1" ] }, "docset_name": "msteams-platform", @@ -73,12 +72,6 @@ "Pdf" ] }, - "JoinTOCPlugin": [ - { - "ConceptualTOC": "msteams-platform/TOC.yml", - "ReferenceTOCUrl": "/javascript/api/msteams-client-docs-ref-typescript/toc.json?view=msteams-client-js-latest" - } - ], "dependent_packages": [ { "path_to_root": "_dependentPackages/CommonPlugins", diff --git a/msteams-platform/TOC.yml b/msteams-platform/TOC.yml index 3d4d5fa54c6..b3f50de8ba0 100644 --- a/msteams-platform/TOC.yml +++ b/msteams-platform/TOC.yml @@ -1197,3 +1197,17 @@ - name: Support and feedback href: feedback.md displayName: Developer community help, questions, suggestions, contact, issues +- name: SDK Reference + items: + - name: Teams SDK for .NET (TODO) + href: /dotnet/api/microsoft.teams.ai.annotations + displayName: Reference + - name: Teams SDK for TypeScript + href: /javascript/api/teams-sdk-typescript + displayName: Reference + - name: Teams SDK for Python + href: /python/api/msteams-sdk-python/overview + displayName: Reference + - name: Teams client-side TypeScript libraries + href: /javascript/api/overview/msteams-client + displayName: Reference, TeamsJS, client