Skip to content

Commit

Permalink
Version 3.0.0-beta3 updated. Non-versioned pages updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Nov 6, 2024
1 parent 31fb30a commit 6f2ad97
Show file tree
Hide file tree
Showing 52 changed files with 5,027 additions and 32,940 deletions.
3,964 changes: 25 additions & 3,939 deletions 3.0.0-beta3/account/index.html

Large diffs are not rendered by default.

3,911 changes: 25 additions & 3,886 deletions 3.0.0-beta3/blog/index.html

Large diffs are not rendered by default.

4,006 changes: 25 additions & 3,981 deletions 3.0.0-beta3/conditions/cookie-policy/index.html

Large diffs are not rendered by default.

3,950 changes: 25 additions & 3,925 deletions 3.0.0-beta3/conditions/privacy-policy/index.html

Large diffs are not rendered by default.

4,263 changes: 25 additions & 4,238 deletions 3.0.0-beta3/conditions/terms-of-service/index.html

Large diffs are not rendered by default.

4,215 changes: 25 additions & 4,190 deletions 3.0.0-beta3/index.html

Large diffs are not rendered by default.

4,477 changes: 25 additions & 4,452 deletions 3.0.0-beta3/pricing/index.html

Large diffs are not rendered by default.

4,118 changes: 25 additions & 4,093 deletions 3.0.0-beta3/support/index.html

Large diffs are not rendered by default.

71 changes: 47 additions & 24 deletions account/index.html

Large diffs are not rendered by default.

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.
16 changes: 0 additions & 16 deletions assets/javascripts/bundle.83f73b43.min.js

This file was deleted.

7 changes: 0 additions & 7 deletions assets/javascripts/bundle.83f73b43.min.js.map

This file was deleted.

29 changes: 29 additions & 0 deletions assets/javascripts/bundle.ad660dcc.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.ad660dcc.min.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/stylesheets/main.0253249f.min.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/stylesheets/main.0253249f.min.css.map

This file was deleted.

1 change: 1 addition & 0 deletions assets/stylesheets/main.6543a935.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/stylesheets/main.6543a935.min.css.map

Large diffs are not rendered by default.

71 changes: 47 additions & 24 deletions blog/index.html

Large diffs are not rendered by default.

71 changes: 47 additions & 24 deletions conditions/cookie-policy/index.html

Large diffs are not rendered by default.

71 changes: 47 additions & 24 deletions conditions/privacy-policy/index.html

Large diffs are not rendered by default.

71 changes: 47 additions & 24 deletions conditions/terms-of-service/index.html

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=latest/" />
</noscript>
<script>
function addAsFirstPathOfUrl(url, firstSectionOfPath) {
const urlObj = new URL(url);
const pathSections = urlObj.pathname
.split("/")
.filter((elm) => elm);
pathSections.unshift(firstSectionOfPath);
urlObj.pathname = "/" + pathSections.join("/");
return urlObj.toString();
}
window.location.replace(
addAsFirstPathOfUrl(window.location.href, "latest")
);
</script>
</head>
<body>
Redirecting to <a href="/latest">/latest</a>...
</body>
</html>
27 changes: 27 additions & 0 deletions docs/tutorials/shared/application-server/dotnet/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=latest/" />
</noscript>
<script>
function addAsFirstPathOfUrl(url, firstSectionOfPath) {
const urlObj = new URL(url);
const pathSections = urlObj.pathname
.split("/")
.filter((elm) => elm);
pathSections.unshift(firstSectionOfPath);
urlObj.pathname = "/" + pathSections.join("/");
return urlObj.toString();
}
window.location.replace(
addAsFirstPathOfUrl(window.location.href, "latest")
);
</script>
</head>
<body>
Redirecting to <a href="/latest">/latest</a>...
</body>
</html>
27 changes: 27 additions & 0 deletions docs/tutorials/shared/application-server/go/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=latest/" />
</noscript>
<script>
function addAsFirstPathOfUrl(url, firstSectionOfPath) {
const urlObj = new URL(url);
const pathSections = urlObj.pathname
.split("/")
.filter((elm) => elm);
pathSections.unshift(firstSectionOfPath);
urlObj.pathname = "/" + pathSections.join("/");
return urlObj.toString();
}
window.location.replace(
addAsFirstPathOfUrl(window.location.href, "latest")
);
</script>
</head>
<body>
Redirecting to <a href="/latest">/latest</a>...
</body>
</html>
27 changes: 27 additions & 0 deletions docs/tutorials/shared/application-server/java/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=latest/" />
</noscript>
<script>
function addAsFirstPathOfUrl(url, firstSectionOfPath) {
const urlObj = new URL(url);
const pathSections = urlObj.pathname
.split("/")
.filter((elm) => elm);
pathSections.unshift(firstSectionOfPath);
urlObj.pathname = "/" + pathSections.join("/");
return urlObj.toString();
}
window.location.replace(
addAsFirstPathOfUrl(window.location.href, "latest")
);
</script>
</head>
<body>
Redirecting to <a href="/latest">/latest</a>...
</body>
</html>
27 changes: 27 additions & 0 deletions docs/tutorials/shared/application-server/node/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=latest/" />
</noscript>
<script>
function addAsFirstPathOfUrl(url, firstSectionOfPath) {
const urlObj = new URL(url);
const pathSections = urlObj.pathname
.split("/")
.filter((elm) => elm);
pathSections.unshift(firstSectionOfPath);
urlObj.pathname = "/" + pathSections.join("/");
return urlObj.toString();
}
window.location.replace(
addAsFirstPathOfUrl(window.location.href, "latest")
);
</script>
</head>
<body>
Redirecting to <a href="/latest">/latest</a>...
</body>
</html>
27 changes: 27 additions & 0 deletions docs/tutorials/shared/application-server/php/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=latest/" />
</noscript>
<script>
function addAsFirstPathOfUrl(url, firstSectionOfPath) {
const urlObj = new URL(url);
const pathSections = urlObj.pathname
.split("/")
.filter((elm) => elm);
pathSections.unshift(firstSectionOfPath);
urlObj.pathname = "/" + pathSections.join("/");
return urlObj.toString();
}
window.location.replace(
addAsFirstPathOfUrl(window.location.href, "latest")
);
</script>
</head>
<body>
Redirecting to <a href="/latest">/latest</a>...
</body>
</html>
27 changes: 27 additions & 0 deletions docs/tutorials/shared/application-server/python/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=latest/" />
</noscript>
<script>
function addAsFirstPathOfUrl(url, firstSectionOfPath) {
const urlObj = new URL(url);
const pathSections = urlObj.pathname
.split("/")
.filter((elm) => elm);
pathSections.unshift(firstSectionOfPath);
urlObj.pathname = "/" + pathSections.join("/");
return urlObj.toString();
}
window.location.replace(
addAsFirstPathOfUrl(window.location.href, "latest")
);
</script>
</head>
<body>
Redirecting to <a href="/latest">/latest</a>...
</body>
</html>
27 changes: 27 additions & 0 deletions docs/tutorials/shared/application-server/ruby/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=latest/" />
</noscript>
<script>
function addAsFirstPathOfUrl(url, firstSectionOfPath) {
const urlObj = new URL(url);
const pathSections = urlObj.pathname
.split("/")
.filter((elm) => elm);
pathSections.unshift(firstSectionOfPath);
urlObj.pathname = "/" + pathSections.join("/");
return urlObj.toString();
}
window.location.replace(
addAsFirstPathOfUrl(window.location.href, "latest")
);
</script>
</head>
<body>
Redirecting to <a href="/latest">/latest</a>...
</body>
</html>
27 changes: 27 additions & 0 deletions docs/tutorials/shared/application-server/rust/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=latest/" />
</noscript>
<script>
function addAsFirstPathOfUrl(url, firstSectionOfPath) {
const urlObj = new URL(url);
const pathSections = urlObj.pathname
.split("/")
.filter((elm) => elm);
pathSections.unshift(firstSectionOfPath);
urlObj.pathname = "/" + pathSections.join("/");
return urlObj.toString();
}
window.location.replace(
addAsFirstPathOfUrl(window.location.href, "latest")
);
</script>
</head>
<body>
Redirecting to <a href="/latest">/latest</a>...
</body>
</html>
Loading

0 comments on commit 6f2ad97

Please sign in to comment.