-
Notifications
You must be signed in to change notification settings - Fork 10
Welcome & Quickstart #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a welcome page and quickstart guide for Dreamflow documentation, along with Firebase Analytics integration and hosting configuration updates. The changes focus on improving user onboarding and setting up proper analytics tracking.
- Complete redesign of the welcome/index page with comprehensive product overview and embedded demos
- New quickstart guide with three distinct starting paths (scratch, templates, prompts)
- Firebase Analytics integration for tracking user interactions and page views
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/js/firebase-analytics.js | New Firebase Analytics integration with dynamic script loading |
| sidebars.ts | Updates sidebar label from "Index" to "Welcome" |
| firebase.json | Removes blog redirect configuration |
| docusaurus.config.ts | Adds Firebase Analytics client module |
| docs/index.md | Complete rewrite of welcome page with product tour and feature overview |
| docs/get-started/welcome.md | Removes old welcome content |
| docs/get-started/quickstart.md | New comprehensive quickstart guide with multiple starting options |
| .firebaserc | Updates Firebase project configuration |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
pinkeshmars
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of nits and it LGTM.
Co-authored-by: pinkeshmars <[email protected]>
Description
Provide a brief overview of what this documentation update is about. Explain what sections or topics are being added or revised.
Linear ticket and magic word Fixes DEVR-1079, Fixes DEVR-1080
Also integrates with Firebase Analytics & Hosting
Type of change