diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 5c6c57b..2b02442 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -22,34 +22,26 @@ function HomepageHeader() { } export default function Home() { - const {siteConfig} = useDocusaurusContext(); - - const updateProcessor = (message) => { - if (message === "/start") { - return "Hello! I'm a bot."; - } - return "I don't understand."; - } return ( -
+
-
+
Powerful add-on that monkeypatches extra useful features. -
-
+
+
Get user responses (or button clicks) effortlessly with a single line of code. - -
+
+
Create keyboard-based interfaces for your bots with ease and fun. - -
+
+
Effortlessly send messages with inline keyboards from your userbots. - +
@@ -65,7 +57,7 @@ export default function Home() { Started
-
+
); }