Skip to content

Commit

Permalink
Merge pull request #915 from nibble0101/overview-of-explanation-section
Browse files Browse the repository at this point in the history
Overview subsection of the explanation section
  • Loading branch information
nibble0101 authored Sep 21, 2021
2 parents 3000a9c + 7b14081 commit 5e3271d
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 4 deletions.
62 changes: 59 additions & 3 deletions docusaurus/docs/explanations/overview.mdx
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
2 changes: 1 addition & 1 deletion docusaurus/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ const references = {
}

const explanations = {
label: 'explanations',
label: 'Explanations',
items: [
'explanations/overview',
'explanations/conversational',
Expand Down

0 comments on commit 5e3271d

Please sign in to comment.