refactor: PostgreSQL integration documentation.#747
Draft
IEvangelist wants to merge 1 commit intomainfrom
Draft
Conversation
Co-authored-by: Copilot <copilot@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Refactors the PostgreSQL integration docs to better separate “hosting/AppHost modeling” guidance from “consuming app connection” guidance, and streamlines the sidebar accordingly.
Changes:
- Rewrites PostgreSQL “Get started” to a short conceptual + CTA flow instead of per-language quickstarts.
- Expands “Connect to PostgreSQL” to include the .NET client integration content and removes the standalone client page (with a redirect).
- Adds a small CSS tweak for Starlight
<Steps>layout and updates sidebar navigation.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/frontend/src/styles/site.css | Adjusts Steps top padding when a heading wrapper is present. |
| src/frontend/src/content/docs/integrations/databases/postgres/postgres-host.mdx | Reframes page as hosting reference; adds LearnMore callouts; adds “Pass custom environment variables” section. |
| src/frontend/src/content/docs/integrations/databases/postgres/postgres-get-started.mdx | Replaces long quickstart with a shorter conceptual overview + links to host/connect pages. |
| src/frontend/src/content/docs/integrations/databases/postgres/postgres-connect.mdx | Expands into a multi-language connection guide including the C# client integration content. |
| src/frontend/src/content/docs/integrations/databases/postgres/postgres-client.mdx | Removes the standalone client integration reference page. |
| src/frontend/config/sidebar/integrations.topics.ts | Removes the “Client integration (.NET)” entry from the PostgreSQL sidebar group. |
| src/frontend/config/redirects.mjs | Adds redirect from removed postgres-client page to postgres-connect. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Refactors the PostgreSQL integration documentation to give readers a clearer "why" and a clean path from modeling the resource in the AppHost to connecting from consuming apps in any language. The PostgreSQL client article is merged into the Connect page so there is a single destination for consuming-app guidance.
Preview
What changed
Content restructure
postgres-get-started.mdx — rewritten as a concise orientation page:
postgres-connect.mdx — expanded and merged with postgres-client.mdx:
postgres-host.mdx — reframed as the AppHost API reference:
postgres-client.mdx — deleted (content merged into Connect).
Navigation and routing
edirects.mjs: /integrations/databases/postgres/postgres-client/ → /integrations/databases/postgres/postgres-connect/.
Screenshots
Sidebar
Get started