Skip to content

Commit

Permalink
chore: fix some broken links in our sample (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
huimiu authored Mar 16, 2023
1 parent 6b4f8c0 commit 3cebec1
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 4 deletions.
19 changes: 19 additions & 0 deletions adaptive-card-notification/cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Try sample with TeamsFx CLI

1. Install [Node.js](https://nodejs.org/en/download/) (Recommend LTS 16.x)
1. To install the TeamsFx CLI, use the npm package manager:
```
npm install -g @microsoft/teamsfx-cli
```
1. Create adaptive-card-notification project.
```
teamsfx new template adaptive-card-notification
```
1. Provision the project to Azure.
```
teamsfx provision
```
1. Deploy.
```
teamsfx deploy
```
2 changes: 1 addition & 1 deletion deep-linking-hello-world-tab-without-sso-M365/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting Started with Hello World Deeplinking Tab Without SSO Sample
>
> We really appreciate your feedback! If you encounter any issue or error, please report issues to us following the [Supporting Guide](./../SUPPORT.md). Meanwhile you can make [recording](https://aka.ms/teamsfx-record) of your journey with our product, they really make the product better. Thank you!
> We really appreciate your feedback! If you encounter any issue or error, please report issues to us following the [Supporting Guide](https://github.com/OfficeDev/TeamsFx-Samples/blob/dev/SUPPORT.md). Meanwhile you can make [recording](https://aka.ms/teamsfx-record) of your journey with our product, they really make the product better. Thank you!
>
Microsoft Teams supports the ability to run web-based UI inside "custom tabs" that users can install either for just themselves (personal tabs) or within a team or group chat context.

Expand Down
4 changes: 2 additions & 2 deletions developer-assist-dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting Started with Developer Assist Dashboard Sample

> Note: We really appreciate your feedback! If you encounter any issue or error, please report issues to us following the [Supporting Guide](./../SUPPORT.md). Meanwhile you can make [recording](https://aka.ms/teamsfx-record) of your journey with our product, they really make the product better. Thank you!
> Note: We really appreciate your feedback! If you encounter any issue or error, please report issues to us following the [Supporting Guide](https://github.com/OfficeDev/TeamsFx-Samples/blob/dev/SUPPORT.md). Meanwhile you can make [recording](https://aka.ms/teamsfx-record) of your journey with our product, they really make the product better. Thank you!
>
> This warning will be removed when the samples are ready for production.
Expand Down Expand Up @@ -70,7 +70,7 @@ This widget displays Planner tasks including the title of the task. This widget

**To integrate Planner tasks in the dashboard, follow the instructions:**

1. Visit [Microsoft Graph Explorer](aka.ms/ge), select profile icon on the right side and login with your Microsoft 365 developer account.
1. Visit [Microsoft Graph Explorer](https://aka.ms/ge), select profile icon on the right side and login with your Microsoft 365 developer account.
1. Type `https://graph.microsoft.com/v1.0/planner/plans` in Graph Explorer query box and select **Run query**. Copy the id of the plan you wish to use.
1. Type `https://graph.microsoft.com/v1.0/planner/plans/{Plan-Id}/buckets` in Graph Explorer query box and replace {Plan-Id} with your **plan-id** and select **Run query**. Copy the id of the bucket you'd like to see in your dashboard.
1. Open `./src/configs.ts` file in Developer Assist Dashboard project:
Expand Down
19 changes: 19 additions & 0 deletions developer-assist-dashboard/cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Try sample with TeamsFx CLI

1. Install [Node.js](https://nodejs.org/en/download/) (Recommend LTS 16.x)
1. To install the TeamsFx CLI, use the npm package manager:
```
npm install -g @microsoft/teamsfx-cli
```
1. Create dev-assist-dashboard project.
```
teamsfx new template dev-assist-dashboard
```
1. Provision the project to Azure.
```
teamsfx provision
```
1. Deploy.
```
teamsfx deploy
```
2 changes: 1 addition & 1 deletion team-central-dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting Started with Team Central Dashboard Sample

> Note: We really appreciate your feedback! If you encounter any issue or error, please report issues to us following the [Supporting Guide](./../SUPPORT.md). Meanwhile you can make [recording](https://aka.ms/teamsfx-record) of your journey with our product, they really make the product better. Thank you!
> Note: We really appreciate your feedback! If you encounter any issue or error, please report issues to us following the [Supporting Guide](https://github.com/OfficeDev/TeamsFx-Samples/blob/dev/SUPPORT.md). Meanwhile you can make [recording](https://aka.ms/teamsfx-record) of your journey with our product, they really make the product better. Thank you!
>
> This warning will be removed when the samples are ready for production.
Expand Down
19 changes: 19 additions & 0 deletions team-central-dashboard/cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Try sample with TeamsFx CLI

1. Install [Node.js](https://nodejs.org/en/download/) (Recommend LTS 16.x)
1. To install the TeamsFx CLI, use the npm package manager:
```
npm install -g @microsoft/teamsfx-cli
```
1. Create team-central-dashboard project.
```
teamsfx new template team-central-dashboard
```
1. Provision the project to Azure.
```
teamsfx provision
```
1. Deploy.
```
teamsfx deploy
```

0 comments on commit 3cebec1

Please sign in to comment.