Skip to content

Commit d5214f4

Browse files
committed
Docs: Add sitemap and robots.txt
1 parent 42ae583 commit d5214f4

File tree

4 files changed

+640
-458
lines changed

4 files changed

+640
-458
lines changed

docs/.vuepress/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ module.exports = {
6363
],
6464
base: '/',
6565
plugins: [
66+
['sitemap', {
67+
hostname: 'https://hyperformula.handsontable.com',
68+
exclude: ['/404.html'],
69+
changefreq: 'weekly'
70+
}],
6671
searchBoxPlugin,
6772
['container', examples()],
6873
{

docs/.vuepress/public/robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://hyperformula.handsontable.com/sitemap.xml

0 commit comments

Comments
 (0)