Skip to content

Plugin docs: linkify references to related plugins#6323

Merged
sorindumitru merged 2 commits intospiffe:mainfrom
c4rlo:plugin-docs-links
Sep 19, 2025
Merged

Plugin docs: linkify references to related plugins#6323
sorindumitru merged 2 commits intospiffe:mainfrom
c4rlo:plugin-docs-links

Conversation

@c4rlo
Copy link
Contributor

@c4rlo c4rlo commented Sep 17, 2025

Each server-side NodeAttestor plugin doc currently references the respective agent-side plugin doc.

Make it more useful by turning the references into links.

I did this using:

for f in plugin_server_*.md; do sed -Ei "s/agent-side [^ ]* plugin/[&](${f/server/agent})/" $f; done for f in plugin_agent_*.md; do sed -Ei "s/server-side [^ ]* plugin/[&](${f/agent/server})/" $f; done

And checking the result.

Signed-off-by: Carlo Teubner <cteubner1@bloomberg.net>
Copy link
Collaborator

@sorindumitru sorindumitru left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @c4rlo!

@sorindumitru sorindumitru merged commit 8b1f8ca into spiffe:main Sep 19, 2025
63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants