GITBOOK-118: fix a typo in home page and reorder pages

This commit is contained in:
Chedli Ben Yaghlane 2025-02-10 10:00:16 +00:00 committed by gitbook-bot
parent d0c416a5e8
commit c25697f33e
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ Welcome to the Hexabot Documentation! Hexabot is a powerful and versatile open-s
## Key Features ## 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. * **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. * **NLU Engine:** Leverage state-of-the-art NLU technology to understand user intent, extract key information, and deliver personalized responses.

View File

@ -59,8 +59,9 @@
## Developer Guide ## 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) * [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) * [CLI Command Reference](developer-guide/cli-command-reference.md)
* [Extensions](developer-guide/extensions.md) * [Extensions](developer-guide/extensions.md)
* [Plugins](developer-guide/integrations/README.md) * [Plugins](developer-guide/integrations/README.md)
@ -71,7 +72,6 @@
* [Hexabot API](developer-guide/hexabot-api.md) * [Hexabot API](developer-guide/hexabot-api.md)
* [Hexabot NLU Engine](developer-guide/hexabot-nlu-engine.md) * [Hexabot NLU Engine](developer-guide/hexabot-nlu-engine.md)
* [SMTP Configuration and Emails](developer-guide/smtp-configuration-and-emails.md) * [SMTP Configuration and Emails](developer-guide/smtp-configuration-and-emails.md)
* [Contributors Installation Guide](developer-guide/contributors-installation-guide.md)
## Key Concepts ## Key Concepts