From 3e420ef623b42bbb3387de5f7ad027f2258c31ca Mon Sep 17 00:00:00 2001 From: Robert Standefer Date: Tue, 28 Feb 2017 11:00:41 -0800 Subject: [PATCH] Adding support for documentation snippets --- CSharp/docs-snippets/README.md | 2 ++ Node/docs-snippets/README.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 CSharp/docs-snippets/README.md create mode 100644 Node/docs-snippets/README.md diff --git a/CSharp/docs-snippets/README.md b/CSharp/docs-snippets/README.md new file mode 100644 index 0000000000..967e8cd228 --- /dev/null +++ b/CSharp/docs-snippets/README.md @@ -0,0 +1,2 @@ +# Docs-Snippets +This folder contains C# code snippets used in the Bot Framework documentation. diff --git a/Node/docs-snippets/README.md b/Node/docs-snippets/README.md new file mode 100644 index 0000000000..d877a830bf --- /dev/null +++ b/Node/docs-snippets/README.md @@ -0,0 +1,2 @@ +# Docs-Snippets +This folder contains Node.js code snippets used in the Bot Framework documentation.