Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 9437cc1

Browse files
Update README.md (#939)
Updated **Available Commands** section: - Moved dialog from "Preview commands" to "Available Commands" since it went live in R9. - Ordered the "Available Commands" list alphabetically. - Made all links endnote links.
1 parent 34194e3 commit 9437cc1

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,15 @@ $ bf
2727
## Available Commands
2828
The following commands are currently available:
2929
* [Chatdown][1]
30-
* [QnAMaker][2]
31-
* [Config](https://github.com/microsoft/botframework-cli/tree/master/packages/cli#bf-config)
32-
* [Luis][3]
30+
* [Config][2]
31+
* [Dialog][3]
32+
* [Luis][4]
33+
* [QnAMaker][5]
3334

35+
<!--
3436
Preview commands (Install running [bf plugins](https://github.com/microsoft/botframework-cli/tree/master/packages/plugins#microsoftbf-cli-plugins))
3537
* [Dialog](https://github.com/microsoft/botframework-cli/tree/master/packages/dialog)
38+
-->
3639

3740
#### Future Commands
3841
The following commands will be ported in upcoming releases:
@@ -128,6 +131,10 @@ Security issues and bugs should be reported privately, via email, to the Microso
128131

129132
Copyright (c) Microsoft Corporation. All rights reserved.
130133

131-
[1]:./packages/chatdown/README.md
132-
[2]:./packages/qnamaker/README.md
133-
[3]:./packages/luis/README.md
134+
[1]: ./packages/chatdown/README.md
135+
[2]: ./packages/cli#bf-config
136+
[3]: ./packages/dialog/README.md
137+
[4]: ./packages/luis/README.md
138+
[5]: ./packages/qnamaker/README.md
139+
140+

0 commit comments

Comments
 (0)