Skip to content

Commit

Permalink
Merge branch 'main' into tweak-faq
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 authored Jun 20, 2024
2 parents da64659 + 5a242b7 commit cf7319d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,7 @@ export const enConfig = async () => ({
],
copyright: '©Copyright 2024 Greptime Inc. All Rights Reserved',
},
sitemap: {
hostname: 'https://docs.greptime.com'
}
})
3 changes: 3 additions & 0 deletions docs/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,7 @@ export const zhConfig = async () => ({
icp: { text: '京ICP备2023008042号', link: 'https://beian.miit.gov.cn/' },
gongan: { text: '京公网安备 11010502052203号', link: 'https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010502052203' },
},
sitemap: {
hostname: 'https://docs.greptime.cn'
}
})
2 changes: 2 additions & 0 deletions docs/public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Allow: /

0 comments on commit cf7319d

Please sign in to comment.