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

Commit

Permalink
remove references to botkit.ai
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrown committed Sep 10, 2021
1 parent 9365023 commit 38d6067
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 37 deletions.
2 changes: 1 addition & 1 deletion packages/botbuilder-adapter-web/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Offline! Reload to reconnect.
</div>
<div class="powered_by">
Powered by <a href="https://botkit.ai" target="_blank" title="Building Blocks for Building Bots"><img src="/botkit_icon.png" width="15" height="15" alt="Botkit Logo" /> Botkit</a>
Powered by <a href="https://github.com/howdyai/botkit" target="_blank" title="Building Blocks for Building Bots"><img src="/botkit_icon.png" width="15" height="15" alt="Botkit Logo" /> Botkit</a>
</div>
<section>
<div id="message_list">
Expand Down
9 changes: 0 additions & 9 deletions packages/botkit-plugin-cms/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,6 @@ controller.ready(function() {

* [BotkitCMSHelper](../docs/reference/cms.md)

## Community & Support

Join our thriving community of Botkit developers and bot enthusiasts at large.
Over 10,000 members strong, [our open Slack group](https://community.botkit.ai) is
_the place_ for people interested in the art and science of making bots.
Come to ask questions, share your progress, and commune with your peers!

You can also find help from members of the Botkit team [in our dedicated Cisco Spark room](https://eurl.io/#SyNZuomKx)!

## About Botkit

Botkit is a part of the [Microsoft Bot Framework](https://dev.botframework.com).
Expand Down
8 changes: 4 additions & 4 deletions packages/botkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

**Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.**

## The information in this document is for the brand new 4.0 branch of Botkit! If you're looking for documentation for previous versions, [look here](https://botkit.ai/docs/v0/).
## The information in this document is for the brand new 4.0 branch of Botkit! If you're looking for documentation for previous versions, [look here](https://github.com/howdyai/botkit-docs).

## Install Botkit

Expand All @@ -23,7 +23,7 @@ yo botkit

Want to dive right in? [Remix one of our starter kits on Glitch](https://glitch.com/botkit). You'll start with a fully functioning app that you can edit and run from the browser!

[![Remix on Glitch](https://botkit.ai/docs/glitch.png)](https://glitch.com/botkit)
[![Remix on Glitch](https://github.com/howdyai/botkit/blob/main/packages/docs/glitch.png?raw=true)](https://glitch.com/botkit)

## Build Your Bot

Expand Down Expand Up @@ -123,14 +123,14 @@ controller.middleware.send.use(function(bot, message, next) {
```
## Documentation

[Full documentation of Botkit, including a class reference, can be found on the docs site](https://botkit.ai/docs/v4), as well as [on Github](../docs/index.md).
[Full documentation of Botkit, including a class reference, can be found on the docs site](../docs/index.md).

## [Change Log](https://github.com/howdyai/botkit/blob/master/changelog.md)

## Community & Support

Join our thriving community of Botkit developers and bot enthusiasts at large.
Over 10,000 members strong, [our open Slack group](https://community.botkit.ai) is
Over 10,000 members strong, [our Github site](https://github.com/howdyai/botkit) is
_the place_ for people interested in the art and science of making bots.
Come to ask questions, share your progress, and commune with your peers!

Expand Down
2 changes: 0 additions & 2 deletions packages/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

## Install Botkit

[**New to Botkit?** Read our guide to getting started with Botkit](https://botkit.ai/getstarted.html).

### Remix on Glitch

Want to dive right in? [Remix one of our starter kits on Glitch](https://glitch.com/botkit). You'll start with a fully functioning app that you can edit and run from the browser!
Expand Down
9 changes: 0 additions & 9 deletions packages/docs/plugins/cms.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,6 @@ controller.ready(function() {

* [BotkitCMSHelper](../reference/cms.md)

## Community & Support

Join our thriving community of Botkit developers and bot enthusiasts at large.
Over 10,000 members strong, [our open Slack group](https://community.botkit.ai) is
_the place_ for people interested in the art and science of making bots.
Come to ask questions, share your progress, and commune with your peers!

You can also find help from members of the Botkit team [in our dedicated Cisco Spark room](https://eurl.io/#SyNZuomKx)!

## About Botkit

Botkit is a part of the [Microsoft Bot Framework](https://dev.botframework.com).
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/provisioning/slack-events-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Building a bot with Botkit and the Slack Events API gives you access to all of the best tools and options available to create a feature-rich bot for Slack.

In order to get everything set up, you will need to configure a new Slack App inside the [Slack Developer Portal](http://api.slack.com/apps), and at the same time, configure a [Botkit-powered bot](http://botkit.ai). It only takes a few moments, but there are a bunch of steps, so follow these instructions carefully.
In order to get everything set up, you will need to configure a new Slack App inside the [Slack Developer Portal](http://api.slack.com/apps), and at the same time, configure a Botkit-powered bot. It only takes a few moments, but there are a bunch of steps, so follow these instructions carefully.

This feature is still in very active development at Slack, and these steps are subject to change.

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/provisioning/teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Say hello to your real live bot!
## Step 5 - Add dialog and features
Once you have a bot up and running, you can start the fun part of [making your bot functional](../core.md).

If you have questions or suggestions, please take a look at our [community support resources](core.md#developer--support-community). You can chat with contributors and enthusiasts in [our Slack community](https://community.botkit.ai/).
If you have questions or suggestions, please take a look at our [community support resources](core.md#developer--support-community).

## Additional resources
* [Microsoft's Bot Framework](https://dev.botframework.com/)
2 changes: 0 additions & 2 deletions packages/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

This repo contains the source material for the official Botkit 4.x docs.

View a nicely rendered version of these docs (and more) at [https://botkit.ai/docs/v4](https://botkit.ai/docs/v4)

* [Get Started](index.md)
* [Plugins](plugins/index.md)
* [Platform Adapters](platforms/index.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a Botkit starter kit for <%= platform %>, created with the [Yeoman gener

To complete the configuration of this bot, make sure to update the included `.env` file with your platform tokens and credentials.

[Botkit Docs](https://botkit.ai/docs/v4)
[Botkit Docs](https://github.com/howdyai/botkit/blob/main/packages/docs/index.md)

This bot is powered by [a folder full of modules](https://botkit.ai/docs/v4/core.html#organize-your-bot-code).
Edit the samples, and add your own in the [features/](features/) folder.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Offline! Reload to reconnect.
</div>
<div class="powered_by">
Powered by <a href="https://botkit.ai" target="_blank" title="Building Blocks for Building Bots"><img src="/botkit_icon.png" width="15" height="15" alt="Botkit Logo" /> Botkit</a>
Powered by <a href="https://github.com/howdyai/botkit" target="_blank" title="Building Blocks for Building Bots"><img src="/botkit_icon.png" width="15" height="15" alt="Botkit Logo" /> Botkit</a>
</div>
<section>
<div id="message_list">
Expand Down
6 changes: 3 additions & 3 deletions packages/generator-botkit/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ From inside your project folder, generate the project:
yo botkit
```

The generator will walk you through the process of configuring and installing your Botkit application. For each platform, a different set of API credentials and options will be collected. [Platform specific provisioning guides can be found in the Botkit docs site &rarr;](https://botkit.ai/docs/provisioning)
The generator will walk you through the process of configuring and installing your Botkit application. For each platform, a different set of API credentials and options will be collected. [Platform specific provisioning guides can be found in the Botkit docs site &rarr;](https://github.com/howdyai/botkit/blob/main/packages/docs/provisioning/index.md)

Once the generator has completed its work, you will be left with a fully operational bot ready to be connected to the messaging platform. To start the application, run `npm start`. [Learn more about the anatomy of a Botkit application &rarr;](https://botkit.ai/docs/v4/advanced.html#anatomy-of-a-botkit-app)
Once the generator has completed its work, you will be left with a fully operational bot ready to be connected to the messaging platform. To start the application, run `npm start`. [Learn more about the anatomy of a Botkit application &rarr;](https://github.com/howdyai/botkit/blob/main/packages/docs/advanced.md#anatomy-of-a-botkit-app)

The entire process is shown below:

Expand All @@ -33,7 +33,7 @@ The entire process is shown below:
## Community & Support

Join our thriving community of Botkit developers and bot enthusiasts at large.
Over 10,000 members strong, [our open Slack group](https://community.botkit.ai) is
Over 10,000 members strong, [our Github site](https://github.com/howdyai/botkit) is
_the place_ for people interested in the art and science of making bots.
Come to ask questions, share your progress, and commune with your peers!

Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ and is released under the [MIT Open Source license](LICENSE.md)
# Use Botkit

* [Install Botkit and get started](packages/botkit#readme)
* [Botkit Core Docs](https://botkit.ai/docs/v4/)
* [Botkit Platform Support](https://botkit.ai/docs/v4/platforms/)
* [Botkit Class Reference](https://botkit.ai/docs/v4/reference/)
* [Botkit Core Docs](https://github.com/howdyai/botkit/blob/main/packages/docs/index.md)
* [Botkit Platform Support](https://github.com/howdyai/botkit/blob/main/packages/docs/platforms/index.md)
* [Botkit Class Reference](https://github.com/howdyai/botkit/blob/main/packages/docs/reference/index.md)

## Packages included in this repo

Expand Down

0 comments on commit 38d6067

Please sign in to comment.