Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Removing v2 in all the documentation files (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishnu-MSFT authored Jul 29, 2020
1 parent 2668495 commit 7ff3511
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Deployment/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"appDisplayName": {
"type": "string",
"minLength": 1,
"defaultValue": "FAQ Plus V2",
"defaultValue": "FAQ Plus",
"metadata": {
"description": "The app (and bot) display name."
}
Expand All @@ -58,7 +58,7 @@
"appIconUrl": {
"type": "string",
"minLength": 1,
"defaultValue": "https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-faqplusv2/master/Manifest/color.png",
"defaultValue": "https://raw.githubusercontent.com/OfficeDev/microsoft-teams-apps-faqplus/master/Manifest/color.png",
"metadata": {
"description": "The link to the icon for the app. It must resolve to a PNG file."
}
Expand Down Expand Up @@ -132,7 +132,7 @@
"metadata": {
"description": "The URL to the GitHub repository to deploy."
},
"defaultValue": "https://github.com/OfficeDev/microsoft-teams-apps-faqplusv2.git"
"defaultValue": "https://github.com/OfficeDev/microsoft-teams-apps-faqplus.git"
},
"gitBranch": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion Manifest/manifest_enduser.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"outline": "outline.png"
},
"name": {
"short": "FAQ Plus [V2]"
"short": "FAQ Plus"
},
"description": {
"short": "A friendly FAQ bot that answers questions and connects you to experts.",
Expand Down
2 changes: 1 addition & 1 deletion Manifest/manifest_sme.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"outline": "outline.png"
},
"name": {
"short": "FAQ Plus [V2] (Experts Team)"
"short": "FAQ Plus (Experts Team)"
},
"description": {
"short": "A friendly FAQ bot that answers questions and connects you to experts.",
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ urlFragment: microsoft-teams-apps-faqplus
---
# FAQ Plus App Template

| [Documentation](https://github.com/OfficeDev/microsoft-teams-apps-faqplusv2/wiki/Home) | [Deployment guide](https://github.com/OfficeDev/microsoft-teams-apps-faqplusv2/wiki/Deployment-Guide) | [Architecture](https://github.com/OfficeDev/microsoft-teams-apps-faqplusv2/wiki/Solution-Overview) |
| [Documentation](https://github.com/OfficeDev/microsoft-teams-apps-faqplus/wiki/Home) | [Deployment guide](https://github.com/OfficeDev/microsoft-teams-apps-faqplus/wiki/Deployment-Guide) | [Architecture](https://github.com/OfficeDev/microsoft-teams-apps-faqplus/wiki/Solution-Overview) |
| ---- | ---- | ---- |

Chatbots on Microsoft Teams are an easy way to provide answers to frequently asked questions by users. However, most chatbots fail to engage with users in a meaningful way because there is no human in the loop when the chatbot fails to answer a question well.
Expand Down Expand Up @@ -39,13 +39,13 @@ FAQ Plus bot is a friendly Q&A bot that brings a human in the loop when it is un

* Expert invoking the task module to add QnA pair:

![Invoking_taskmodule1](https://github.com/OfficeDev/microsoft-teams-apps-faqplusv2/wiki/Images/Invoking_taskmodule1.png)
![Invoking_taskmodule1](https://github.com/OfficeDev/microsoft-teams-apps-faqplus/wiki/Images/Invoking_taskmodule1.png)

More screenshots and tips on how to use the app are in the [Wiki](https://github.com/OfficeDev/microsoft-teams-apps-faqplusv2/wiki/Home) of this repository.
More screenshots and tips on how to use the app are in the [Wiki](https://github.com/OfficeDev/microsoft-teams-apps-faqplus/wiki/Home) of this repository.

## Legal Notice

Please read the license terms applicable to this template [here](https://github.com/OfficeDev/microsoft-teams-apps-faqplusv2/blob/master/LICENSE). In addition to these terms, you agree to the following:
Please read the license terms applicable to this template [here](https://github.com/OfficeDev/microsoft-teams-apps-faqplus/blob/master/LICENSE). In addition to these terms, you agree to the following:

- You are responsible for complying with all applicable privacy and security regulations, as well as all internal privacy and security policies of your company. You must also include your own privacy statement and terms of use for your app if you choose to deploy or share it broadly.
- This template includes functionality to provide all with required information, and it is your responsibility to ensure the data is presented accurately.
Expand Down

0 comments on commit 7ff3511

Please sign in to comment.