From e8e4b67f988ad801cdd7151ffdfd564edc9e5c0a Mon Sep 17 00:00:00 2001
From: d45 <3d.hagen@gmail.com>
Date: Wed, 17 Apr 2019 16:39:56 -0700
Subject: [PATCH] updated the library file name with new convention; removed
page visibilit
---
docs/trex_create.md | 10 ++++-----
docs/trex_error_handling.md | 45 -------------------------------------
docs/trex_getstarted.md | 2 +-
docs/trex_known_issues.md | 11 +++++++--
docs/trex_overview.md | 2 +-
docs/trex_release-notes.md | 15 ++++++++++---
docs/trex_security.md | 2 +-
docs/trex_xss_guidance.md | 2 +-
8 files changed, 30 insertions(+), 59 deletions(-)
diff --git a/docs/trex_create.md b/docs/trex_create.md
index 588478d9..3e6fef26 100644
--- a/docs/trex_create.md
+++ b/docs/trex_create.md
@@ -6,7 +6,7 @@ layout: docs
To create a Tableau extension you need the following components.
- A manifest file that identifies and describes the extension.
-- The Tableau Extensions API JavaScript library (`tableau-extensions-N.N.N.js`)
+- The Tableau Extensions API JavaScript library (`tableau.extensions.N.N.N.js`)
- A web page that uses the library. The web page provides controls that interact with Tableau objects and data in the dashboard.
- Additional JavaScript and HTML and CSS files as needed for your web app.
- A web server to host your web app.
@@ -112,7 +112,7 @@ Your web application must include an HTML page. This page should link to the Ext
-
+
@@ -129,15 +129,15 @@ Your web application must include an HTML page. This page should link to the Ext