diff --git a/antora-playbook.yml b/antora-playbook.yml index 9855883..7b3262f 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -1,7 +1,8 @@ site: title: Redpanda Docs start_page: ROOT:home:index.adoc - url: https://redpanda-antora-site.netlify.app + url: https://docs.redpanda.com + robots: allow keys: google_analytics: GTM-WB2CSV5 announcement: false diff --git a/package-lock.json b/package-lock.json index 07874b2..82b3a79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "redpanda-docs-site", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 3523fba..4dbcaff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redpanda-docs-site", - "version": "1.0.1", + "version": "1.0.2", "description": "The Antora playbook project for Redpanda documentation.", "license": "ISC", "scripts": {