Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/docs/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ These are the plugins in the `opsmill.infrahub` collection:

<!-- vale off -->

* [branch](./references/plugins/branch_module.mdx) – Creates, Updates or Deletes a branch in Infrahub
* [artifact_fetch](./references/plugins/artifact_fetch_module.mdx) – Fetch the content of an artifact from Infrahub
* [schema](./references/plugins/schema_module.mdx) – Load, check, or export schemas in Infrahub
* [node](./references/plugins/node_module.mdx) – Creates, Updates or Deletes a node in Infrahub
* [artifact_generate](./references/plugins/artifact_generate_module.mdx) – Trigger artifact regeneration in Infrahub
* [query_graphql](./references/plugins/query_graphql_module.mdx) – Queries and returns elements from Infrahub GraphQL API
* [node](./references/plugins/node_module.mdx) – Creates, Updates or Deletes a node in Infrahub
* [schema](./references/plugins/schema_module.mdx) – Load, check, or export schemas in Infrahub
* [artifact_fetch](./references/plugins/artifact_fetch_module.mdx) – Fetch the content of an artifact from Infrahub
* [branch](./references/plugins/branch_module.mdx) – Creates, Updates or Deletes a branch in Infrahub
Comment on lines +33 to +38

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Verify the Jinja2 template exists and check if these plugin entries need to be updated there

# Check if the template file exists
echo "=== Checking for Jinja2 template ==="
fd "readme.mdx.j2" docs/_templates/

# Show current template content for comparison
echo -e "\n=== Current template content (if exists) ==="
cat docs/_templates/readme.mdx.j2 2>/dev/null || echo "Template file not found"

Repository: opsmill/infrahub-ansible

Length of output: 2636


Do not edit docs/docs/readme.mdx directly—it is generated from a template.

This file is automatically generated from docs/_templates/readme.mdx.j2 using invoke generate-doc. Direct edits to the plugin list will be lost when the documentation is regenerated. Instead, update the source (either the template or the underlying plugin data) and regenerate the file.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/docs/readme.mdx` around lines 33 - 38, The README fragment is generated
and should not be edited directly; update the source template (readme.mdx.j2) or
the underlying plugin data that produces the plugin list, then re-run the
documentation generator (invoke generate-doc) to regenerate docs/docs/readme.mdx
instead of manually editing the plugin entries.


<!-- vale on -->

Expand Down
Loading