diff --git a/docs/data-sources/org_rftemplates.md b/docs/data-sources/org_rftemplates.md index f55e39f6..d09bb23d 100644 --- a/docs/data-sources/org_rftemplates.md +++ b/docs/data-sources/org_rftemplates.md @@ -1,6 +1,6 @@ --- page_title: "mist_org_rftemplates Data Source - terraform-provider-mist" -subcategory: "WLAN" +subcategory: "Wi-Fi Assurance" description: |- This resource provides the list of RF Templates.The RF Templates can be used to define Wireless Access Points radio configuration, and can be assigned to the sites --- diff --git a/docs/data-sources/org_sitegroups.md b/docs/data-sources/org_sitegroups.md index 7eed9284..3d6853b3 100644 --- a/docs/data-sources/org_sitegroups.md +++ b/docs/data-sources/org_sitegroups.md @@ -1,6 +1,6 @@ --- page_title: "mist_org_sitegroups Data Source - terraform-provider-mist" -subcategory: "WLAN" +subcategory: "Wi-Fi Assurance" description: |- This data source provides the list of Org Site Groups (sitegroups).A site group is a feature that allows users to group multiple sites together based on regions, functions, or other parameters for efficient management of devices. Sites can exist in multiple groups simultaneously, and site groups can be used to ensure consistent settings, manage administrator access, and apply specific templates to groups of sites. --- diff --git a/docs/data-sources/org_vpns.md b/docs/data-sources/org_vpns.md index c8b32557..9f2e6977 100644 --- a/docs/data-sources/org_vpns.md +++ b/docs/data-sources/org_vpns.md @@ -1,6 +1,6 @@ --- page_title: "mist_org_vpns Data Source - terraform-provider-mist" -subcategory: "WLAN" +subcategory: "Wi-Fi Assurance" description: |- This data source provide the list of the Org VPNs. --- diff --git a/docs/data-sources/org_wxtags.md b/docs/data-sources/org_wxtags.md index 88c1088b..0ddfebfc 100644 --- a/docs/data-sources/org_wxtags.md +++ b/docs/data-sources/org_wxtags.md @@ -1,6 +1,6 @@ --- page_title: "mist_org_wxtags Data Source - terraform-provider-mist" -subcategory: "WLAN" +subcategory: "Wi-Fi Assurance" description: |- This resource provides the list of Org WxLan tags (labels).A WxTag is a label or tag used in the mist system to classify and categorize applications, users, and resources for the purpose of creating policies and making network management decisions.They can be used * within the WxRules to create filtering rules, or assign specific VLAN * in the WLANs configuration to assign a WLAN to specific APs * to identify unknown application used by Wi-Fi clients --- diff --git a/docs/resources/org_rftemplate.md b/docs/resources/org_rftemplate.md index ae735826..3feb6372 100644 --- a/docs/resources/org_rftemplate.md +++ b/docs/resources/org_rftemplate.md @@ -1,6 +1,6 @@ --- page_title: "mist_org_rftemplate Resource - terraform-provider-mist" -subcategory: "WLAN" +subcategory: "Wi-Fi Assurance" description: |- This manages the RF Templates.The RF Templates can be used to define Wireless Access Points radio configuration, and can be assigned to the sites --- diff --git a/docs/resources/org_sitegroup.md b/docs/resources/org_sitegroup.md index 0ad90563..145bda4f 100644 --- a/docs/resources/org_sitegroup.md +++ b/docs/resources/org_sitegroup.md @@ -1,6 +1,6 @@ --- page_title: "mist_org_sitegroup Resource - terraform-provider-mist" -subcategory: "WLAN" +subcategory: "Wi-Fi Assurance" description: |- This resource managed the Org Site Groups (sitegroups).A site group is a feature that allows users to group multiple sites together based on regions, functions, or other parameters for efficient management of devices. Sites can exist in multiple groups simultaneously, and site groups can be used to ensure consistent settings, manage administrator access, and apply specific templates to groups of sites. --- diff --git a/docs/resources/org_wlan.md b/docs/resources/org_wlan.md index a293efe7..046e29d7 100644 --- a/docs/resources/org_wlan.md +++ b/docs/resources/org_wlan.md @@ -1,6 +1,6 @@ --- page_title: "mist_org_wlan Resource - terraform-provider-mist" -subcategory: "WLAN" +subcategory: "Wi-Fi Assurance" description: |- This resource manages the Org Wlans.The WLAN object contains all the required configuration to broadcast an SSID (Authentication, VLAN, ...) --- diff --git a/docs/resources/org_wxrule.md b/docs/resources/org_wxrule.md index 1ab7c654..3da898e0 100644 --- a/docs/resources/org_wxrule.md +++ b/docs/resources/org_wxrule.md @@ -1,6 +1,6 @@ --- page_title: "mist_org_wxrule Resource - terraform-provider-mist" -subcategory: "WLAN" +subcategory: "Wi-Fi Assurance" description: |- This resource manages the Org WxRules (WxLAN policies).A WxLAN policy is a set of rules and settings that can be applied to devices in a network to determine how they are treated. it provides support for access policies, network segmentation, role-based policies, micro-segmentation, and least privilege. WxLAN policies are used to allow or deny specific users from accessing specific resources in a wireless network. --- diff --git a/docs/resources/org_wxtag.md b/docs/resources/org_wxtag.md index 4954fded..bbf430fa 100644 --- a/docs/resources/org_wxtag.md +++ b/docs/resources/org_wxtag.md @@ -1,6 +1,6 @@ --- page_title: "mist_org_wxtag Resource - terraform-provider-mist" -subcategory: "WLAN" +subcategory: "Wi-Fi Assurance" description: |- This resource manages the Org WxLan tags (labels).A WxTag is a label or tag used in the mist system to classify and categorize applications, users, and resources for the purpose of creating policies and making network management decisions.They can be used * within the WxRules to create filtering rules, or assign specific VLAN * in the WLANs configuration to assign a WLAN to specific APs * to identify unknown application used by Wi-Fi clients --- diff --git a/docs/resources/site_wlan.md b/docs/resources/site_wlan.md index 954c485c..354719f1 100644 --- a/docs/resources/site_wlan.md +++ b/docs/resources/site_wlan.md @@ -1,6 +1,6 @@ --- page_title: "mist_site_wlan Resource - terraform-provider-mist" -subcategory: "WLAN" +subcategory: "Wi-Fi Assurance" description: |- This resource manages the Site Wlans.The WLAN object contains all the required configuration to broadcast an SSID (Authentication, VLAN, ...) --- diff --git a/docs/resources/site_wxrule.md b/docs/resources/site_wxrule.md index f3513a7a..b910d0b0 100644 --- a/docs/resources/site_wxrule.md +++ b/docs/resources/site_wxrule.md @@ -1,6 +1,6 @@ --- page_title: "mist_site_wxrule Resource - terraform-provider-mist" -subcategory: "WLAN" +subcategory: "Wi-Fi Assurance" description: |- This resource manages the Site WxRules (WLAN policies).A WxLAN policy is a set of rules and settings that can be applied to devices in a network to determine how they are treated. it provides support for access policies, network segmentation, role-based policies, micro-segmentation, and least privilege. WxLAN policies are used to allow or deny specific users from accessing specific resources in a wireless network. --- diff --git a/docs/resources/site_wxtag.md b/docs/resources/site_wxtag.md index 8cf9e2b3..79b4aead 100644 --- a/docs/resources/site_wxtag.md +++ b/docs/resources/site_wxtag.md @@ -1,6 +1,6 @@ --- page_title: "mist_site_wxtag Resource - terraform-provider-mist" -subcategory: "WLAN" +subcategory: "Wi-Fi Assurance" description: |- This resource manages the Site Wxlan tags (labels).A WxTag is a label or tag used in the mist system to classify and categorize applications, users, and resources for the purpose of creating policies and making network management decisions.They can be used * within the WxRules to create filtering rules, or assign specific VLAN * in the WLANs configuration to assign a WLAN to specific APs * to identify unknown application used by Wi-Fi clients ---