Skip to content

Commit ce77851

Browse files
authored
Live publish
2 parents b47396b + 76a3dd6 commit ce77851

File tree

97 files changed

+224
-210
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+224
-210
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Microsoft Power Apps Documentation
22

3-
This is the GitHub repository for the technical product documentation for **Power Apps**. This documentation is published at [Microsoft Power Apps documentation](https://docs.microsoft.com/powerapps).
3+
This is the GitHub repository for the technical product documentation for **Power Apps**. This documentation is published at [Microsoft Power Apps documentation](https://learn.microsoft.com/powerapps).
44

55
## How to contribute
66

7-
Thanks for your interest in [contributing](https://docs.microsoft.com/), home of technical content for Microsoft products and services.
7+
Thanks for your interest in [contributing](https://learn.microsoft.com/), home of technical content for Microsoft products and services.
88

9-
To learn how to make contributions to the content in this repository, start with our [Docs contributor guide](https://docs.microsoft.com/contribute). If you are a Microsoft employee, please visit the [internal version](https://aka.ms/contributors-guide) of this guide (only accessible to Microsoft employees).
9+
To learn how to make contributions to the content in this repository, start with our [Docs contributor guide](https://learn.microsoft.com/contribute). If you are a Microsoft employee, please visit the [internal version](https://aka.ms/contributors-guide) of this guide (only accessible to Microsoft employees).
1010

1111
## Code of conduct
1212

powerapps-docs/cards/overview.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: What are cards? (Preview)
33
description: Learn about cards as a Power Apps capability and the business problems they can help you solve.
44
ms.date: 09/20/2022
@@ -13,6 +13,8 @@ ms.collection:
1313

1414
# What are cards?
1515

16+
[This article is pre-release documentation and is subject to change.]
17+
1618
Cards are a low-code capability of Power Apps that let you design, send, and use cards. Cards are micro-apps with embedded enterprise data and workflows that can be sent as content in other applications.
1719

1820
Use the Power Apps guided and visual interface to create cards to optimize and automate business tasks. Use them to create actionable scenarios with interactive, data-driven, lightweight UI elements; then, make them available for other people to use.
@@ -22,8 +24,8 @@ As a part of the Power Apps ecosystem, cards add business logic through Power Fx
2224
Using cards, you can quickly build, manage, and share rich, actionable UI cards without any coding or IT expertise.
2325

2426
> [!IMPORTANT]
25-
> This is a preview feature.
26-
> [!INCLUDE[cc_preview_features_definition](../includes/cc-preview-features-definition.md)]
27+
> - This is a preview feature.
28+
> - [!INCLUDE[cc_preview_features_definition](../includes/cc-preview-features-definition.md)]
2729
2830
## Get started with cards
2931

@@ -71,4 +73,4 @@ Each interactive card runs securely, with embedded data and workflows. Users do
7173

7274
## Next steps
7375

74-
Learn more about the [Card Designer](make-a-card/designer-overview.md) and to start making cards.
76+
Learn more about the [Card Designer](make-a-card/designer-overview.md) and to start making cards.

powerapps-docs/developer/component-framework/code-components-best-practices.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ See the article on [Code component application lifecycle management (ALM)](code-
281281

282282
## Related topics
283283

284-
[What are code components](custom-controls-overview.md)<br/>
285-
[Code components for canvas apps](component-framework-for-canvas-apps.md)<br/>
286-
[Create and build a code component](create-custom-controls-using-pcf.md)<br/>
287-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)<br/>
288-
[Use code components in Power Apps portals](../../maker/portals/component-framework.md)
284+
- [What are code components](custom-controls-overview.md)
285+
- [Code components for canvas apps](component-framework-for-canvas-apps.md)
286+
- [Create and build a code component](create-custom-controls-using-pcf.md)
287+
- [Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)
288+
- [Use code components in Power Apps portals](../../maker/portals/component-framework.md)

powerapps-docs/developer/component-framework/code-components-model-driven-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Whenever you update the code components and want to see the changes in runtime,
4343

4444
[Power Apps component framework overview](overview.md)<br/>
4545
[Create your first code component](implementing-controls-using-typescript.md)<br/>
46-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)
46+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)
4747

4848

49-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
49+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/developer/component-framework/component-framework-for-canvas-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Whenever you update the code components and want to see the runtime changes, you
115115

116116
[Power Apps component framework overview](overview.md)<br/>
117117
[Create your first code component](implementing-controls-using-typescript.md)<br/>
118-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)
118+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)
119119

120120

121121
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/developer/component-framework/customize-editable-grid-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You can find an example of a customized editable grid control here: [Customized
107107

108108
[Power Apps component framework overview](overview.md)<br/>
109109
[Create your first code component](implementing-controls-using-typescript.md)<br/>
110-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)
110+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)
111111

112112

113113
[!INCLUDE [footer-banner](../../includes/footer-banner.md)]

powerapps-docs/developer/component-framework/get-powerapps-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use **Microsoft Power Platform CLI** (command-line interface) to create, debug,
2323
## See also
2424

2525
[Create your first code component](implementing-controls-using-typescript.md)<br/>
26-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)
26+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)
2727

2828

29-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
29+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/developer/component-framework/implementing-controls-using-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ To add the code component to a portal, follow the steps in the article [Use code
409409
### See also
410410

411411
[Download sample components](https://github.com/microsoft/PowerApps-Samples/tree/master/component-framework)<br/>
412-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)<br/>
412+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)<br/>
413413
[Update existing Power Apps component framework components](updating-existing-controls.md)<br/>
414414
[Overview of tools and apps used with ALM](/power-platform/alm/tools-apps-used-alm)<br/>
415415
[Power Apps component framework API reference](reference/index.md)<br/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Power Apps component framework licensing requirements are inline with existing c
6868
[What are code components?](custom-controls-overview.md)<br/>
6969
[Code components for canvas apps](component-framework-for-canvas-apps.md)<br/>
7070
[Create and build a code component](create-custom-controls-using-pcf.md)<br/>
71-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)<br/>
71+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)<br/>
7272
[Use code components in Power Apps portals](../../maker/portals/component-framework.md)
7373

7474

powerapps-docs/developer/component-framework/react-controls-platform-libraries.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ A: No. You must create a new control using the new template and then update the
122122
[What are code components?](custom-controls-overview.md)<br/>
123123
[Code components for canvas apps](component-framework-for-canvas-apps.md)<br/>
124124
[Create and build a code component](create-custom-controls-using-pcf.md)<br/>
125-
[Learn Power Apps component framework](/learn/paths/use-power-apps-component-framework)<br/>
125+
[Learn Power Apps component framework](/training/paths/use-power-apps-component-framework)<br/>
126126
[Use code components in Power Apps portals](../../maker/portals/component-framework.md)
127127

128128
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
129-
130-

0 commit comments

Comments
 (0)