Add Quill getting started section - #2606
Open
reebhub wants to merge 10 commits into
Open
Conversation
reebhub
marked this pull request as draft
August 23, 2026 21:11
getting started section
reebhub
force-pushed
the
quill_getting-started
branch
from
August 26, 2026 04:33
8b948fa to
c81df4e
Compare
reebhub
force-pushed
the
quill_getting-started
branch
from
August 31, 2026 01:23
e4c4297 to
484a7f0
Compare
13 tasks
…cs links - climb the tree and add the .mdx suffix
…interlink Quill pages
Contributor
There was a problem hiding this comment.
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.mdxto 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
/templatesor readme)Changes in docs URLs
/scripts/redirects.jsonfile, setDocuments MovedPR label)Changes in UX/UI