diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 651906a7b..578e374b7 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -194,7 +194,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/superduper-io/superduper/blob/main/docs/hr', + 'https://github.com/superduper-io/superduper/edit/main/docs/', }, blog: false, theme: { diff --git a/docs/robots.txt b/docs/robots.txt new file mode 100644 index 000000000..4db98bbe8 --- /dev/null +++ b/docs/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://docs.superduper.io/sitemap.xml \ No newline at end of file diff --git a/docs/static/robots.txt b/docs/static/robots.txt new file mode 100644 index 000000000..4db98bbe8 --- /dev/null +++ b/docs/static/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://docs.superduper.io/sitemap.xml \ No newline at end of file