Skip to content

Add Quill getting started section - #2606

Open
reebhub wants to merge 10 commits into
ravendb:mainfrom
reebhub:quill_getting-started
Open

Add Quill getting started section#2606
reebhub wants to merge 10 commits into
ravendb:mainfrom
reebhub:quill_getting-started

Conversation

@reebhub

@reebhub reebhub commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Issue link

RDoc-4045 signing up
RDoc-4046 starting Quill
RDoc-4047 connecting your database
RDoc-4068 mapping your tables
RDoc-4048 adding an AI agent
RDoc-4049 adding a chat widget
RDoc-4079 getting-started overview

Additional description

articles for Quill's getting-started section

Type of change

  • Content - docs
  • Content - cloud
  • Content - Quill
  • Content - guides
  • Content - start pages/other
  • New docs feature (consider updating /templates or readme)
  • Bug fix
  • Optimization
  • Other

Changes in docs URLs

  • No changes in docs URLs
  • Articles are restructured, URLs will change, mapping is required (update /scripts/redirects.json file, set Documents Moved PR label)

Changes in UX/UI

  • No changes in UX/UI
  • Changes in UX/UI (include screenshots and description)

@reebhub
reebhub marked this pull request as draft August 23, 2026 21:11
@reebhub reebhub changed the title RDoc-4047 add a Quill "connect your database" article in the getting … Add Quill getting started section Aug 23, 2026
@reebhub
reebhub force-pushed the quill_getting-started branch from 8b948fa to c81df4e Compare August 26, 2026 04:33
@reebhub
reebhub force-pushed the quill_getting-started branch from e4c4297 to 484a7f0 Compare August 31, 2026 01:23
@Danielle9897 Danielle9897 mentioned this pull request Aug 31, 2026
13 tasks
@reebhub
reebhub marked this pull request as ready for review September 1, 2026 03:05
@reebhub
reebhub requested a review from Scooletz September 1, 2026 07:41
@Scooletz
Scooletz requested a lite review from Copilot September 1, 2026 13:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds a new Quill “Getting Started” documentation section and wires it into the existing Quill overview so readers can follow a guided, step-by-step onboarding path.

Changes:

  • Added a complete Getting Started path (overview + six steps) under quill/getting-started/.
  • Updated quill/overview.mdx to link into the new Getting Started content and improve cross-references to related Quill docs.
  • Added/expanded deep links from the overview into specific setup and security topics.

Reviewed changes

Copilot reviewed 8 out of 101 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
quill/overview.mdx Updates overview text and replaces several references with direct links into the new Getting Started section and related security/developer pages.
quill/getting-started/overview.mdx Introduces the six-step Getting Started roadmap plus prerequisites.
quill/getting-started/signing-up.mdx Documents the sign-up flow and how users obtain keys/command.
quill/getting-started/starting-quill.mdx Documents running Quill via Docker and signing into the dashboard.
quill/getting-started/connecting-your-database.mdx Covers database prerequisites and the dashboard wizard for connecting and verifying schema readiness.
quill/getting-started/mapping-your-tables.mdx Explains mapping options, editing the mapping, testing, and app creation/ingest.
quill/getting-started/adding-an-ai-agent.mdx Covers LLM connection, agent drafting, review/edit, testing, and saving.
quill/getting-started/adding-a-chat-widget.mdx Covers creating a web widget channel, generating embed links, and embedding the widget on a site.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

the widget:

```html
<iframe src="https://public.<your-domain>/apps/<app-slug>/embed/<link-token>" width="400" height="600"></iframe>
Comment on lines +95 to +98
</TabItem>
</Tabs>

The command's parts:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants