Skip to content

Commit 261a9d6

Browse files
authored
Merge pull request #96 from botpress/rk_bot_management
Renamed chatbot management folder
2 parents ba1eaab + 91518bf commit 261a9d6

10 files changed

+13
-15
lines changed

Diff for: docs/chatbot_management/analytics.md renamed to docs/management/analytics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Analytics
33
---
44

5-
![Messaging channels](/img/docs/chatbot_charts.png)
5+
![Analytics](/img/docs/chatbot_charts.png)
66
Analytics is available only for an activated bot, it holds infromation about the usage and performance of your bot. Analytics tab is per bot and it shows a dashboard that holds graphs, numbers and indexes about for the selected period.
77

88
## Selected Period

Diff for: docs/chatbot_management/chat.md renamed to docs/management/chat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: Chat
33
---
44

5-
![Chatbot Logs](/img/docs/chatbot_chat.png)
5+
![Chat](/img/docs/chatbot_chat.png)
66

77
Once you've published your chatbot, you can quickly test it out from the cloud dashboard in the 'Chat' tab of your chatbot.

Diff for: docs/chatbot_management/config_variables.md renamed to docs/management/config-variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configuration Variables
33
---
4-
![Chatbot Details](/img/docs/chatbot_config.png)
4+
![Config Variables](/img/docs/chatbot_config.png)
55
You can define configuration variables that will be accessible inside your Hooks and Actions.
66

77
:::caution
File renamed without changes.
File renamed without changes.

Diff for: docs/chatbot_management/messaging.md renamed to docs/management/messaging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Messaging Channels
33
---
4-
![Chatbot Details](/img/docs/chatbot_messenger.png)
4+
![Chatbot Messaging](/img/docs/chatbot_messenger.png)
55

66
Integrate your chatbot with various messaging channels.
77

File renamed without changes.

Diff for: docs/chatbot_management/overview.md renamed to docs/management/overview.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: Overview
3-
slug: /management/overview
4-
hide_title: true
53
---
64

75
# Chatbot Management

Diff for: docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const config = {
9595
},
9696
{
9797
type: "doc",
98-
docId: "chatbot_management/overview",
98+
docId: "management/overview",
9999
position: "left",
100100
label: "Chatbot Management",
101101
},

Diff for: sidebar/management.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ module.exports = [
44
collapsible: false,
55
label: "Chatbot Management",
66
items: [
7-
"chatbot_management/overview",
8-
"chatbot_management/details",
9-
"chatbot_management/messaging",
10-
"chatbot_management/logs",
11-
"chatbot_management/config_variables",
12-
"chatbot_management/analytics",
13-
"chatbot_management/misunderstood",
14-
"chatbot_management/chat",
7+
"management/overview",
8+
"management/details",
9+
"management/messaging",
10+
"management/logs",
11+
"management/config-variables",
12+
"management/analytics",
13+
"management/misunderstood",
14+
"management/chat",
1515
],
1616
},
1717
]

0 commit comments

Comments
 (0)