chore: wrap bare urls in markdown syntax for doc generation

Description

  • chore: wrap bare urls in markdown syntax for doc generation

This adds new functionality to wrap bare URLs in the proper markdown syntax when generating the documentation.

Wrapped as clickable links:

  • Bare URLs in descriptions → URL
  • URLs in environment variable descriptions → URL

Left as-is (literal values):

  • URLs inside backticks → URL
  • Already-wrapped markdown links → text

Resolves: #8074 (closed)

Resolves #[issue_number]

How has this been tested?

Screenshots (if appropriate):

Merge request reports

Loading