Skip to content

Commit 0f126c2

Browse files
authored
Merge pull request #546 from tableau/gh-pages-dev
sync with gh-pages-dev branch: review feedback and updated links
2 parents 20f7b88 + 2832bf7 commit 0f126c2

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

website/docs/dashext/trex_examples.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ The best way to learn how to build your own extensions is to look at the sample
77

88
- To download the Extensions API SDK, if you have not already done so, see [Get Started](./trex_getstarted).
99

10-
- You can browse the sample code for the dashboard extensions in the [Samples](https://github.com/tableau/extensions-api/tree/master/Samples/Dashboard?=target="_blank") and the [Tutorial](https://github.com/tableau/extensions-api/tree/master/Tutorial/Dashboard?=target="_blank") folders on GitHub.
10+
- You can browse the sample code for the dashboard extensions in the [Samples](https://github.com/tableau/extensions-api/tree/main/Samples/Dashboard?=target="_blank") and the [Tutorial](https://github.com/tableau/extensions-api/tree/main/Tutorial/Dashboard#Readme?=target="_blank") folders on GitHub.
1111

12-
- You can also create dashboard extensions using TypeScript. See the TypeScript dashboard sample code in [Samples-TypeScript](https://github.com/tableau/extensions-api/tree/master/Samples-Typescript/Dashboard?=target="_blank") on GitHub.
13-
14-
- You can also check out the dashboard extensions from the community, see [Community Extensions](pathname:///community/).
12+
- You can also create dashboard extensions using TypeScript. See the TypeScript dashboard sample code in [Samples-TypeScript](https://github.com/tableau/extensions-api/tree/main/Samples-Typescript/Dashboard?=target="_blank") on GitHub.
1513

14+
<!-- - You can also check out the dashboard extensions from the community, see [Community Extensions](pathname:///community/).
15+
-->
1616
---
1717

1818
The following instructions assume that you have already downloaded and extracted the files or have cloned the Extensions API SDK to your desktop.

website/docs/publish/trex_contributing.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ title: Hosting and Contributing to the Community Portal
33
description: Contribute your extension to the Community
44
---
55

6-
Submit your extension to the [Community Extension](https://tableau.github.io/extensions-api/community/)
6+
<!-- Submit your extension to the [Community Extension](https://tableau.github.io/extensions-api/community/)
7+
portal to share your work with other developers. To make it easier for others to use your extension,
8+
we ask that you include a link to a hosted version of your extension. -->
9+
10+
Submit your extension to the [Community Extension](https://github.com/tableau/extensions-api/tree/main/community)
711
portal to share your work with other developers. To make it easier for others to use your extension,
812
we ask that you include a link to a hosted version of your extension.
913

website/docusaurus.config.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ const getConfig = async () => {
9999
},
100100
{
101101
label: 'Tutorial',
102-
href: 'https://github.com/tableau/extensions-api/blob/main/Tutorial/readme.md',
102+
href: 'https://github.com/tableau/extensions-api/blob/main/Tutorial/Dashboard/readme.md',
103103
},
104-
{
104+
/* {
105105
label: 'Community Extensions',
106106
href: 'https://tableau.github.io/extensions-api/community/',
107-
}
107+
} */
108108
/* {
109109
type: 'docSidebar',
110110
position: 'left',
@@ -151,7 +151,7 @@ const getConfig = async () => {
151151
},
152152
{
153153
label: 'Tutorial',
154-
href: 'https://github.com/tableau/extensions-api/blob/main/Tutorial/readme.md',
154+
href: 'https://github.com/tableau/extensions-api/blob/main/Tutorial/Dashboard/readme.md',
155155
},
156156

157157
],
@@ -167,10 +167,10 @@ const getConfig = async () => {
167167
label: 'Slack',
168168
href: 'https://join.slack.com/t/tableau-datadev/shared_invite/zt-1q4rrimsh-lHHKzrhid1MR4aMOkrnAFQ',
169169
},
170-
{
170+
/* {
171171
label: 'Community Extensions',
172172
href: 'https://tableau.github.io/extensions-api/community/',
173-
},
173+
}, */
174174
],
175175
},
176176
{

0 commit comments

Comments
 (0)