docs: cross-link shared-libs.jasperfx.net and weasel.jasperfx.net#2563
Merged
jeremydmiller merged 1 commit intomainfrom Apr 21, 2026
Merged
docs: cross-link shared-libs.jasperfx.net and weasel.jasperfx.net#2563jeremydmiller merged 1 commit intomainfrom
jeremydmiller merged 1 commit intomainfrom
Conversation
Sweeps Wolverine's guide for the main landing points of four topics that now have canonical homes elsewhere in the Critter Stack, and adds deep-links so readers can find the authoritative reference instead of bouncing through GitHub. - docs/guide/command-line.md — intro info box pointing at shared-libs.jasperfx.net/cli for the JasperFx command-line library (writing commands, arguments/flags, environment checks). Keeps this page focused on the Wolverine-specific surface. - docs/guide/codegen.md — intro info box pointing at shared-libs.jasperfx.net/codegen (frames, variables, MethodCall, generated types, codegen CLI). Also links the `codegen` CLI reference inline next to the existing "commands are from JasperFx.CodeGeneration.Commands" tip, and adds a one-line pointer under the "Using CritterStackDefaults" heading to shared-libs.jasperfx.net/configuration/critter-stack-defaults. - docs/guide/handlers/middleware.md — "Custom Code Generation" section now links shared-libs.jasperfx.net/codegen for the Frame / Variable / MethodCall model in depth rather than leaving users to grep source. - docs/guide/durability/managing.md — per-command Weasel CLI refs (db-apply / db-assert / db-patch / db-dump / db-list) added as an info box next to the existing `dotnet run -- db-apply` snippet. Also fixes the Weasel.CommandLine footnote to point at the /cli/ landing instead of the weasel root. - docs/guide/durability/efcore/migrations.md — adds a "for the finer-grained Weasel commands see the Weasel CLI reference" pointer under the CLI commands section. No content was moved or duplicated — these are purely outbound references so readers know where the canonical docs live. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced Apr 23, 2026
Closed
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.
Summary
Sweeps Wolverine's guide for the main landing points of four Critter Stack topics that now have canonical homes elsewhere, and adds deep-links so readers can find the authoritative reference instead of bouncing through GitHub.
No content was moved or duplicated — these are purely outbound references so readers know where the canonical docs live.
What changed
docs/guide/command-line.mddocs/guide/codegen.mdMethodCall, generated types, CLI). Inline link tocodegenCLI reference next to the existing "commands are fromJasperFx.CodeGeneration.Commands" tip. One-line pointer under Using CritterStackDefaults → shared-libs.jasperfx.net/configuration/critter-stack-defaults.docs/guide/handlers/middleware.mddocs/guide/durability/managing.mddb-apply/db-assert/db-patch/db-dump/db-list) added as an info box next to the existingdotnet run -- db-applysnippet. Also fixes the existing Weasel.CommandLine footnote to point at the/cli/landing instead of the root.docs/guide/durability/efcore/migrations.mdScope
Kept narrow on purpose — only the main topic pages for each concept got a link, rather than every passing mention. If a page's only mention of a topic is a one-off in a code snippet header, I left it alone.
Test plan
git diffreviewed; pure additive link insertions🤖 Generated with Claude Code