Skip to content

Commit 9b83f1b

Browse files
committed
Merge branch 'refs/heads/main' into pooja/maps
2 parents 9fdaf7e + 7c8af6e commit 9b83f1b

File tree

284 files changed

+18209
-20275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+18209
-20275
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
name: Docs Feedback
3+
about: Provide feedback on the migrated documentation.
4+
title: ''
5+
labels: beta testing feedback
6+
assignees: ''
7+
8+
---
9+
10+
### Documentation Feedback
11+
12+
Thank you for helping us review the new docs! Please fill out the following template to provide
13+
your feedback.
14+
15+
---
16+
17+
#### Page URL [REQUIRED]
18+
19+
Please provide the URL of the documentation page or the complete URL of the section heading you are
20+
reviewing:
21+
22+
`URL of the doc page/section head`
23+
24+
#### Feedback Type [REQUIRED]
25+
26+
Please select the type of feedback:
27+
- [ ] Typo/Error
28+
- [ ] Incorrect Information
29+
- [ ] Improvement Suggestion
30+
- [ ] Usability Issue
31+
- [ ] Structure Feedback
32+
- [ ] Other (please specify):
33+
34+
#### Detailed Description [REQUIRED]
35+
36+
Please provide a detailed description of the feedback:
37+
38+
- **Issue Description:**
39+
- What is the issue or suggestion?
40+
41+
- **Suggested Fix or Improvement:**
42+
- What would you suggest to fix or improve this issue?
43+
44+
#### Screenshots (if applicable)
45+
46+
If the feedback is related to visual elements or specific sections, please provide screenshots:
47+
48+
49+
#### Additional Context
50+
51+
Please provide any additional context or information that might help us understand your feedback better:
52+
53+
---
54+
55+
Thank you for your valuable feedback! We appreciate your help in improving our documentation.

.github/pull_request_template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Linear ticket and [magic word](https://linear.app/docs/github#link-prs) Fixes DE
77
## Type of change
88
- [ ] Typo fix
99
- [ ] New feature
10+
- [ ] Enhancement to current docs
1011
- [ ] Removed outdated references
12+
- [ ] Update assets
1113

1214

1315

.github/workflows/firebase-deploy.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,16 @@ jobs:
1818
- name: Build
1919
run: npm run build
2020

21-
- name: Deploy to Firebase
22-
uses: w9jds/firebase-action@master
21+
- name: List Build Directory
22+
run: ls -R ./build # Ensure build output is correct
23+
24+
- name: Deploy to Firebase Hosting
25+
uses: FirebaseExtended/action-hosting-deploy@v0
2326
with:
24-
args: deploy --only hosting
25-
env:
26-
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
27+
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
28+
projectId: flutterflow-docs-82026
29+
channelId: live
30+
repoToken: "${{secrets.GITHUB_TOKEN}}"
31+
32+
33+
891 KB
Loading
6.9 KB
Loading
118 KB
Loading
401 KB
Loading
335 KB
Loading
4.55 MB
Loading
233 KB
Loading

0 commit comments

Comments
 (0)