Skip to content

Commit 2dc0ec3

Browse files
Merge pull request #436 from tableau/dev
Doc update - Tableau Exchange branding
2 parents dc8d4e9 + 28b9e2d commit 2dc0ec3

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

_includes/guide_menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<li class="nav-header">Deploying your Extension</li>
3131
<li>
3232
<li>
33-
<a href="{{ site.baseurl }}/docs/ux_extension_gallery.html">Submitting your Extension to the Extension Gallery</a>
33+
<a href="{{ site.baseurl }}/docs/ux_extension_gallery.html">Submitting your Extension to the Tableau Exchange</a>
3434
</li>
3535

3636
</ul>

docs/trex_publish.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ However, to run on Tableau Server or Tableau Online, your extension must:
3232
|**Note** If you want to test your extension with Tableau Online and you are running an extension on `http://localhost` during development, see [Load and view localhost content on sites that use secure connections]({{site.baseurl}}/docs/trex_security.html#load-and-view-localhost-content-on-sites-that-use-secure-connections)|
3333

3434

35-
Tableau Server and Tableau Online have settings that control whether dashboard extensions are allowed to run and whether specific extensions can access the the underlying data in a dashboard.
35+
Tableau Server and Tableau Online have settings that control whether dashboard extensions are allowed to run and whether specific extensions can access the underlying data in a dashboard.
3636

3737

3838
To enable a dashboard extension on Tableau Server or Tableau Online, the server administrator or the site administrator (Tableau Online) must allow extensions for the site. The administrators can then choose to enable the default policy that allows *unknown* extensions that only request summary data to run, provided users grant the extension permission. These extensions are unknown in the sense that they have not been explicitly added to the safe list or to the blocked list on Tableau Server or Tableau Online.
3939

40-
If your extension requires access to full data (underlying data) the server or site administrator must add the URL of your extension to a safe list and must explicitly grant the extension access to full data. The server or site administrator can also configure whether users of your extension will see prompts requesting permission to run.
40+
If your extension requires access to full data (underlying data) the server or site administrator must add the URL of your extension to a safe list and must explicitly grant the extension access to full data. The server or site administrator can also configure whether users of your extension will see prompts requesting permission to run.
4141

4242
The following flowchart shows how the settings on Tableau Server or Tableau Online determine whether an extension is allowed or denied permission to run.
4343

@@ -50,24 +50,24 @@ The following flowchart shows how the settings on Tableau Server or Tableau Onli
5050

5151

5252

53-
## Publishing a dashboard extension to the Extension Gallery
53+
## Publishing a dashboard extension to the Tableau Exchange
5454

55-
If you want to make your dashboard extension readily available to a large number of people, you can take steps to have your extension added to the [Tableau Extension Gallery](https://extensiongallery.tableau.com/).
55+
If you want to make your dashboard extension readily available to a large number of people, you can take steps to have your extension added to the [Tableau Exchange](https://exchange.tableau.com/).
5656

57-
Publishing your extension to the gallery means that people will be able to discover your extension, find out what it can do, and then add the extension to their dashboards, all while working within Tableau.
57+
Publishing your extension to the Tableau Exchange means that people will be able to discover your extension, find out what it can do, and then add the extension to their dashboards, all while working within Tableau.
5858

5959
In addition to the requirements for all extensions to ensure security and usability, such as:
6060
* Using HTTPS
6161
* Validating user input
6262
* Declaring data access requirements
6363
* Providing a URL that customers can use to get support for your the extension
6464

65-
Dashboard extensions that appear in the gallery must also:
65+
Dashboard extensions that appear in the Tableau Exchange must also:
6666

6767
* Follow the Design Guidelines for Dashboard Extensions (user interaction and style guidelines for user interface elements).
68-
* Ensure that the information in the extension manifest file (`.trex`) matches the content that you will publish in the Extension Gallery. For example, the `name`, `description` fields are used to populate the name and description fields in the Extension Gallery. The icon you use in the manifest should also be the icon that is used in the gallery. You need to provide a 280x280 pixel `.png` version of the icon.
68+
* Ensure that the information in the extension manifest file (`.trex`) matches the content that you will publish in the Tableau Exchange. For example, the `name`, `description` fields are used to populate the name and description fields in the Tableau Exchange. The icon you use in the manifest should also be the icon that is used in the Exchange. You need to provide a 280x280 pixel `.png` version of the icon.
6969

70-
For information about getting your extension into the Extension Gallery, see [Submitting your Extension to the Extension Gallery]({{site.baseurl}}/docs/ux_extension_gallery.html){:target="_blank"}.
70+
For information about getting your extension into the Tableau Exchange, see [Submitting your Extension to the Tableau Exchange]({{site.baseurl}}/docs/ux_extension_gallery.html){:target="_blank"}.
7171

7272
For information about designing an extension, see [Design Guidelines for Dashboard Extensions]({{site.baseurl}}/docs/ux_design.html){:target="_blank"}.
7373

docs/ux_extension_gallery.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Submitting your Extension to the Extension Gallery
2+
title: Submitting your Extension to the Tableau Exchange
33
layout: guide
44
---
55

66

7-
You may be interested in sharing your extension for others to download and use in their dashboards. To submit to our [Extension Gallery](https://extensiongallery.tableau.com/) online, make sure you have the following components gathered.
7+
You may be interested in sharing your extension for others to download and use in their dashboards. To submit to our [Tableau Exchange](https://exchange.tableau.com/) online, make sure you have the following components gathered.
88

9-
**[Gallery Card](#gallery-card-example)**
9+
**[Exchange Card](#gallery-card-example)**
1010

1111
* Extension Name
1212
* Extension Icon
1313
* Tagline
1414

15-
**[Gallery Page](#gallery-page-example)**
15+
**[Exchange Page](#gallery-page-example)**
1616

1717
* Description
1818
* Developer Info
@@ -24,10 +24,10 @@ You may be interested in sharing your extension for others to download and use i
2424

2525
---
2626

27-
## Gallery Card Example
28-
This is what an extension looks like to a user while browsing the Extension Gallery.
27+
## Tableau Exchange Card Example
28+
This is what an extension looks like to a user while browsing the Tableau Exchange.
2929

30-
![gallery card example](imgs/gallery_card_example.png)
30+
![exchange card example](imgs/gallery_card_example.png)
3131

3232
| | Details |
3333
| --- | ------- |
@@ -38,10 +38,10 @@ This is what an extension looks like to a user while browsing the Extension Gall
3838

3939
&nbsp;
4040

41-
## Gallery Page Example
41+
## Exchange Page Example
4242
Users reach pages like this when they want to know more about a particular extension.
4343

44-
![gallery page example](imgs/gallery_page_example.png)
44+
![exchange page example](imgs/gallery_page_example.png)
4545

4646
| | Details |
4747
| --- | ------- |
@@ -53,4 +53,4 @@ Users reach pages like this when they want to know more about a particular exten
5353

5454
## How to Submit your Extension
5555

56-
After completing your extension, fill out the [Extension Gallery Submission form](https://tabsoft.co/gallerysubmit){:target="_blank"}{:ref="noopener"} with your information and extension details. The extension name in the template needs to match the name you specified for your extension in the manifest file (`.trex`). The 280x280 pixel `.png` icon that you attach with your submission must look like the icon you included in your manifest file (they just have different dimensions). Our developers from the Developer Platform team at Tableau will let you know the next steps including legal agreements after you submit. If you have any questions about the gallery please send them to [[email protected]]([email protected]){:target="_blank"}{:ref="noopener"}.
56+
After completing your extension, fill out the [Tableau Exchange Submission form](https://tabsoft.co/gallerysubmit){:target="_blank"}{:ref="noopener"} with your information and extension details. The extension name in the template needs to match the name you specified for your extension in the manifest file (`.trex`). The 280x280 pixel `.png` icon that you attach with your submission must look like the icon you included in your manifest file (they just have different dimensions). Our developers from the Developer Platform team at Tableau will let you know the next steps including legal agreements after you submit. If you have any questions about the Tableau Exchange please send them to [[email protected]]([email protected]){:target="_blank"}{:ref="noopener"}.

0 commit comments

Comments
 (0)