docs: add Intellrise guide - #5612
Open
MiyaN-ishere wants to merge 1 commit into
Open
Conversation
Adds content/docs/guides/intellrise.md covering how to connect a Neon project to Intellrise, including a table mapping each part of a Neon connection string onto the separate fields the form asks for, the network access the connection needs, and what schema introspection does and does not read. Also registers the page in content/docs/navigation.yaml under Query and adds a card to content/docs/guides/integrations.md reusing the existing database icon.
MiyaN-ishere
requested review from
andrelandgraf,
danieltprice,
philip and
ruf-io
as code owners
August 24, 2026 03:29
|
@MiyaN-ishere is attempting to deploy a commit to the neondatabase Team on Vercel. A member of the Team first needs to authorize it. |
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.
Hi, I'm from Intellrise, a conversational analytics tool for Lakebase Postgres. This adds a guide for connecting a Neon project to it, in the Query group alongside the existing entries.
What is in the PR
content/docs/guides/intellrise.md, a new page following the shape of the neighboringaskyourdatabaseanddraxlrguides.content/docs/navigation.yaml, one entry in the Query group, alphabetically between Hasura and PostgREST.content/docs/guides/integrations.md, one card in the## Querysection. It reusesicon="database", the value the AskYourDatabase card already uses, so this PR ships no icon asset and touches nothing insrc/.Two notes on conventions, in case they save you a review round: I seeded
updatedOnbecause every other page in the directory has it, but CLAUDE.md says not to set it by hand, so please let the pre-commit hook restamp it. And I could not runnpm run check:mdlocally, so I hand-matched.prettierrc: LF endings, one paragraph per line with no reflowed prose, table cells padded to the column width, 3-space continuation under ordered items. If the format check still complains, tell me and I will fix it rather than leave it to you.No screenshots in this revision, and I would rather say so than pad the page
The neighboring guides carry product UI screenshots and I think that is the right format for this directory. This revision is text only: our connect screen changed this week, and shipping screenshots I cannot vouch for seemed worse than shipping none. Happy to push them to this branch before you merge if you would like them.
On accuracy
Please treat this as a vendor-authored page and hold it to whatever bar that implies. Every product behavior claim was checked against our own source rather than written from our marketing copy, and that pass changed the draft in four places rather than confirming it. The parts that are not flattering are in the page on purpose:
I also cut a paragraph about our handling of
channel_binding=requirethat was in my first draft. It is real, but it only fires for a connection string pasted in whole, and this form never takes one, so documenting it would have implied an affordance the reader does not have.If you would rather this page live under
content/guides/, or not at all, that is a fine answer and I will not resubmit.