From c25697f33e20eecd87fed8b70b3514135f9d1ce8 Mon Sep 17 00:00:00 2001 From: Chedli Ben Yaghlane Date: Mon, 10 Feb 2025 10:00:16 +0000 Subject: [PATCH] GITBOOK-118: fix a typo in home page and reorder pages --- docs/README.md | 2 +- docs/SUMMARY.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 6239442c..f88a8c43 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,7 +21,7 @@ Welcome to the Hexabot Documentation! Hexabot is a powerful and versatile open-s ## Key Features -Hexabot comes equipped with a comprehensive suite of features to empower your chatbot development:q +Hexabot comes equipped with a comprehensive suite of features to empower your chatbot development: * **Intuitive Visual Editor:** Build complex conversation flows without coding using our drag-and-drop interface and a diverse library of pre-built blocks. * **NLU Engine:** Leverage state-of-the-art NLU technology to understand user intent, extract key information, and deliver personalized responses. diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index b429eaac..aea421ce 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -59,8 +59,9 @@ ## Developer Guide -* [Setup Node.js with NVM](developer-guide/setup-node.js-with-nvm.md) * [Setting Up Docker for Development and Production](developer-guide/setting-up-docker-for-development-and-production.md) +* [Setup Node.js with NVM](developer-guide/setup-node.js-with-nvm.md) +* [Contributors Installation Guide](developer-guide/contributors-installation-guide.md) * [CLI Command Reference](developer-guide/cli-command-reference.md) * [Extensions](developer-guide/extensions.md) * [Plugins](developer-guide/integrations/README.md) @@ -71,7 +72,6 @@ * [Hexabot API](developer-guide/hexabot-api.md) * [Hexabot NLU Engine](developer-guide/hexabot-nlu-engine.md) * [SMTP Configuration and Emails](developer-guide/smtp-configuration-and-emails.md) -* [Contributors Installation Guide](developer-guide/contributors-installation-guide.md) ## Key Concepts