From a051a54e7a522e1a6f20a56d3cae5f3eacdeeff9 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 16 Aug 2024 11:10:19 +0530 Subject: [PATCH] replace with suse docs and move docs with out eqiv to docs-rh --- pkg/kdump/manifest.json | 2 +- pkg/networkmanager/manifest.json | 12 ++++-------- pkg/shell/manifest.json | 2 +- pkg/storaged/manifest.json | 12 +++++++----- pkg/systemd/manifest.json | 6 +++--- pkg/users/manifest.json | 4 ++-- 6 files changed, 18 insertions(+), 20 deletions(-) diff --git a/pkg/kdump/manifest.json b/pkg/kdump/manifest.json index 65a03d10f..ac0ee34b9 100644 --- a/pkg/kdump/manifest.json +++ b/pkg/kdump/manifest.json @@ -5,7 +5,7 @@ "tools": { "index": { "label": "Kernel dump", - "docs": [ + "docs-rh": [ { "label": "Configuring kdump", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/configuring-kdump-in-the-web-console_system-management-using-the-rhel-9-web-console" diff --git a/pkg/networkmanager/manifest.json b/pkg/networkmanager/manifest.json index c7b2cc6a0..f37aa1565 100644 --- a/pkg/networkmanager/manifest.json +++ b/pkg/networkmanager/manifest.json @@ -10,23 +10,19 @@ "docs": [ { "label": "Managing networking bonds", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/configuring-network-bonds-using-the-web-console_system-management-using-the-rhel-9-web-console" - }, - { - "label": "Managing networking teams", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/configuring-network-teams-using-the-web-console_system-management-using-the-rhel-9-web-console" + "url": "https://documentation.suse.com/smart/systems-management/html/cockpit-slemicro/index.html#cockpit-managing-bonds" }, { "label": "Managing networking bridges", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/configuring-network-bridges-in-the-web-console_system-management-using-the-rhel-9-web-console" + "url": "https://documentation.suse.com/smart/systems-management/html/cockpit-slemicro/index.html#task-managing-bridges" }, { "label": "Managing VLANs", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/configuring-vlans-in-the-web-console_system-management-using-the-rhel-9-web-console" + "url": "https://documentation.suse.com/smart/systems-management/html/cockpit-slemicro/index.html#task-managing-vlans" }, { "label": "Managing firewall", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/managing_firewall_using_the_web_console" + "url": "https://documentation.suse.com/smart/systems-management/html/cockpit-slemicro/index.html#task-managing-firewall-cockpit" } ], "keywords": [ diff --git a/pkg/shell/manifest.json b/pkg/shell/manifest.json index a252e76d9..83be922c7 100644 --- a/pkg/shell/manifest.json +++ b/pkg/shell/manifest.json @@ -26,7 +26,7 @@ "zh-cn": "中文(中国)", "zh-tw": "中文(台灣)" }, - "docs": [ + "docs-rh": [ { "label": "Web Console", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/index" diff --git a/pkg/storaged/manifest.json b/pkg/storaged/manifest.json index 8ee17324b..319204a22 100644 --- a/pkg/storaged/manifest.json +++ b/pkg/storaged/manifest.json @@ -14,20 +14,22 @@ "docs": [ { "label": "Managing partitions", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/managing-partitions-using-the-web-console_system-management-using-the-rhel-9-web-console" + "url": "https://documentation.suse.com/smart/systems-management/html/cockpit-slemicro/index.html#glue-cockpit-managing-filesystems" }, { "label": "Managing NFS mounts", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/managing-nfs-mounts-in-the-web-console_system-management-using-the-rhel-9-web-console" + "url": "https://documentation.suse.com/smart/systems-management/html/cockpit-slemicro/index.html#task-managing-NFS-mounts" }, { "label": "Managing RAIDs", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/managing-redundant-arrays-of-independent-disks-in-the-web-console_system-management-using-the-rhel-9-web-console" + "url": "https://documentation.suse.com/smart/systems-management/html/cockpit-slemicro/index.html#id-1.7.6" }, { "label": "Managing LVMs", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/using-the-web-console-for-configuring-lvm-logical-volumes_system-management-using-the-rhel-8-web-console" - }, + "url": "https://documentation.suse.com/smart/systems-management/html/cockpit-slemicro/index.html#id-1.7.7" + } + ], + "docs-rh": [ { "label": "Managing physical drives", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/using-the-web-console-for-changing-physical-drives-in-volume-groups_system-management-using-the-rhel-8-web-console" diff --git a/pkg/systemd/manifest.json b/pkg/systemd/manifest.json index bd62a4cb3..5daf0a499 100644 --- a/pkg/systemd/manifest.json +++ b/pkg/systemd/manifest.json @@ -12,7 +12,7 @@ "docs": [ { "label": "Configuring system settings", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/getting-started-with-the-rhel-9-web-console_system-management-using-the-rhel-9-web-console" + "url": "https://documentation.suse.com/smart/systems-management/html/cockpit-slemicro/index.html#cockpit-configuring-servers" } ], "keywords": [ @@ -35,7 +35,7 @@ "docs": [ { "label": "Managing services", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/managing-services-in-the-web-console_system-management-using-the-rhel-9-web-console" + "url": "https://documentation.suse.com/smart/systems-management/html/cockpit-slemicro/index.html#glue-services-management" } ], "keywords": [ @@ -54,7 +54,7 @@ "docs": [ { "label": "Reviewing logs", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/reviewing-logs_system-management-using-the-rhel-9-web-console" + "url": "https://documentation.suse.com/smart/systems-management/html/cockpit-slemicro/index.html#cockpit-filtering-logs" } ], "keywords": [ diff --git a/pkg/users/manifest.json b/pkg/users/manifest.json index 04295b6a4..2609d0b2c 100644 --- a/pkg/users/manifest.json +++ b/pkg/users/manifest.json @@ -3,10 +3,10 @@ "index": { "label": "Accounts", "order": 70, - "docs": [ + "docs-rh": [ { "label": "Managing user accounts", - "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/managing_systems_using_the_rhel_9_web_console/managing-user-accounts-in-the-web-console_system-management-using-the-rhel-9-web-console" + "url": "https://documentation.suse.com/sle-micro/6.0/html/Micro-6.0-cockpit/index.html#glue-managing-users" } ], "keywords": [ -- 2.46.0