Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes some typos, awkward wording #96

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions website/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Are you new to Power Platforms? The _Dev In a Day_ series of hands-on labs shoul
| Lab# | Description | Last Updated |
|:---------|:--- |:--- |
| [**00**](./prodev-1/step-1.md) | **Onboarding**: Learn to setup your developer environment before jumping into other workshops. | Jan 2023 |
| [**01**](./prodev-2/step-1.md) | **Getting Started**: Import solutions to start your work. Learn how to add columns to tables and modify the app to fit your need. You will also learn hot to configure and test the Power Platform CLI. | Jan 2023|
| [**02**](./prodev-3/step-1.md) | **Build Code Component:** Create a Power Apps code component to allow drag and drop function: To rank priority of items in the app you create. Learn how to build a code component using the React JavaScript framework to address customized requirement. | Jan 2023 |
| [**03**](./prodev-4/step-1.md) | **Build Custom Connector:** Learn to configur a Power Platform custom connector for an existing API: To add badge to the app and give credit to users when they have completed a task. | Jan 2023 |
| [**04**](./prodev-5/step-1.md) | **Azure Functions**: Learn to configuring a custom connector for a new API you build using Azure Functions. Learn to create the function, use the Dataverse API, secure the API with Azure AD, configure a custom connector to use the API, and change the Power App to use the connector. | Jan 2023 |
| [**01**](./prodev-2/step-1.md) | **Getting Started**: Import solutions to start your work. Learn how to add columns to tables and modify the app to fit your need. You will also learn how to configure and test the Power Platform CLI. | Jan 2023|
| [**02**](./prodev-3/step-1.md) | **Build Code Component:** Create a Power Apps code component to allow drag and drop functionality: To rank the priority of items in the app you create. Learn how to build a code component using the React JavaScript framework to address customized requirement. | Jan 2023 |
| [**03**](./prodev-4/step-1.md) | **Build Custom Connector:** Learn to configure a Power Platform custom connector for an existing API: To add a badge to the app and give credit to users when they have completed a task. | Jan 2023 |
| [**04**](./prodev-5/step-1.md) | **Azure Functions**: Learn to configure a custom connector for a new API you build using Azure Functions. Learn to create the function, use the Dataverse API, secure the API with Azure AD, configure a custom connector to use the API, and change the Power App to use the connector. | Jan 2023 |
| [**05**](./prodev-6/step-1.md) | **App Lifecycle Management**: Learn to configur GitHub Actions using the Power Platform Build Tools to automate the team’s deployments. | Jan 2023 |