Skip to content

Commit

Permalink
[MNG-8382] Docgen: remove property numbering, they are misleading and…
Browse files Browse the repository at this point in the history
… properties are "floating" anyway (alphabetically) (#1979)
  • Loading branch information
gnodet authored Dec 13, 2024
1 parent ddae283 commit e600b09
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
6 changes: 3 additions & 3 deletions apache-maven/src/test/resources/maven-configuration.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ under the License.
#if ($val) `$val` #else - #end
#end

| No | Key | Type | Description | Default Value | Since | Source |
| --- | --- | --- | --- | --- | --- | --- |
| Key | Type | Description | Default Value | Since | Source |
| --- | --- | --- | --- | --- | --- |
#foreach($key in $keys)
| $foreach.count. | `$key.key` | `$key.configurationType` | $key.description | #value( $key.defaultValue ) | $key.since | $key.configurationSource |
| `$key.key` | `$key.configurationType` | $key.description | #value( $key.defaultValue ) | $key.since | $key.configurationSource |
#end

Loading

0 comments on commit e600b09

Please sign in to comment.