Skip to content

Commit

Permalink
Removed YAML metadata from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nokafor committed Dec 27, 2019
1 parent 55cc110 commit cc095b8
Showing 1 changed file with 19 additions and 29 deletions.
48 changes: 19 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,19 @@
---
topic: sample
products:
- office-365
languages:
- typescript
extensions:
contentType: tools
createdDate: 8/22/2017 8:37:20 AM
---
# Orky

[![Build Status](https://travis-ci.org/OfficeDev/Orky.svg?branch=master)](https://travis-ci.org/OfficeDev/Orky)

## What is Orky?

[Orky](https://github.com/OfficeDev/Orky/tree/master/Orky) is a bot you can deploy on [BotFramework](https://dev.botframework.com/). It provides a protocol for communicating with OrkyBot instances on [BotFramework](https://dev.botframework.com/).

Instructions for working with [Orky](https://github.com/OfficeDev/Orky/tree/master/Orky) can be found [here](https://github.com/OfficeDev/Orky/tree/master/Orky).

## What is an OrkyBot?

An OrkyBot is any service that speaks the [Orky](https://github.com/OfficeDev/Orky/tree/master/Orky) protocol. This means that integrating any service with [Orky](https://github.com/OfficeDev/Orky/tree/master/Orky) will allow users to communicate with it through chat.

Here are the currently supported services:
* [Hubot](https://hubot.github.com/) with the [Hubot-Orky](https://github.com/OfficeDev/Orky/tree/master/Hubot-Orky) adapter. Instructions can be found [here](https://github.com/OfficeDev/Orky/tree/master/Hubot-Orky).


This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
# Orky

[![Build Status](https://travis-ci.org/OfficeDev/Orky.svg?branch=master)](https://travis-ci.org/OfficeDev/Orky)

## What is Orky?

[Orky](https://github.com/OfficeDev/Orky/tree/master/Orky) is a bot you can deploy on [BotFramework](https://dev.botframework.com/). It provides a protocol for communicating with OrkyBot instances on [BotFramework](https://dev.botframework.com/).

Instructions for working with [Orky](https://github.com/OfficeDev/Orky/tree/master/Orky) can be found [here](https://github.com/OfficeDev/Orky/tree/master/Orky).

## What is an OrkyBot?

An OrkyBot is any service that speaks the [Orky](https://github.com/OfficeDev/Orky/tree/master/Orky) protocol. This means that integrating any service with [Orky](https://github.com/OfficeDev/Orky/tree/master/Orky) will allow users to communicate with it through chat.

Here are the currently supported services:
* [Hubot](https://hubot.github.com/) with the [Hubot-Orky](https://github.com/OfficeDev/Orky/tree/master/Hubot-Orky) adapter. Instructions can be found [here](https://github.com/OfficeDev/Orky/tree/master/Hubot-Orky).


This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 comments on commit cc095b8

Please sign in to comment.