Skip to content

Commit

Permalink
fixed link to tutorial, removed community links
Browse files Browse the repository at this point in the history
  • Loading branch information
d45 committed Jun 20, 2024
1 parent 8060c76 commit c574efd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
8 changes: 4 additions & 4 deletions website/docs/dashext/trex_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ The best way to learn how to build your own extensions is to look at the sample

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

- 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.
- 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.

- 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.

- You can also check out the dashboard extensions from the community, see [Community Extensions](pathname:///community/).
- 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.

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

The following instructions assume that you have already downloaded and extracted the files or have cloned the Extensions API SDK to your desktop.
Expand Down
6 changes: 5 additions & 1 deletion website/docs/publish/trex_contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ title: Hosting and Contributing to the Community Portal
description: Contribute your extension to the Community
---

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

Submit your extension to the [Community Extension](https://github.com/tableau/extensions-api/tree/main/community)
portal to share your work with other developers. To make it easier for others to use your extension,
we ask that you include a link to a hosted version of your extension.

Expand Down
12 changes: 6 additions & 6 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ const getConfig = async () => {
},
{
label: 'Tutorial',
href: 'https://github.com/tableau/extensions-api/blob/main/Tutorial/readme.md',
href: 'https://github.com/tableau/extensions-api/blob/main/Tutorial/Dashboard/readme.md',
},
{
/* {
label: 'Community Extensions',
href: 'https://tableau.github.io/extensions-api/community/',
}
} */
/* {
type: 'docSidebar',
position: 'left',
Expand Down Expand Up @@ -151,7 +151,7 @@ const getConfig = async () => {
},
{
label: 'Tutorial',
href: 'https://github.com/tableau/extensions-api/blob/main/Tutorial/readme.md',
href: 'https://github.com/tableau/extensions-api/blob/main/Tutorial/Dashboard/readme.md',
},

],
Expand All @@ -167,10 +167,10 @@ const getConfig = async () => {
label: 'Slack',
href: 'https://join.slack.com/t/tableau-datadev/shared_invite/zt-1q4rrimsh-lHHKzrhid1MR4aMOkrnAFQ',
},
{
/* {
label: 'Community Extensions',
href: 'https://tableau.github.io/extensions-api/community/',
},
}, */
],
},
{
Expand Down

0 comments on commit c574efd

Please sign in to comment.