Skip to content

Commit bb37151

Browse files
authored
Merge pull request #11 from FlutterFlow/preview
Deploy preview
2 parents 1d65e9c + 93c3ffc commit bb37151

File tree

5 files changed

+10
-18
lines changed

5 files changed

+10
-18
lines changed

.github/workflows/firebase-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Deploy to Firebase Hosting
33
on:
44
push:
55
branches:
6-
- main # Automatic build on push to main
6+
- main # Deploy to live channel
7+
- preview # Deploy to preview channel
78

89
jobs:
910
build-and-deploy:
@@ -27,7 +28,7 @@ jobs:
2728
uses: FirebaseExtended/action-hosting-deploy@v0
2829
with:
2930
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
30-
projectId: flutterflow-docs-82026
31+
projectId: dreamflow-docs-2c50c
3132
channelId: live
3233
repoToken: "${{secrets.GITHUB_TOKEN}}"
3334

docs/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,11 @@ Dreamflow is an AI-first platform that combines code, visual, and agentic app de
5252

5353
- **[Properties Editor](workspace/properties-panel.md)**: Type-safe controls for every widget property with intelligent suggestions and validation. Use expressions, formulas, or simply ask the AI for assistance when configuring complex widget behaviors and styling.
5454

55-
- **Deploy**: Push your applications to the web or app stores with streamlined one-click deployment. Support for multiple platforms including Web, iOS, Android, macOS, Windows, and Linux ensures your app reaches users everywhere.
55+
- **[Deploy](test-and-publish/publish/web-deployment.md)**: Push your applications to the web or app stores with streamlined one-click deployment. Support for multiple platforms including Web, iOS, Android ensures your app reaches users everywhere.
5656

5757
- **Hot Reload**: See changes instantly as you develop with Flutter's hot reload technology, enabling rapid iteration and real-time feedback during the development process.
5858

59-
- **Debug Console**: Monitor app logs and performance in real-time with integrated debugging tools that help you identify and resolve issues quickly.
60-
59+
- **[Debug Console](workspace/content-panel.md#debug-console)**: Monitor app logs and performance in real-time with integrated debugging tools that help you identify and resolve issues quickly.
6160

6261
- **Multi-Platform Support**: Build applications that run seamlessly across mobile (iOS and Android), web (responsive), and desktop (macOS, Windows, Linux) platforms from a single codebase.
6362

docs/workspace/keyboard-shortcuts.md

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

docs/workspace/modules-panel/modules-panel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Modules Panel enabled from the left side of the builder interface, provides
1414

1515
- **[Widget Tree Module](../modules-panel/widget-panel.md)**: The default module that provides navigation and management of your app's widget hierarchy, allowing you to browse, select, and organize UI components.
1616

17-
- **[Theme Module](../modules-panel/theme.md)**: Manages app theming and styling by providing tools to customize colors, fonts, typography, and design tokens across your application.
17+
- **Theme Module**: Manages app theming and styling by providing tools to customize colors, fonts, typography, and design tokens across your application.
1818

1919
- **[Assets Module](../modules-panel/assets.md)**: Handles project asset management by allowing you to upload images, organize files, and manage all project resources in one centralized location.
2020

docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const config: Config = {
4545
// blogSidebarCount: 'ALL'
4646
// },
4747
gtag: {
48-
trackingID: 'G-LC4SC6JY70',
48+
trackingID: 'G-XJVXWZ37RP',
4949
anonymizeIP: true,
5050
},
5151
theme: {
@@ -127,12 +127,12 @@ const config: Config = {
127127

128128
algolia: {
129129
// The application ID provided by Algolia
130-
appId: 'L5VTR6TWVD',
130+
appId: '7VUSGGI85A',
131131

132132
// Public API key: it is safe to commit it
133-
apiKey: 'bab16fbb5188c4b49fad968ebc643dd3',
133+
apiKey: '20ebc4ca5a7eb5120bb6d30a296fc52e',
134134

135-
indexName: 'flutterflow--82026',
135+
indexName: 'dreamflow-docs',
136136

137137
// Optional: see doc section below
138138
contextualSearch: true,

0 commit comments

Comments
 (0)