-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #915 from nibble0101/overview-of-explanation-section
Overview subsection of the explanation section
- Loading branch information
Showing
2 changed files
with
60 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,63 @@ | ||
--- | ||
slug: /explanations/ | ||
title: Wechaty explanations overview | ||
sidebar_label: 'explanations: Overview' | ||
title: Overview | ||
sidebar_label: "Overview" | ||
--- | ||
|
||
Explanations will discuss key topics and concepts at a fairly high level and provide useful background information and explanation. | ||
The **Explanation** section discusses topics that broaden your knowledge of Wechaty. Technical facts and some tidbits of useful information are found here to give you more clarity and understanding of what Wechaty is all about. | ||
|
||
## [Converstional](conversational.md) | ||
|
||
TBW | ||
|
||
## [RPA](rpa.md) | ||
|
||
TBW | ||
|
||
## [Motivation](motivations.md) | ||
|
||
TBW | ||
|
||
## [Concepts](concepts.md) | ||
|
||
TBW | ||
|
||
## [Architecture](architecture.md) | ||
|
||
The **Architecture** section discusses the fundamental structures of Wechaty chatbot. You will learn how the chatbot works and interacts with other components, how each of the components is represented, and how it all fits as a whole. | ||
|
||
## [Life Cycle](lifecycle.md) | ||
|
||
TBW | ||
|
||
## [Alternatives](alternatives.md) | ||
|
||
TBW | ||
|
||
## [Glossary](glossary.md) | ||
|
||
TBW | ||
|
||
## [Testing](testing.md) | ||
|
||
The **Testing** section will highlight tools and frameworks you can use for testing Wechaty chatbots and chatbots in general. | ||
|
||
## [FAQ](faq.md) | ||
|
||
TBW | ||
|
||
## [DevOps Toolset](#placeholder-link) | ||
|
||
In this section, we learn about the **DevOps tools and configurations** used by Wechaty while creating chatbots, puppets and certain workflows. | ||
|
||
## [SDK & CUI](#placeholder-link) | ||
|
||
Wechaty is a modern conversational robotic process automation SDK for chatbot makers. In this section, you will gain an understanding of what a **Software Development Kit** is and why Wechaty should be your preferred SDK for making chatbots. You will also learn about **RPA** and **conversational interfaces**. | ||
|
||
## [Troubleshooting](troubleshooting.mdx) | ||
|
||
The Troubleshooting section discusses the most common problems that you will encounter while using Wechaty to create chatbots as well as contributing to Wechaty and the Wechaty documentation. | ||
|
||
## [Docusaurus](docusaurus/doc1.md) | ||
|
||
TBW |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters