From b7593f2a572e3e8e478ddeaf54b9a6284f9330c0 Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Tue, 18 Jun 2024 18:59:52 -0700 Subject: [PATCH 1/4] Update paths in gh-pages readme file --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8feb9e51..7dd08df1 100644 --- a/README.md +++ b/README.md @@ -30,16 +30,16 @@ Github Actions are configured to automatically test for changes. For simple typo or wording fixes, you don't need a peer review - feel free to just go ahead and merge. For actual new content, we encourage to get at least one peer review. -The released or production documentation is served from the `main` branch. -Changes or updates should first be checked into the `dev` branch and then merged to `main` when ready for public release. +The released or production documentation is served from the `gh-pages` branch. +Changes or updates should first be checked into the `gh-pages-dev` branch and then merged to `gh-pages` when ready for public release. ### Deployment -As soon as your pull request to https://github.com/tableau/test-extensions-api is merged to `main`, the new web page will be deployed automatically within a couple of minutes. +As soon as your pull request to https://github.com/tableau/test-extensions-api is merged to `gh-pages`, the new web page will be deployed automatically within a couple of minutes. ### View the docs | Branch | URL | |---- |---- | -| `dev` | [https://d45.github.io/test-extensions-api/dev](https://d45.github.io/test-extensions-api/dev) | -| `main` | [https://d45.github.io/test-extensions-api](https://d45.github.io/test-extensions-api/) | +| `dev` | [https://tableau.github.io/test-extensions-api/dev](https://d45.github.io/extensions-api/dev) | +| `main` | [https://tableau.github.io/test-extensions-api](https://d45.github.io/extensions-api/) | From 6de3aa39bbe9324f014c5e0bd2d211744164caea Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Tue, 18 Jun 2024 19:04:04 -0700 Subject: [PATCH 2/4] fixing hypertext link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7dd08df1..c503b5e0 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,5 @@ As soon as your pull request to https://github.com/tableau/test-extensions-api i | Branch | URL | |---- |---- | -| `dev` | [https://tableau.github.io/test-extensions-api/dev](https://d45.github.io/extensions-api/dev) | -| `main` | [https://tableau.github.io/test-extensions-api](https://d45.github.io/extensions-api/) | +| `dev` | [https://tableau.github.io/extensions-api/dev](https://d45.github.io/extensions-api/dev) | +| `main` | [https://tableau.github.io/textensions-api](https://d45.github.io/extensions-api/) | From 5f949183785fbb2f585c1610cb20b8303972cf97 Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Tue, 18 Jun 2024 19:29:41 -0700 Subject: [PATCH 3/4] fixing path again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c503b5e0..628ad4d0 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,5 @@ As soon as your pull request to https://github.com/tableau/test-extensions-api i | Branch | URL | |---- |---- | -| `dev` | [https://tableau.github.io/extensions-api/dev](https://d45.github.io/extensions-api/dev) | +| `dev` | [https://tableau.github.io/extensions-api/gh-pages-dev](https://d45.github.io/extensions-api/gh-pages-dev) | | `main` | [https://tableau.github.io/textensions-api](https://d45.github.io/extensions-api/) | From 8060c761fb81138999d1bfe1273a0151c26c1e8c Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Tue, 18 Jun 2024 19:39:46 -0700 Subject: [PATCH 4/4] mistakes were made --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 628ad4d0..f6928510 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,11 @@ Changes or updates should first be checked into the `gh-pages-dev` branch and th ### Deployment -As soon as your pull request to https://github.com/tableau/test-extensions-api is merged to `gh-pages`, the new web page will be deployed automatically within a couple of minutes. +As soon as your pull request to https://github.com/tableau/extensions-api is merged to `gh-pages`, the new web page will be deployed automatically within a couple of minutes. ### View the docs | Branch | URL | |---- |---- | -| `dev` | [https://tableau.github.io/extensions-api/gh-pages-dev](https://d45.github.io/extensions-api/gh-pages-dev) | -| `main` | [https://tableau.github.io/textensions-api](https://d45.github.io/extensions-api/) | +| `dev` | [https://tableau.github.io/extensions-api/gh-pages-dev](https://tableau.github.io/extensions-api/gh-pages-dev) | +| `main` | [https://tableau.github.io/textensions-api](https://tableau.github.io/extensions-api/) |