Skip to content

fix: stop generating documentation for deprecated commands

Description

  • fix: stop generating documentation for deprecated commands

Previously we generated documentation for commands that were deprecated. This caused issues where we generated duplicate glab ci ci... docs even though we didn't need to. This prevents generating documentation for commands that are not marked as available.

It also cleans up help.md documentation that shouldn't have been created.

Related Issues

Resolves #8012 (closed)

How has this been tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap

Merge request reports

Loading