Skip to content

Commit d77e870

Browse files
akinrosslhercot
authored andcommitted
[ignore] add categrory and ui location to vmm uplink resource and datasource documentation
1 parent 8c35584 commit d77e870

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

docs/data-sources/vmm_uplink_container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Documentation generated by "gen/generator.go"; DO NOT EDIT.
33
# In order to regenerate this file execute `go generate` from the repository root.
44
# More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md).
5-
subcategory: "Generic"
5+
subcategory: "Virtual Networking"
66
layout: "aci"
77
page_title: "ACI: aci_vmm_uplink_container"
88
sidebar_current: "docs-aci-data-source-aci_vmm_uplink_container"
@@ -24,7 +24,7 @@ Data source for ACI VMM Uplink Container
2424

2525
## GUI Information ##
2626

27-
* Location: `Generic`
27+
* Location: `Virtual Networking -> VMware -> Create Uplinks`
2828

2929
## Example Usage ##
3030

docs/data-sources/vmm_uplink_policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Documentation generated by "gen/generator.go"; DO NOT EDIT.
33
# In order to regenerate this file execute `go generate` from the repository root.
44
# More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md).
5-
subcategory: "Generic"
5+
subcategory: "Virtual Networking"
66
layout: "aci"
77
page_title: "ACI: aci_vmm_uplink_policy"
88
sidebar_current: "docs-aci-data-source-aci_vmm_uplink_policy"
@@ -24,7 +24,7 @@ Data source for ACI VMM Uplink Policy
2424

2525
## GUI Information ##
2626

27-
* Location: `Generic`
27+
* Location: `Virtual Networking -> VMware -> Name of Uplinks`
2828

2929
## Example Usage ##
3030

docs/resources/vmm_uplink_container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Documentation generated by "gen/generator.go"; DO NOT EDIT.
33
# In order to regenerate this file execute `go generate` from the repository root.
44
# More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md).
5-
subcategory: "Generic"
5+
subcategory: "Virtual Networking"
66
layout: "aci"
77
page_title: "ACI: aci_vmm_uplink_container"
88
sidebar_current: "docs-aci-resource-aci_vmm_uplink_container"
@@ -26,7 +26,7 @@ Manages ACI VMM Uplink Container
2626

2727
## GUI Information ##
2828

29-
* Location: `Generic`
29+
* Location: `Virtual Networking -> VMware -> Create Uplinks`
3030

3131
## Example Usage ##
3232

docs/resources/vmm_uplink_policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Documentation generated by "gen/generator.go"; DO NOT EDIT.
33
# In order to regenerate this file execute `go generate` from the repository root.
44
# More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md).
5-
subcategory: "Generic"
5+
subcategory: "Virtual Networking"
66
layout: "aci"
77
page_title: "ACI: aci_vmm_uplink_policy"
88
sidebar_current: "docs-aci-resource-aci_vmm_uplink_policy"
@@ -26,7 +26,7 @@ Manages ACI VMM Uplink Policy
2626

2727
## GUI Information ##
2828

29-
* Location: `Generic`
29+
* Location: `Virtual Networking -> VMware -> Name of Uplinks`
3030

3131
## Example Usage ##
3232

gen/definitions/classes.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,18 @@ vmmDomP:
189189

190190
vmmUplinkPCont:
191191
resource_name: "vmm_uplink_container"
192+
sub_category: "Virtual Networking"
193+
ui_locations:
194+
- "Virtual Networking -> VMware -> Create Uplinks"
192195
include: true
193196
children:
194197
- "vmmUplinkP"
195198

196199
vmmUplinkP:
197200
resource_name: "vmm_uplink_policy"
201+
sub_category: "Virtual Networking"
202+
ui_locations:
203+
- "Virtual Networking -> VMware -> Name of Uplinks"
198204

199205
fvAp:
200206
resource_name: "application_profile"

0 commit comments

Comments
 (0)