Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Dec 31, 2024
1 parent 716edc0 commit a1b75a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/doc_fragments/plugin_base_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ class ModuleDocFragment(object):
For example, any slashes or dashes in the paths will be replaced by underscores in the group names.
- A group is created for each step down in the path, with the group from the step above containing subsequent groups.
- For example, a path /DC-01/vms/Cluster will create groups 'DC_01' which contains group 'DC_01_vms' which contains group 'DC_01_vms_Cluster'
default: false
type: bool
default: false
type: bool
group_by_paths_prefix:
description:
- If O(group_by_paths) is true, set this variable if you want to add a prefix to any groups created based on paths.
Expand Down

0 comments on commit a1b75a3

Please sign in to comment.