mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #1390 from liuboaibc/update/seo-robots
Update/seo robots
This commit is contained in:
commit
c6bcb408c4
|
|
@ -1,5 +1,7 @@
|
|||
baseURL = "https://kubesphere-v3.netlify.app"
|
||||
|
||||
enableRobotsTXT = true
|
||||
|
||||
[markup]
|
||||
[markup.tableOfContents]
|
||||
endLevel = 3
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: KubeSphere Api Documents
|
||||
description: KubeSphere Api Documents
|
||||
keywords: KubeSphere, KubeSphere Documents, Kubernetes
|
||||
|
||||
disallow: true
|
||||
swaggerUrl: json/crd.json
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
title: KubeSphere Api Documents
|
||||
description: KubeSphere Api Documents
|
||||
keywords: KubeSphere, KubeSphere Documents, Kubernetes
|
||||
|
||||
disallow: true
|
||||
swaggerUrl: json/kubesphere.json
|
||||
---
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "contribution request"
|
||||
layout: "request"
|
||||
|
||||
disallow: true
|
||||
css: "scss/contribution.scss"
|
||||
|
||||
section1:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: "partner request"
|
||||
|
||||
layout: "request"
|
||||
|
||||
disallow: true
|
||||
css: "scss/partner.scss"
|
||||
|
||||
section1:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "contribution request"
|
||||
layout: "request"
|
||||
|
||||
disallow: true
|
||||
css: "scss/contribution.scss"
|
||||
|
||||
section1:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
title: "partner request"
|
||||
|
||||
layout: "request"
|
||||
|
||||
disallow: true
|
||||
css: "scss/partner.scss"
|
||||
|
||||
section1:
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@
|
|||
|
||||
<meta name="docsearch:language" content="{{ .Site.LanguageCode }}" />
|
||||
|
||||
<link rel="canonical" href="https://kubesphere.io/{{ .RelPermalink }}" />
|
||||
|
||||
{{- partial "css.html" . -}}
|
||||
|
||||
<script src='{{ "js/jquery-3.5.0.min.js" | relURL }}'></script>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
User-agent: *
|
||||
{{ range .Pages }}
|
||||
{{ if .Params.disallow }}
|
||||
Disallow: {{ .RelPermalink }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
Loading…
Reference in New Issue