Skip to content

Commit

Permalink
docs: introduce custom robots.txt and sitemap.xml files (#3418)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Co-authored-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
odubajDT and mowies authored Apr 15, 2024
1 parent f8e5d95 commit 0f38104
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ appcreationrequest
APPNAME
appv
appversion
applicationdeployment
aquasecurity
architecting
ARCHS
Expand Down Expand Up @@ -79,6 +78,7 @@ certificatehandler
certmanager
certwebhook
chainsaw
changefreq
Chans
Checkmarx
clientgoscheme
Expand All @@ -104,7 +104,6 @@ controlleroptions
controllerutil
coredns
CORS
cortex
coverpkg
coverprofile
cowsay
Expand Down Expand Up @@ -383,6 +382,7 @@ kwds
kwi
kwv
kyverno
lastmod
lastword
Lato
LFC
Expand Down Expand Up @@ -581,6 +581,7 @@ sigstore
simpleapp
simplenode
simplenodeservice
sitemap
sli
slisslos
slo
Expand Down Expand Up @@ -660,6 +661,7 @@ undeploy
unmarshal
unmarshalling
usr
urlset
utilruntime
Utkarsh
validatingwebhookconfigurations
Expand Down
5 changes: 5 additions & 0 deletions docs/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
User-agent: *

Disallow: /latest/

Sitemap: https://keptn.sh/sitemap-custom.xml
7 changes: 7 additions & 0 deletions docs/sitemap-custom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<urlset>
<url>
<loc>https://keptn.sh/stable/</loc>
<changefreq>monthly</changefreq>
<priority>1</priority>
</url>
</urlset>

0 comments on commit 0f38104

Please sign in to comment.