-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added DAX Optimizer docs * added 3.15.0 release notes * fix typos * rephrasing * DirectLake -> Direct Lake * clarification of obfuscation * Added new shortcuts * Update shortcuts with brief explanation of how to customize shortcuts * Spelling mistake * Added Whats new for 3.15.0 * Update previous whats new to say newer version available * Update Direct Lake documentation * Move integration file, update index overview with dax optimizer feature. * Add borders to pics * Fix picture references * Update 3_15_0.md updated links * add styling to upgrade info on whats-new pages * upated css * custom 404 * fix issue in staticwebapp.config.json * missing text-align:center --------- Co-authored-by: Morten Lonskov <[email protected]>
- Loading branch information
Showing
37 changed files
with
952 additions
and
710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<style> | ||
body, html { | ||
font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif; | ||
} | ||
|
||
.text-center { | ||
text-align: center; | ||
} | ||
|
||
.page_404 { | ||
padding: 40px 0; | ||
background: #fff; | ||
} | ||
.page_404 img { | ||
width: 100%; | ||
} | ||
.four_zero_four_bg { | ||
background-image: url(images/Scenario001_Borp_Small.png); | ||
height: 400px; | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
background-size: contain; | ||
} | ||
.four_zero_four_bg h1 { | ||
font-size: 80px; | ||
} | ||
|
||
.four_zero_four_bg h3 { | ||
font-size: 80px; | ||
} | ||
.link_404 { | ||
color: #fff !important; | ||
padding: 10px 20px; | ||
background: #39ac31; | ||
margin: 20px 0; | ||
display: inline-block; | ||
} | ||
|
||
.contant_box_404 { | ||
margin-top: -50px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<section class="page_404"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-12 "> | ||
<div class="col-sm-10 col-sm-offset-1 text-center"> | ||
<div class="four_zero_four_bg"> | ||
<h1 class="text-center ">404</h1> | ||
|
||
</div> | ||
|
||
<div class="contant_box_404"> | ||
<h3 class="h2"> | ||
Borp has no idea what this is! | ||
</h3> | ||
|
||
<p>The page you are looking for could not be found.</p> | ||
|
||
<a href="https://docs.tabulareditor.com" class="link_404">Home</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,124 +1,129 @@ | ||
{ | ||
"routes": [ | ||
{ | ||
"route": "/te3/other/release-notes", | ||
"redirect": "/te3/other/release-notes/3_14_0.html", | ||
"statusCode": 302 | ||
}, | ||
{ | ||
"route": "/privacy-policy.html", | ||
"redirect": "/te3/other/privacy-policy.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Advanced-Scripting.html", | ||
"redirect": "/te3/features/csharp-scripts.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Best-Practice-Analyzer.html", | ||
"redirect": "/te2/Best-Practice-Analyzer.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Importing-Tables.html", | ||
"redirect": "/te2/Importing-Tables.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/tmdl", | ||
"redirect": "/te3/features/tmdl.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/roslyn", | ||
"redirect": "/te3/features/roslyn.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/eula", | ||
"redirect": "/te3/other/te3-eula.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/tmuo", | ||
"redirect": "/te3/features/user-options.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/user-options.html", | ||
"redirect": "/te3/features/user-options.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/workspace", | ||
"redirect": "/te3/tutorials/workspace-mode.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Workspace-Database.html", | ||
"redirect": "/te3/tutorials/workspace-mode.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/projects/te3/en/latest/editions.html", | ||
"redirect": "/te3/editions.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/projects/te3/en/latest/security-privacy.html", | ||
"redirect": "/te3/features/security-privacy.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/projects/te3/en/latest/downloads.html", | ||
"redirect": "/te3/other/downloads.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/other/downloads.html", | ||
"redirect": "/te3/other/downloads.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/te3/downloads.html", | ||
"redirect": "/te3/other/downloads.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Useful-script-snippets.html", | ||
"redirect": "/te2/Useful-script-snippets.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Command-line-Options.html", | ||
"redirect": "/te2/Command-line-Options.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Power-BI-Desktop-Integration.html", | ||
"redirect": "/te2/Power-BI-Desktop-Integration.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/projects/te3/en/latest", | ||
"redirect": "/te3", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/projects/te3", | ||
"redirect": "/te3", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/projects/te3/en/latest/getting-started.html", | ||
"redirect": "/te3/getting-started.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Custom-Actions.html", | ||
"redirect": "/te3/tutorials/creating-macros.html", | ||
"statusCode": 301 | ||
} | ||
] | ||
"routes": [ | ||
{ | ||
"route": "/te3/other/release-notes", | ||
"redirect": "/te3/other/release-notes/3_14_0.html", | ||
"statusCode": 302 | ||
}, | ||
{ | ||
"route": "/privacy-policy.html", | ||
"redirect": "/te3/other/privacy-policy.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Advanced-Scripting.html", | ||
"redirect": "/te3/features/csharp-scripts.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Best-Practice-Analyzer.html", | ||
"redirect": "/te2/Best-Practice-Analyzer.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Importing-Tables.html", | ||
"redirect": "/te2/Importing-Tables.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/tmdl", | ||
"redirect": "/te3/features/tmdl.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/roslyn", | ||
"redirect": "/te3/features/roslyn.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/eula", | ||
"redirect": "/te3/other/te3-eula.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/tmuo", | ||
"redirect": "/te3/features/user-options.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/user-options.html", | ||
"redirect": "/te3/features/user-options.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/workspace", | ||
"redirect": "/te3/tutorials/workspace-mode.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Workspace-Database.html", | ||
"redirect": "/te3/tutorials/workspace-mode.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/projects/te3/en/latest/editions.html", | ||
"redirect": "/te3/editions.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/projects/te3/en/latest/security-privacy.html", | ||
"redirect": "/te3/features/security-privacy.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/projects/te3/en/latest/downloads.html", | ||
"redirect": "/te3/other/downloads.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/other/downloads.html", | ||
"redirect": "/te3/other/downloads.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/te3/downloads.html", | ||
"redirect": "/te3/other/downloads.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Useful-script-snippets.html", | ||
"redirect": "/te2/Useful-script-snippets.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Command-line-Options.html", | ||
"redirect": "/te2/Command-line-Options.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Power-BI-Desktop-Integration.html", | ||
"redirect": "/te2/Power-BI-Desktop-Integration.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/projects/te3/en/latest", | ||
"redirect": "/te3", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/projects/te3", | ||
"redirect": "/te3", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/projects/te3/en/latest/getting-started.html", | ||
"redirect": "/te3/getting-started.html", | ||
"statusCode": 301 | ||
}, | ||
{ | ||
"route": "/Custom-Actions.html", | ||
"redirect": "/te3/tutorials/creating-macros.html", | ||
"statusCode": 301 | ||
} | ||
], | ||
"responseOverrides": { | ||
"404": { | ||
"rewrite": "/404.html" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.