From 856baed2aa02dd8605a809edf99b9ee67ca52ad0 Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Mon, 13 Sep 2021 10:35:22 -0600 Subject: [PATCH 1/3] Update index.html Changing the name of the .zip file for download to match the new branch name. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0ae7f301..ddc3a0d3 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@

Tableau Dashboard Extensions API

This site will get you up and running with Tableau extensions. The Tableau Extensions API samples and documentation are all open source.


Get Started   - Download + Download
From 22c569ace5f9062ee7a52a00a91525c1dabc4d6e Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Mon, 13 Sep 2021 10:39:11 -0600 Subject: [PATCH 2/3] Update trex_getstarted.md Updated the name and link to the downloadable .zip file to match the new branch name. --- docs/trex_getstarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/trex_getstarted.md b/docs/trex_getstarted.md index 28cc4611..23ecdb2c 100644 --- a/docs/trex_getstarted.md +++ b/docs/trex_getstarted.md @@ -58,14 +58,14 @@ You can get the Tableau Extensions API SDK in two ways. Clone the repository if `git clone https://github.com/tableau/extensions-api.git` -* Download the [Tableau Extensions API SDK (.zip file)](https://github.com/tableau/extensions-api/archive/master.zip) and extract the files to your computer. +* Download the [Tableau Extensions API SDK (.zip file)](https://github.com/tableau/extensions-api/archive/main.zip) and extract the files to your computer. --- ### Start a web server to host the sample dashboard extensions -To use the dashboard extension samples, you need to start up a web server on your computer to host the HTML pages. If you downloaded or cloned the Extensions API repository, you can start the web service in the root directory of the repository on your computer. For example, if you downloaded the `extensions-api-master.zip` file to your `Downloads` directory, after you extract the files, the path might be `Downloads\extensions-api-master\extensions-api\`. +To use the dashboard extension samples, you need to start up a web server on your computer to host the HTML pages. If you downloaded or cloned the Extensions API repository, you can start the web service in the root directory of the repository on your computer. For example, if you downloaded the `extensions-api-main.zip` file to your `Downloads` directory, after you extract the files, the path might be `Downloads\extensions-api-main\extensions-api\`. 1. Navigate to the `extensions-api` directory. From af0ff9249b38130ba61c1bd3609e70a9a860a72b Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Mon, 13 Sep 2021 10:41:46 -0600 Subject: [PATCH 3/3] Update trex_contributing.md Updated name of GitHub branch --- docs/trex_contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/trex_contributing.md b/docs/trex_contributing.md index 09a8cc35..c894fcfc 100644 --- a/docs/trex_contributing.md +++ b/docs/trex_contributing.md @@ -22,7 +22,7 @@ Submitting to the Community Portal {#portal} 1. First, host your extension on a web server (see below for suggestions). Second, create a manifest file (`.trex`) where the URL points to the hosted location of your extension. Finally, in your pull request, place the manifest file in the `community/CommunityManifests` folder. Also place the file name into your entry in community_extensions.json. Ensure the filename matches your manifest file and it is unique from others in the folder. -1. Submit a pull request from your fork to the master branch in the official repository. +1. Submit a pull request from your fork to the main branch in the official repository. After that, a member of the Tableau Extensibility team will review your submission.