From d4f3f835d48ac8348033a9a68da5eb078a23cba1 Mon Sep 17 00:00:00 2001 From: mohitrajain <20745774+mohitrajain@users.noreply.github.com> Date: Thu, 27 Feb 2025 18:21:11 +0100 Subject: [PATCH 1/2] docs(docs.wire.com): WPB-15365 change the s3 bucket to point to prod --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e4c9c51..f8e1ae6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,7 +39,7 @@ jobs: run: | mkdir -p tmp_extracted tar -xzf ./wire-docs-${{ github.ref_name }}.tar.gz -C tmp_extracted - aws s3 sync tmp_extracted/ s3://origin-docs.zinfradev.com/ + aws s3 sync tmp_extracted/ s3://origin-docs.wire.com/ rm -rf tmp_extracted - name: Upload Release Asset @@ -51,4 +51,3 @@ jobs: asset_path: ./wire-docs-${{ github.ref_name }}.tar.gz asset_name: wire-docs-${{ github.ref_name }}.tar.gz asset_content_type: application/gzip - From 792969c740fe58c0a06624d614a3318cfe762293 Mon Sep 17 00:00:00 2001 From: mohitrajain <20745774+mohitrajain@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:54:03 +0100 Subject: [PATCH 2/2] docs(docs.wire.com): WPB-15365 change the site url to docs.wire.com --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index a6748d3..025cb96 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Wire Docs docs_dir: src -site_url: "https://docs.zinfrdev.com" +site_url: "https://docs.wire.com" repo_url: https://github.com/wireapp/wire-docs edit_uri: edit/main/src/ site_author: Wire Authors