From d2ff776ead196688bac29cb88b7989a56d7d5412 Mon Sep 17 00:00:00 2001 From: Sherlock113 Date: Tue, 30 Mar 2021 14:00:47 +0800 Subject: [PATCH] Add notification management placeholder file Signed-off-by: Sherlock113 --- .../cluster-administration/platform-settings/_index.md | 7 +++++++ .../customize-basic-information.md} | 10 ++++------ .../notification-management/_index.md | 7 +++++++ .../notification-management/configure-dingtalk.md | 10 ++++++++++ .../notification-management/configure-email.md | 10 ++++++++++ .../notification-management/configure-slack.md | 10 ++++++++++ .../notification-management/configure-webhook.md | 10 ++++++++++ .../notification-management/configure-wecom.md | 10 ++++++++++ .../cluster-administration/platform-settings/_index.md | 7 +++++++ .../platform-settings/customize-basic-information.md | 10 ++++++++++ .../notification-management/_index.md | 7 +++++++ .../notification-management/configure-dingtalk.md | 10 ++++++++++ .../notification-management/configure-email.md | 10 ++++++++++ .../notification-management/configure-slack.md | 10 ++++++++++ .../notification-management/configure-webhook.md | 10 ++++++++++ .../notification-management/configure-wecom.md | 10 ++++++++++ 16 files changed, 142 insertions(+), 6 deletions(-) create mode 100644 content/en/docs/cluster-administration/platform-settings/_index.md rename content/en/docs/cluster-administration/{platform-settings.md => platform-settings/customize-basic-information.md} (74%) create mode 100644 content/en/docs/cluster-administration/platform-settings/notification-management/_index.md create mode 100644 content/en/docs/cluster-administration/platform-settings/notification-management/configure-dingtalk.md create mode 100644 content/en/docs/cluster-administration/platform-settings/notification-management/configure-email.md create mode 100644 content/en/docs/cluster-administration/platform-settings/notification-management/configure-slack.md create mode 100644 content/en/docs/cluster-administration/platform-settings/notification-management/configure-webhook.md create mode 100644 content/en/docs/cluster-administration/platform-settings/notification-management/configure-wecom.md create mode 100644 content/zh/docs/cluster-administration/platform-settings/_index.md create mode 100644 content/zh/docs/cluster-administration/platform-settings/customize-basic-information.md create mode 100644 content/zh/docs/cluster-administration/platform-settings/notification-management/_index.md create mode 100644 content/zh/docs/cluster-administration/platform-settings/notification-management/configure-dingtalk.md create mode 100644 content/zh/docs/cluster-administration/platform-settings/notification-management/configure-email.md create mode 100644 content/zh/docs/cluster-administration/platform-settings/notification-management/configure-slack.md create mode 100644 content/zh/docs/cluster-administration/platform-settings/notification-management/configure-webhook.md create mode 100644 content/zh/docs/cluster-administration/platform-settings/notification-management/configure-wecom.md diff --git a/content/en/docs/cluster-administration/platform-settings/_index.md b/content/en/docs/cluster-administration/platform-settings/_index.md new file mode 100644 index 000000000..b0a958872 --- /dev/null +++ b/content/en/docs/cluster-administration/platform-settings/_index.md @@ -0,0 +1,7 @@ +--- +linkTitle: "Platform Settings" +weight: 8700 + +_build: + render: false +--- diff --git a/content/en/docs/cluster-administration/platform-settings.md b/content/en/docs/cluster-administration/platform-settings/customize-basic-information.md similarity index 74% rename from content/en/docs/cluster-administration/platform-settings.md rename to content/en/docs/cluster-administration/platform-settings/customize-basic-information.md index 4af1a4dc4..20299e050 100644 --- a/content/en/docs/cluster-administration/platform-settings.md +++ b/content/en/docs/cluster-administration/platform-settings/customize-basic-information.md @@ -1,12 +1,10 @@ --- -title: "Platform Settings" -keywords: 'KubeSphere, Kubernetes, customize, platform' +title: "Customize Basic Information" +keywords: 'KubeSphere, Kubernetes, custom, platform' description: 'How to Customize KubeSphere Platform Information.' -linkTitle: "Platform Settings" -weight: 8700 +linkTitle: "Customize Basic Information" +weight: 8710 --- KubeSphere is an open-source enterprise-grade container platform based on Kubernetes. Due to copyright and brand protection reasons, modifying the KubeSphere platform logo, the platform name, and other related information requires commercial authorization. Please obtain commercial authorization first by contacting kubesphere@gmail.com. - - diff --git a/content/en/docs/cluster-administration/platform-settings/notification-management/_index.md b/content/en/docs/cluster-administration/platform-settings/notification-management/_index.md new file mode 100644 index 000000000..4d4e25b09 --- /dev/null +++ b/content/en/docs/cluster-administration/platform-settings/notification-management/_index.md @@ -0,0 +1,7 @@ +--- +linkTitle: "Notification Management" +weight: 8720 + +_build: + render: false +--- diff --git a/content/en/docs/cluster-administration/platform-settings/notification-management/configure-dingtalk.md b/content/en/docs/cluster-administration/platform-settings/notification-management/configure-dingtalk.md new file mode 100644 index 000000000..6f847dab3 --- /dev/null +++ b/content/en/docs/cluster-administration/platform-settings/notification-management/configure-dingtalk.md @@ -0,0 +1,10 @@ +--- +title: "Configure DingTalk" +keywords: 'KubeSphere, Kubernetes, custom, platform' +description: '' +linkTitle: "Configure DingTalk" +weight: 8722 +--- + +TBD + diff --git a/content/en/docs/cluster-administration/platform-settings/notification-management/configure-email.md b/content/en/docs/cluster-administration/platform-settings/notification-management/configure-email.md new file mode 100644 index 000000000..1f786451a --- /dev/null +++ b/content/en/docs/cluster-administration/platform-settings/notification-management/configure-email.md @@ -0,0 +1,10 @@ +--- +title: "Configure Email" +keywords: 'KubeSphere, Kubernetes, custom, platform' +description: '' +linkTitle: "Configure Email" +weight: 8721 +--- + +TBD + diff --git a/content/en/docs/cluster-administration/platform-settings/notification-management/configure-slack.md b/content/en/docs/cluster-administration/platform-settings/notification-management/configure-slack.md new file mode 100644 index 000000000..ca5642d05 --- /dev/null +++ b/content/en/docs/cluster-administration/platform-settings/notification-management/configure-slack.md @@ -0,0 +1,10 @@ +--- +title: "Configure Slack" +keywords: 'KubeSphere, Kubernetes, custom, platform' +description: '' +linkTitle: "Configure Slack" +weight: 8724 +--- + +TBD + diff --git a/content/en/docs/cluster-administration/platform-settings/notification-management/configure-webhook.md b/content/en/docs/cluster-administration/platform-settings/notification-management/configure-webhook.md new file mode 100644 index 000000000..e1b2289f0 --- /dev/null +++ b/content/en/docs/cluster-administration/platform-settings/notification-management/configure-webhook.md @@ -0,0 +1,10 @@ +--- +title: "Configure Webhook" +keywords: 'KubeSphere, Kubernetes, custom, platform' +description: '' +linkTitle: "Configure Webhook" +weight: 8725 +--- + +TBD + diff --git a/content/en/docs/cluster-administration/platform-settings/notification-management/configure-wecom.md b/content/en/docs/cluster-administration/platform-settings/notification-management/configure-wecom.md new file mode 100644 index 000000000..2080fa9a8 --- /dev/null +++ b/content/en/docs/cluster-administration/platform-settings/notification-management/configure-wecom.md @@ -0,0 +1,10 @@ +--- +title: "Configure WeCom" +keywords: 'KubeSphere, Kubernetes, custom, platform' +description: '' +linkTitle: "Configure WeCom" +weight: 8723 +--- + + + diff --git a/content/zh/docs/cluster-administration/platform-settings/_index.md b/content/zh/docs/cluster-administration/platform-settings/_index.md new file mode 100644 index 000000000..b0a958872 --- /dev/null +++ b/content/zh/docs/cluster-administration/platform-settings/_index.md @@ -0,0 +1,7 @@ +--- +linkTitle: "Platform Settings" +weight: 8700 + +_build: + render: false +--- diff --git a/content/zh/docs/cluster-administration/platform-settings/customize-basic-information.md b/content/zh/docs/cluster-administration/platform-settings/customize-basic-information.md new file mode 100644 index 000000000..5d9f91d44 --- /dev/null +++ b/content/zh/docs/cluster-administration/platform-settings/customize-basic-information.md @@ -0,0 +1,10 @@ +--- +title: "平台设置" +keywords: 'KubeSphere, Kubernetes, 自定义, 平台' +description: '如何自定义 KubeSphere 平台信息' +linkTitle: "平台设置" +weight: 8700 +--- + +KubeSphere 是一款基于 Kubernetes 的开源企业级容器平台,出于版权与品牌保护的原因,修改 KubeSphere 平台的 Logo 与平台名称等相关信息需要获得商业授权,请联系 kubesphere@yunify.com 获取商业授权。 + diff --git a/content/zh/docs/cluster-administration/platform-settings/notification-management/_index.md b/content/zh/docs/cluster-administration/platform-settings/notification-management/_index.md new file mode 100644 index 000000000..4d4e25b09 --- /dev/null +++ b/content/zh/docs/cluster-administration/platform-settings/notification-management/_index.md @@ -0,0 +1,7 @@ +--- +linkTitle: "Notification Management" +weight: 8720 + +_build: + render: false +--- diff --git a/content/zh/docs/cluster-administration/platform-settings/notification-management/configure-dingtalk.md b/content/zh/docs/cluster-administration/platform-settings/notification-management/configure-dingtalk.md new file mode 100644 index 000000000..6f847dab3 --- /dev/null +++ b/content/zh/docs/cluster-administration/platform-settings/notification-management/configure-dingtalk.md @@ -0,0 +1,10 @@ +--- +title: "Configure DingTalk" +keywords: 'KubeSphere, Kubernetes, custom, platform' +description: '' +linkTitle: "Configure DingTalk" +weight: 8722 +--- + +TBD + diff --git a/content/zh/docs/cluster-administration/platform-settings/notification-management/configure-email.md b/content/zh/docs/cluster-administration/platform-settings/notification-management/configure-email.md new file mode 100644 index 000000000..1f786451a --- /dev/null +++ b/content/zh/docs/cluster-administration/platform-settings/notification-management/configure-email.md @@ -0,0 +1,10 @@ +--- +title: "Configure Email" +keywords: 'KubeSphere, Kubernetes, custom, platform' +description: '' +linkTitle: "Configure Email" +weight: 8721 +--- + +TBD + diff --git a/content/zh/docs/cluster-administration/platform-settings/notification-management/configure-slack.md b/content/zh/docs/cluster-administration/platform-settings/notification-management/configure-slack.md new file mode 100644 index 000000000..ca5642d05 --- /dev/null +++ b/content/zh/docs/cluster-administration/platform-settings/notification-management/configure-slack.md @@ -0,0 +1,10 @@ +--- +title: "Configure Slack" +keywords: 'KubeSphere, Kubernetes, custom, platform' +description: '' +linkTitle: "Configure Slack" +weight: 8724 +--- + +TBD + diff --git a/content/zh/docs/cluster-administration/platform-settings/notification-management/configure-webhook.md b/content/zh/docs/cluster-administration/platform-settings/notification-management/configure-webhook.md new file mode 100644 index 000000000..e1b2289f0 --- /dev/null +++ b/content/zh/docs/cluster-administration/platform-settings/notification-management/configure-webhook.md @@ -0,0 +1,10 @@ +--- +title: "Configure Webhook" +keywords: 'KubeSphere, Kubernetes, custom, platform' +description: '' +linkTitle: "Configure Webhook" +weight: 8725 +--- + +TBD + diff --git a/content/zh/docs/cluster-administration/platform-settings/notification-management/configure-wecom.md b/content/zh/docs/cluster-administration/platform-settings/notification-management/configure-wecom.md new file mode 100644 index 000000000..2080fa9a8 --- /dev/null +++ b/content/zh/docs/cluster-administration/platform-settings/notification-management/configure-wecom.md @@ -0,0 +1,10 @@ +--- +title: "Configure WeCom" +keywords: 'KubeSphere, Kubernetes, custom, platform' +description: '' +linkTitle: "Configure WeCom" +weight: 8723 +--- + + +