Update readme with button to deploy solution using qna maker public preview. I have created a branch called QnAMakerV2PublicPreview which uses the public preview version of apis (https://github.com/Azure-Samples/search-qna-maker-accelerator/tree/QnAMakerV2PublicPreview). We intend to keep it as a child branch and not merge it into the main branch which contains the GA apis.
Does this introduce a breaking change?
[ ] Yes
[x] No
Pull Request Type
What kind of change does this Pull Request introduce?
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Documentation content changes
[ ] Other... Please describe:
How to Test
Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
Purpose
Update readme with button to deploy solution using qna maker public preview. I have created a branch called QnAMakerV2PublicPreview which uses the public preview version of apis (https://github.com/Azure-Samples/search-qna-maker-accelerator/tree/QnAMakerV2PublicPreview). We intend to keep it as a child branch and not merge it into the main branch which contains the GA apis.
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Other Information