docs(rails): add rail installation guidance - #2196
Draft
Pouyanpi wants to merge 6 commits into
Draft
Conversation
Pouyanpi
force-pushed
the
pouyanpi/rail-library-requirements
branch
from
July 22, 2026 07:13
61d4637 to
b233b7d
Compare
Pouyanpi
force-pushed
the
pouyanpi/rail-library-installation-plans
branch
2 times, most recently
from
July 22, 2026 08:16
537d74d to
4430664
Compare
Pouyanpi
force-pushed
the
pouyanpi/rail-library-requirements
branch
from
July 22, 2026 08:16
b233b7d to
7eed276
Compare
Pouyanpi
force-pushed
the
pouyanpi/rail-library-installation-plans
branch
from
July 22, 2026 13:39
4430664 to
2def72d
Compare
Pouyanpi
force-pushed
the
pouyanpi/rail-library-requirements
branch
from
July 22, 2026 13:39
7eed276 to
02e7a2a
Compare
Signed-off-by: Pouyanpi <13303554+Pouyanpi@users.noreply.github.com>
Signed-off-by: Pouyanpi <13303554+Pouyanpi@users.noreply.github.com>
Signed-off-by: Pouyanpi <13303554+Pouyanpi@users.noreply.github.com>
Signed-off-by: Pouyanpi <13303554+Pouyanpi@users.noreply.github.com>
Signed-off-by: Pouyanpi <13303554+Pouyanpi@users.noreply.github.com>
Pouyanpi
force-pushed
the
pouyanpi/rail-library-requirements
branch
from
July 23, 2026 10:18
02e7a2a to
f545de8
Compare
Pouyanpi
force-pushed
the
pouyanpi/rail-library-installation-plans
branch
from
July 23, 2026 10:18
2def72d to
0c73c58
Compare
Signed-off-by: Pouyanpi <13303554+Pouyanpi@users.noreply.github.com>
Pouyanpi
marked this pull request as draft
July 24, 2026 13:41
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.
Description
Build installation plans from rail manifests and expose them through
nemoguardrails rails requirementsfor selected rails or a configuration. Thecommand supports human-readable, requirements-file, and JSON output and never
installs packages or reads environment-variable values.
Generate a central requirements reference and an installation block on every
built-in rail catalog page. Pre-commit and tests reject stale generated content.
Generated documentation:
docs/configure-rails/guardrail-catalog/rail-installation-requirements.mdxis fully auto-generated.
{/* BEGIN GENERATED RAIL REQUIREMENTS */}and{/* END GENERATED RAIL REQUIREMENTS */}indocs/configure-rails/guardrail-catalog/**/*.mdxare auto-generated. The rest ofeach catalog page remains hand-authored.
For future manifest changes, run
make generate-rail-requirementsand commit theresult. Documentation preview and publication workflows should run
make check-rail-requirementsbefore the Fern build so stale pages cannot bepublished. The published site should consume committed MDX rather than generate
requirements at runtime.
Related Issue(s)
Verification
make test: 5,951 passed, 178 skipped.uv lock --checkpassed.AI Assistance
Checklist