Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: devframes/devframe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: devframes/devframe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docs/getting-started-wizard
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 27, 2026

  1. 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.
    antfubot committed Aug 27, 2026
    Configuration menu
    Copy the full SHA
    d765770 View commit details
    Browse the repository at this point in the history
  2. 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.
    antfubot committed Aug 27, 2026
    Configuration menu
    Copy the full SHA
    99b7d07 View commit details
    Browse the repository at this point in the history
  3. 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.
    antfubot committed Aug 27, 2026
    Configuration menu
    Copy the full SHA
    d08d1e5 View commit details
    Browse the repository at this point in the history
  4. chore: update

    antfu committed Aug 27, 2026
    Configuration menu
    Copy the full SHA
    1e017ff View commit details
    Browse the repository at this point in the history
  5. 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.
    antfubot committed Aug 27, 2026
    Configuration menu
    Copy the full SHA
    df7730d View commit details
    Browse the repository at this point in the history
  6. 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.
    antfubot committed Aug 27, 2026
    Configuration menu
    Copy the full SHA
    18baae7 View commit details
    Browse the repository at this point in the history
  7. 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.
    antfubot committed Aug 27, 2026
    Configuration menu
    Copy the full SHA
    7ea1d02 View commit details
    Browse the repository at this point in the history
Loading