-
Notifications
You must be signed in to change notification settings - Fork 17
Comparing changes
Open a pull request
base repository: devframes/devframe
base: main
head repository: devframes/devframe
compare: docs/getting-started-wizard
- 7 commits
- 6 files changed
- 2 contributors
Commits on Aug 27, 2026
-
docs: add an interactive Getting Started wizard to the guide
Adds a checkbox-based questionnaire (data source, target environments, data availability, frontend approach, agent support, and other requirements) that recommends a tailored reading list from the guide, adapters, frameworks, and plugins docs. Selections persist to localStorage so a reader can leave and come back to the page.
Configuration menu - View commit details
-
Copy full SHA for d765770 - Browse repository at this point
Copy the full SHA d765770View commit details -
docs: redesign the getting-started wizard as icon cards
Replace the plain checkbox list with a grid of selectable cards - each with an icon badge, title, and description - matching the card-picker pattern used elsewhere for this kind of preference UI. Selected cards get a highlighted border, tinted icon badge, and a check mark.
Configuration menu - View commit details
-
Copy full SHA for 99b7d07 - Browse repository at this point
Copy the full SHA 99b7d07View commit details -
docs: tighten the getting-started wizard's vertical spacing
Lay each card out horizontally (icon beside the label) and put each section's title and hint on one line, trimming section and card padding so the whole wizard takes far less vertical space.
Configuration menu - View commit details
-
Copy full SHA for d08d1e5 - Browse repository at this point
Copy the full SHA d08d1e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e017ff - Browse repository at this point
Copy the full SHA 1e017ffView commit details -
docs: implement wizard TODOs — per-item colors and inline doc links
- Give each option its own tinted icon badge via a static color map, and restore a check mark for the selected state (the badge no longer carries it). - Render the recommended-docs list as inline NuxtLink rows instead of UPageList/UPageCard. - Realign the recommendation map with the reworked sections: map the moved 'agent' item, broaden the merged 'specific framework' option, and drop the now-dead keys.
Configuration menu - View commit details
-
Copy full SHA for df7730d - Browse repository at this point
Copy the full SHA df7730dView commit details -
docs: color only the selected card, drop the check mark, add question…
… icons - Apply each item's accent color to the card's border/background/ring and its icon badge only when selected; unselected cards stay neutral gray. - Remove the corner check mark (color now signals selection). - Add a leading icon to every question heading.
Configuration menu - View commit details
-
Copy full SHA for 18baae7 - Browse repository at this point
Copy the full SHA 18baae7View commit details -
docs: let the wizard compose a prompt — Ask AI or Copy prompt
Compose the user's selections into a prompt and add two actions: - Ask AI queues the prompt and opens the in-docs assistant, which sends it and starts a chat. A shared useAssistantPrompt() state carries the prompt; AssistantChat.vue is shadowed from the comark-docs layer to consume it. - Copy prompt copies a self-contained prompt for any external LLM — a short Devframe description, the user's intent, and absolute links to every recommended doc.
Configuration menu - View commit details
-
Copy full SHA for 7ea1d02 - Browse repository at this point
Copy the full SHA 7ea1d02View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...docs/getting-started-wizard