Skip to content

Commit 25cf062

Browse files
committed
remove chatbot instance
1 parent 9045653 commit 25cf062

File tree

3 files changed

+10
-200
lines changed

3 files changed

+10
-200
lines changed

docs/get-started/quickstart.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
3+
24
# Quickstart
35

46
## Start With a Prompt (4 mins)
@@ -47,7 +49,7 @@ The Agent will create all the necessary screens, components, and functionality b
4749

4850
Here are some prompts that we've used recently while chatting with the agent.
4951

50-
**A habit tracker**
52+
#### A habit tracker
5153

5254
**Prompt**
5355

@@ -62,7 +64,7 @@ Here are some prompts that we've used recently while chatting with the agent.
6264
- Allow the user to share their habit progress with others (through the share sheet of the mobile OS)
6365

6466

65-
**Asteroids game**
67+
#### Asteroids game
6668

6769
**Prompt**
6870

@@ -77,7 +79,7 @@ Replace the main screen with an implementation of the classic game of Asteroids.
7779

7880

7981

80-
**Chat app**
82+
#### Chat app
8183

8284
**Prompt**
8385

docusaurus.config.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type * as Preset from '@docusaurus/preset-classic';
55
const config: Config = {
66
title: 'Dreamflow Documentation',
77
tagline: 'Learn how to build mobile, web and desktop apps incredibly fast - without sacrificing on app quality or features',
8-
url: 'https://docs.flutterflow.io',
8+
url: 'https://docs.dreamflow.io',
99
baseUrl: '/',
1010
onBrokenLinks: 'throw',
1111
onBrokenMarkdownLinks: 'throw',
@@ -14,7 +14,6 @@ const config: Config = {
1414

1515
clientModules: [
1616
require.resolve('./src/js/table-helpers.js'),
17-
require.resolve('./src/js/chatbot.js'),
1817
],
1918
i18n: {
2019
defaultLocale: 'en',
@@ -97,12 +96,12 @@ const config: Config = {
9796
title: 'Community',
9897
items: [
9998
{
100-
label: 'Community Forum',
101-
href: 'https://community.flutterflow.io',
99+
label: 'Reddit',
100+
href: 'https://www.reddit.com/r/DreamFlow/',
102101
},
103102
{
104103
label: 'Twitter',
105-
href: 'https://twitter.com/flutterflow',
104+
href: 'https://twitter.com/DreamflowApp',
106105
},
107106
],
108107
},
@@ -116,7 +115,7 @@ const config: Config = {
116115
],
117116
},
118117
],
119-
copyright: `Copyright © ${new Date().getFullYear()} Dreamflow. Built with Docusaurus.`,
118+
copyright: `Copyright © ${new Date().getFullYear()} FlutterFlow. Built with Docusaurus.`,
120119
},
121120

122121
algolia: {

src/js/chatbot.js

Lines changed: 0 additions & 191 deletions
This file was deleted.

0 commit comments

Comments
 (0)