Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overview subsection of the explanation section #915

Merged
merged 27 commits into from
Sep 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b96c5bd
Add overview subsection of the explanation section
nibble0101 Jun 1, 2021
981c475
Merge branch 'master' into overview-of-explanation-section
nibble0101 Jun 1, 2021
d3e913c
Fix typos identified by @Rohitesh-Kumar-Jain
nibble0101 Jul 8, 2021
596c42f
Merge branch 'overview-of-explanation-section' of github.com:nibble01…
nibble0101 Jul 8, 2021
add3421
Merge branch 'master' into overview-of-explanation-section
lijiarui Jul 10, 2021
9f95adb
Merge branch 'master' into overview-of-explanation-section
nibble0101 Jul 12, 2021
e6c44ba
Merge branch 'master' into overview-of-explanation-section
nibble0101 Jul 21, 2021
d56295d
Did some editing
nibble0101 Jul 21, 2021
eb83207
Merge branch 'master' into overview-of-explanation-section
nibble0101 Jul 30, 2021
f6b5275
Merge branch 'master' into overview-of-explanation-section
nibble0101 Sep 3, 2021
04e1f69
Edit overview to the explanation section
nibble0101 Sep 4, 2021
ecdc4bd
Merge branch 'master' into overview-of-explanation-section
nibble0101 Sep 6, 2021
2e05736
Merge branch 'master' into overview-of-explanation-section
huan Sep 7, 2021
1d85d65
Merge branch 'master' into overview-of-explanation-section
Rohitesh-Kumar-Jain Sep 8, 2021
b53c388
Update overview.mdx
chris-4444 Sep 9, 2021
ae1db25
Merge branch 'master' into overview-of-explanation-section
nibble0101 Sep 9, 2021
ed33bb4
Merge master branch into overview-of-explanation-section
nibble0101 Sep 11, 2021
2fdc8ed
Update overview.mdx
chris-4444 Sep 14, 2021
08d59d3
Merge branch 'master' into overview-of-explanation-section
nibble0101 Sep 14, 2021
ae6fb07
Change spelling and include all sections in Explanation section to ov…
nibble0101 Sep 14, 2021
f4e2bba
Fix incorrect link
nibble0101 Sep 14, 2021
df79409
Merge branch 'master' into overview-of-explanation-section
nibble0101 Sep 15, 2021
81d5963
Capitalize subheadings and add placeholder links
nibble0101 Sep 15, 2021
b3a58ce
Merge branch 'overview-of-explanation-section' of github.com:nibble01…
nibble0101 Sep 15, 2021
19eaf14
Merge branch 'master' into overview-of-explanation-section
nibble0101 Sep 17, 2021
b3b0428
Merge branch 'master' into overview-of-explanation-section
nibble0101 Sep 21, 2021
7b14081
Merge branch 'master' into overview-of-explanation-section
nibble0101 Sep 21, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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