docs: mention Polecat (Marten-inspired, SQL Server) in the intro pages#4726
Merged
Conversation
Add tasteful pointers to the sibling Polecat project (https://polecat.jasperfx.net) in the introductory docs so SQL Server users know there's a Marten-inspired option: - introduction.md: a tip callout next to the PostgreSQL discussion, with the Polecat logo - getting-started.md: a short tip near the top Bundles the Polecat logo (docs/images/polecat-logo.png) and adds "Polecat" to the cspell dictionary. Docs-only; markdownlint + cspell pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 15, 2026
Merged
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.
Documentation-only. Adds pointers to the sibling Polecat project in the introductory docs, so readers who need SQL Server rather than PostgreSQL know there's a Marten-inspired option in the same "Critter Stack" ecosystem.
Changes
docs/introduction.md— a::: tipcallout placed right after the PostgreSQL discussion ("Marten is built on PostgreSQL; if you need SQL Server, here's Polecat"), including the Polecat logo.docs/getting-started.md— a short::: tipnear the top with the same pointer.docs/images/polecat-logo.png— the Polecat project logo (456×456 PNG), pulled from polecat.jasperfx.net, referenced via the repo's standard/images/...convention.docs/cSpell.json— adds "Polecat" to the dictionary.Wording is kept accurate to the Polecat site: Marten-inspired, SQL Server 2025, same Critter Stack ecosystem (not claiming a shared codebase).
Ran the same checks CI does over the touched files — both clean:
markdownlint-cli --disable MD009→ 0 issuescspell --config ./docs/cSpell.json(Node 22) → 0 issuesNo source changes; no snippet markers touched.
🤖 Generated with Claude Code