Skip to content

docs: cross-link shared-libs.jasperfx.net and weasel.jasperfx.net#2563

Merged
jeremydmiller merged 1 commit intomainfrom
docs-cross-link-critter-stack
Apr 21, 2026
Merged

docs: cross-link shared-libs.jasperfx.net and weasel.jasperfx.net#2563
jeremydmiller merged 1 commit intomainfrom
docs-cross-link-critter-stack

Conversation

@jeremydmiller
Copy link
Copy Markdown
Member

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

File Change
docs/guide/command-line.md Intro info box → shared-libs.jasperfx.net/cli (writing commands, arguments/flags, environment checks).
docs/guide/codegen.md Intro info box → shared-libs.jasperfx.net/codegen (frames, variables, MethodCall, generated types, CLI). Inline link to codegen CLI reference next to the existing "commands are from JasperFx.CodeGeneration.Commands" tip. One-line pointer under Using CritterStackDefaultsshared-libs.jasperfx.net/configuration/critter-stack-defaults.
docs/guide/handlers/middleware.md Custom Code Generation section now links to shared-libs.jasperfx.net/codegen for the Frame / Variable / MethodCall model in depth.
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 existing Weasel.CommandLine footnote to point at the /cli/ landing instead of the 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.

Scope

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 diff reviewed; pure additive link insertions
  • Docs CI build

🤖 Generated with Claude Code

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant