Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ If a key is missing from a language's file, or no `_ui-strings.json` exists at a
| `header.button1` | `Free trial` | Primary header CTA button |
| `header.button2` | `Main page` | Secondary header button |
| `footer.heading` | `Ready to get started?` | Footer section heading |
| `footer.button1` | `Try Tabular Editor 3 for free` | Footer CTA button |
| `footer.button1` | `Try Tabular Editor 3` | Footer CTA button |
| `footer.button2` | `Buy Tabular Editor 3` | Footer CTA button |
| `footer.aboutUs` | `About us` | Footer left link |
| `footer.contactUs` | `Contact us` | Footer left link |
Expand Down
12 changes: 8 additions & 4 deletions content/_ui-strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@
"header.button1": "Free trial",
"header.button2": "Main page",
"footer.heading": "Ready to get started?",
"footer.button1": "Try Tabular Editor 3 for free",
"footer.button1": "Try Tabular Editor 3",
"footer.button2": "Buy Tabular Editor 3",
"footer.aboutUs": "About us",
"footer.career": "Career",
"footer.newsroom": "Newsroom",
"footer.contactUs": "Contact us",
"footer.technicalSupport": "Technical Support",
"footer.privacyPolicy": "Privacy & Cookie policy",
"footer.termsConditions": "Terms & Conditions",
"footer.licenseTerms": "License terms",
"footer.securityTrust": "Security & Trust Center",
"footer.privacyPolicy": "Privacy policy",
"footer.cookiePolicy": "Cookie policy",
"footer.siteTerms": "Site Terms",
"footer.commercialTerms": "Commercial Terms & Conditions",
"appliesTo": "Applies to: ",
"availableSince": "Available since",
"availableIn": "Available in",
Expand Down
2 changes: 1 addition & 1 deletion content/security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This section contains information about security, privacy, and licensing.
- @security-privacy - Security and privacy considerations of Tabular Editor 3
- @privacy-policy - Privacy policy and data handling
- @gdpr-delete - User Data Deletion
- @te3-eula - The latest version of our license terms
- @terms - The latest version of our Terms & Conditions
- @third-party-notices - Third-party component licenses and notices

---
Expand Down
21 changes: 0 additions & 21 deletions content/security/te3-eula.md

This file was deleted.

21 changes: 21 additions & 0 deletions content/security/terms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
uid: terms
title: Terms and Conditions
author: Søren Toft Joensen
updated: 2026-05-29
applies_to:
products:
- product: Tabular Editor 2
none: true
- product: Tabular Editor 3
full: true
- product: TE CLI
full: true
---
# Terms and Conditions

Please find the latest version of our terms and conditions below:

- [Commercial Terms & Conditions](https://tabulareditor.com/commercial-terms)
- [Tabular Editor 3 EULA](https://tabulareditor.com/eula-te3)
- [Tabular Editor CLI EULA](https://tabulareditor.com/eula-cli)
2 changes: 1 addition & 1 deletion content/security/toc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @security-privacy

# Legal
## @te3-eula
## @terms
## @third-party-notices
## @privacy-policy
## @gdpr-delete
4 changes: 2 additions & 2 deletions metadata/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"redirects": {
"/tmdl": "/en/features/tmdl.html",
"/roslyn": "/en/how-tos/Advanced-Scripting.html#compiling-with-roslyn",
"/eula": "/en/security/te3-eula.html",
"/eula": "/en/security/terms.html",
"/tmuo": "/en/references/user-options.html",
"/workspace": "/en/tutorials/workspace-mode.html",
"/privacy-policy.html": "/en/security/privacy-policy.html",
Expand Down Expand Up @@ -224,7 +224,7 @@
"/te3/other/release-notes/beta-18_4.html": "/en/references/release-notes/beta-18_4.html",
"/te3/other/release-notes/beta-18_5.html": "/en/references/release-notes/beta-18_5.html",
"/te3/other/roadmap.html": "/en/references/roadmap.html",
"/te3/other/te3-eula.html": "/en/security/te3-eula.html",
"/te3/other/te3-eula.html": "/en/security/terms.html",
"/te3/other/third-party-notices.html": "/en/security/third-party-notices.html",
"/te3/powerbi-xmla-pbix-workaround.html": "/en/how-tos/powerbi-xmla-pbix-workaround.html",
"/te3/powerbi-xmla.html": "/en/tutorials/powerbi-xmla.html",
Expand Down
19 changes: 12 additions & 7 deletions templates/tabulareditor/ManagedReference.extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ exports.preTransform = function (model) {
model.__footer = {
buttons: [
{
text: "Try Tabular Editor 3 for free",
text: "Try Tabular Editor 3",
url: "https://www.tabulareditor.com/downloads",
uiStringKey: "footer.button1"
},
Expand Down Expand Up @@ -117,19 +117,24 @@ exports.preTransform = function (model) {
],
bottomLinks: [
{
text: "Privacy & Cookie policy",
text: "Privacy policy",
url: "https://tabulareditor.com/privacy-policy",
uiStringKey: "footer.privacyPolicy"
},
{
text: "Terms & Conditions",
text: "Cookie policy",
url: "https://tabulareditor.com/cookie-policy",
uiStringKey: "footer.cookiePolicy"
},
{
text: "Site Terms",
url: "https://tabulareditor.com/terms",
uiStringKey: "footer.termsConditions"
uiStringKey: "footer.siteTerms"
},
{
text: "License terms",
url: "https://tabulareditor.com/license-terms",
uiStringKey: "footer.licenseTerms"
text: "Commercial Terms & Conditions",
url: "https://tabulareditor.com/commercial-terms",
uiStringKey: "footer.commercialTerms"
}
]
}
Expand Down
34 changes: 27 additions & 7 deletions templates/tabulareditor/conceptual.html.primary.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ exports.transform = function (model) {
model.__footer = {
buttons: [
{
text: "Try Tabular Editor 3 for free",
text: "Try Tabular Editor 3",
url: "https://www.tabulareditor.com/downloads",
uiStringKey: "footer.button1"
},
Expand All @@ -88,6 +88,16 @@ exports.transform = function (model) {
url: "https://tabulareditor.com/about-us",
uiStringKey: "footer.aboutUs"
},
{
text: "Career",
url: "https://tabulareditor.com/career",
uiStringKey: "footer.career"
},
{
text: "Newsroom",
url: "https://tabulareditor.com/newsroom",
uiStringKey: "footer.newsroom"
},
{
text: "Contact us",
url: "https://tabulareditor.com/contact",
Expand All @@ -99,6 +109,11 @@ exports.transform = function (model) {
rel: "noopener noreferrer",
target: "_blank",
uiStringKey: "footer.technicalSupport"
},
{
text: "Security & Trust Center",
url: "https://trust.tabulareditor.com",
uiStringKey: "footer.securityTrust"
}
],
rightLinks: [
Expand All @@ -115,19 +130,24 @@ exports.transform = function (model) {
],
bottomLinks: [
{
text: "Privacy & Cookie policy",
text: "Privacy policy",
url: "https://tabulareditor.com/privacy-policy",
uiStringKey: "footer.privacyPolicy"
},
{
text: "Terms & Conditions",
text: "Cookie policy",
url: "https://tabulareditor.com/cookie-policy",
uiStringKey: "footer.cookiePolicy"
},
{
text: "Site Terms",
url: "https://tabulareditor.com/terms",
uiStringKey: "footer.termsConditions"
uiStringKey: "footer.siteTerms"
},
{
text: "License terms",
url: "https://tabulareditor.com/license-terms",
uiStringKey: "footer.licenseTerms"
text: "Commercial Terms & Conditions",
url: "https://tabulareditor.com/commercial-terms",
uiStringKey: "footer.commercialTerms"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion templates/tabulareditor/public/docfx.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/tabulareditor/public/docfx.min.js.map

Large diffs are not rendered by default.

Loading