Skip to content

Commit ba8438d

Browse files
committed
More fixes
1 parent 3880164 commit ba8438d

File tree

4 files changed

+34
-12
lines changed

4 files changed

+34
-12
lines changed

powerapps-docs/developer/component-framework/custom-controls-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "PowerApps component framework Overview | MicrosoftDocs"
2+
title: "What are custom components? | MicrosoftDocs"
33
description: "Use the PowerApps component framework to create custom components to provide enhanced user experience for users to view and work with data in forms, views, and dashboards."
44
manager: kvivek
55
ms.date: 04/23/2019
@@ -9,7 +9,7 @@ ms.assetid: 135481cd-4583-4e49-8f58-02f32a9b054a
99
ms.author: "nabuthuk"
1010
---
1111

12-
# What are custom components
12+
# What are custom components?
1313

1414
[!INCLUDE[cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
1515

powerapps-docs/developer/component-framework/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "PowerApps component framework | Microsoft Docs"
2+
title: "PowerApps component framework overview | Microsoft Docs"
33
description: "Use the PowerApps component framework to create custom components to provide enhanced experience for people to view and work with data in forms, views, and dashboards."
44
keywords: "Component Framework, custom components, PowerApps controls"
55
author: nkrb
@@ -14,7 +14,7 @@ ms.assetid: 7923e36d-3640-49f7-9f2f-c97358a632db
1414
ms.author: nabuthuk
1515
---
1616

17-
# PowerApps component framework
17+
# PowerApps component framework overview
1818

1919
[!INCLUDE[cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
2020

@@ -38,6 +38,6 @@ Component developers can utilize modern web practices and also harness the power
3838
## Related topics
3939

4040
[What are custom components?](custom-controls-overview.md)<br/>
41-
[Create custom components](create-custom-controls-using-pcf.md)<br/>
41+
[Create and deploy custom components](create-custom-controls-using-pcf.md)<br/>
4242
[PowerApps for developers](https://docs.microsoft.com/powerapps/#pivot=home&panel=developer)
4343

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Publish custom components on AppSource | Microsoft Docs"
3+
description: "After you have tested your custom components and want it to distribute to others to use it, you must publish it on Microsoft AppSource."
4+
keywords: "Component Framework, custom components, PowerApps controls"
5+
author: nkrb
6+
manager: kvivek
7+
ms.date: 06/09/2019
8+
ms.service: "powerapps"
9+
ms.custom:
10+
- "dyn365-a11y"
11+
- "dyn365-developer"
12+
ms.topic: article
13+
ms.assetid: 7923e36d-3640-49f7-9f2f-c97358a632db
14+
ms.author: nabuthuk
15+
---
16+
17+
# Publish custom components on AppSource
18+
19+
[!INCLUDE[cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
20+
21+
After you have tested your custom components and want it to distribute to others to use it, you must publish it on Microsoft AppSource.
22+
23+
For detailed information on how to publish your apps and components on AppSource, see [Publish your app on AppSource](/powerapps/developer/common-data-service/publish-app-appsource).
24+

powerapps-docs/developer/component-framework/toc.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
items:
33
- name: Overview
44
href: overview.md
5-
- name: "What are custom components"
5+
- name: "What are custom components?"
66
href: custom-controls-overview.md
77
- name: Get PowerApps CLI
88
href: get-powerapps-cli.md
@@ -16,18 +16,16 @@
1616
href: create-custom-controls-using-pcf.md
1717
- name: Debug custom components
1818
href: debugging-custom-controls.md
19-
- name: Packaging a custom component
19+
- name: Package a custom component
2020
href: import-custom-controls.md
21-
- name: Add components to entites or fields
21+
- name: Add components to entities or fields
2222
href: add-custom-controls-to-a-field-or-entity.md
23-
- name: Update Microsoft PowerApps CLI to latest version
23+
- name: Update PowerApps CLI to latest version
2424
href: updating-tooling.md
25-
- name: Implementing custom components in TypeScript
26-
href: implementing-controls-using-typescript.md
2725
- name: Update existing custom components
2826
href: updating-existing-controls.md
2927
- name: Publish custom components on AppSource
30-
href: publish-components-on-app-source.md
28+
href: publish-components-app-source.md
3129
- name: Limitations
3230
href: limitations.md
3331
- name: FAQ

0 commit comments

Comments
 (0)