Cleanup titles

This commit is contained in:
Paul Tyng
2020-06-30 21:59:33 -04:00
parent 748e85a6d2
commit cb2c7bf1d8
10 changed files with 20 additions and 20 deletions

View File

@@ -1,12 +1,12 @@
---
subcategory: ""
layout: ""
page_title: "terraform-provider-unifi: unifi_radius_profile"
page_title: "unifi_radius_profile Data Source - terraform-provider-unifi"
description: |-
unifi_radius_profile data source can be used to retrieve the ID for a RADIUS profile by name.
---
# Resource: `unifi_radius_profile`
# Data Source `unifi_radius_profile`
`unifi_radius_profile` data source can be used to retrieve the ID for a RADIUS profile by name.

View File

@@ -1,12 +1,12 @@
---
subcategory: ""
layout: ""
page_title: "terraform-provider-unifi: unifi_user_group"
page_title: "unifi_user_group Data Source - terraform-provider-unifi"
description: |-
unifi_user_group data source can be used to retrieve the ID for a user group by name.
---
# Resource: `unifi_user_group`
# Data Source `unifi_user_group`
`unifi_user_group` data source can be used to retrieve the ID for a user group by name.

View File

@@ -1,12 +1,12 @@
---
subcategory: ""
layout: ""
page_title: "terraform-provider-unifi: unifi_wlan_group"
page_title: "unifi_wlan_group Data Source - terraform-provider-unifi"
description: |-
unifi_wlan_group data source can be used to retrieve the ID for a WLAN group by name.
---
# Resource: `unifi_wlan_group`
# Data Source `unifi_wlan_group`
`unifi_wlan_group` data source can be used to retrieve the ID for a WLAN group by name.

View File

@@ -1,12 +1,12 @@
---
subcategory: ""
layout: ""
page_title: "terraform-provider-unifi: unifi_firewall_group"
page_title: "unifi_firewall_group Resource - terraform-provider-unifi"
description: |-
unifi_firewall_group manages groups of addresses or ports for use in firewall rules (unifi_firewall_rule).
---
# Resource: `unifi_firewall_group`
# Resource `unifi_firewall_group`
`unifi_firewall_group` manages groups of addresses or ports for use in firewall rules (`unifi_firewall_rule`).

View File

@@ -1,12 +1,12 @@
---
subcategory: ""
layout: ""
page_title: "terraform-provider-unifi: unifi_firewall_rule"
page_title: "unifi_firewall_rule Resource - terraform-provider-unifi"
description: |-
unifi_firewall_rule manages an individual firewall rule on the gateway.
---
# Resource: `unifi_firewall_rule`
# Resource `unifi_firewall_rule`
`unifi_firewall_rule` manages an individual firewall rule on the gateway.

View File

@@ -1,12 +1,12 @@
---
subcategory: ""
layout: ""
page_title: "terraform-provider-unifi: unifi_network"
page_title: "unifi_network Resource - terraform-provider-unifi"
description: |-
unifi_network manages LAN/VLAN networks.
---
# Resource: `unifi_network`
# Resource `unifi_network`
`unifi_network` manages LAN/VLAN networks.

View File

@@ -1,12 +1,12 @@
---
subcategory: ""
layout: ""
page_title: "terraform-provider-unifi: unifi_port_forward"
page_title: "unifi_port_forward Resource - terraform-provider-unifi"
description: |-
unifi_port_forward manages a port forwarding rule on the gateway.
---
# Resource: `unifi_port_forward`
# Resource `unifi_port_forward`
`unifi_port_forward` manages a port forwarding rule on the gateway.

View File

@@ -1,13 +1,13 @@
---
subcategory: ""
layout: ""
page_title: "terraform-provider-unifi: unifi_user"
page_title: "unifi_user Resource - terraform-provider-unifi"
description: |-
unifi_user manages a user (or "client" in the UI) of the network, these are identified by unique MAC addresses.
Users are created in the controller when observed on the network, so the resource defaults to allowing itself to just take over management of a MAC address, but this can be turned off.
---
# Resource: `unifi_user`
# Resource `unifi_user`
`unifi_user` manages a user (or "client" in the UI) of the network, these are identified by unique MAC addresses.

View File

@@ -1,12 +1,12 @@
---
subcategory: ""
layout: ""
page_title: "terraform-provider-unifi: unifi_user_group"
page_title: "unifi_user_group Resource - terraform-provider-unifi"
description: |-
unifi_user_group manages a user group (called "client group" in the UI), which can be used to limit bandwidth for groups of users.
---
# Resource: `unifi_user_group`
# Resource `unifi_user_group`
`unifi_user_group` manages a user group (called "client group" in the UI), which can be used to limit bandwidth for groups of users.

View File

@@ -1,12 +1,12 @@
---
subcategory: ""
layout: ""
page_title: "terraform-provider-unifi: unifi_wlan"
page_title: "unifi_wlan Resource - terraform-provider-unifi"
description: |-
unifi_wlan manages a WiFi network / SSID.
---
# Resource: `unifi_wlan`
# Resource `unifi_wlan`
`unifi_wlan` manages a WiFi network / SSID.