Skip to content

Commit

Permalink
Merge pull request #202 from Teradata/new-AI-unlimited
Browse files Browse the repository at this point in the history
new-aiunlimited-link
  • Loading branch information
ObedVega authored May 30, 2024
2 parents 92897a7 + b4dfaec commit 60c8d75
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 66 deletions.
14 changes: 0 additions & 14 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,6 @@
** xref:business-intelligence:create-stunning-visualizations-in-power-bi-using-data-from-teradata-vantage.adoc[]
** xref:other-integrations:integrate-teradata-vantage-with-knime.adoc[]
* Teradata AI Unlimited
** xref:ai-unlimited:getting-started-with-ai-unlimited.adoc[]
** Deploy locally using Docker
*** xref:ai-unlimited:install-ai-unlimited-workspaces-docker.adoc[]
*** xref:ai-unlimited:install-ai-unlimited-interface-docker.adoc[]
** xref:ai-unlimited:using-ai-unlimited-workspace-cli.adoc[]
** Deploy on AWS
*** xref:ai-unlimited:deploy-ai-unlimited-aws-cloudformation.adoc[]
*** xref:ai-unlimited:ai-unlimited-aws-permissions-policies.adoc[]
*** xref:ai-unlimited:deploy-ai-unlimited-awscli-cloudformation.adoc[]
** xref:ai-unlimited:running-sample-ai-unlimited-workload.adoc[]
** Reference
*** xref:ai-unlimited:ai-unlimited-magic-reference.adoc[]
* VantageCloud Lake
** xref:getting-started-with-vantagecloud-lake.adoc[]
** xref:vantagecloud-lake:vantagecloud-lake-demo-jupyter-docker.adoc[]
Expand Down
13 changes: 13 additions & 0 deletions supplemental_ui/js/redirect.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
window.onload = function() {
folder = window.location.pathname.split("/");
console.log(folder[folder.length-2]);

if (folder[folder.length-2] === 'ai-unlimited') {
var metaTag = document.createElement('meta');
metaTag.setAttribute('http-equiv', 'refresh');
metaTag.setAttribute('content', '5;url=https://teradata.github.io/ai-unlimited-docs/docs/install-ai-unlimited/');
document.head.appendChild(metaTag);

window.location.href = 'https://teradata.github.io/ai-unlimited-docs/docs/install-ai-unlimited/';
}
};
1 change: 1 addition & 0 deletions supplemental_ui/partials/head-meta.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -935,3 +935,4 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
</script>
<script src="{{uiRootPath}}/js/lang.js"></script>
<script src="{{uiRootPath}}/js/translations/mt.js"></script>
<script src="{{uiRootPath}}/js/redirect.js"></script>
6 changes: 5 additions & 1 deletion supplemental_ui/partials/lang/navbar-en.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
<li>
<button href="" onclick="docs()" class="header-nav__main-menu__link dropbtn">Docs</button>
<div id="myDocsDropdown" class="dropdown-content">
<a href="https://docs.teradata.com/p/VantageCloud/Lake" class="dropdown-item mt">VantageCloud Lake Documentation</a>
<a href="https://docs.teradata.com/p/VantageCloud/Lake" class="dropdown-item" style="margin-top: 30px;">VantageCloud Lake Documentation</a>
<a href="https://docs.teradata.com/p/ai-unlimited" class="dropdown-item">AI Unlimited</a>
<a href="https://docs.teradata.com/" class="dropdown-item">All Documentation</a>
</div>
</li>
Expand Down Expand Up @@ -145,6 +146,9 @@
<li>
<a class="nav-2 py-4 d-block color-slate" href="https://docs.teradata.com/p/VantageCloud/Lake">VantageCloud Lake Documentation</a>
</li>
<li>
<a class="nav-2 py-4 d-block color-slate" href="https://docs.teradata.com/p/ai-unlimited">AI Unlimited</a>
</li>
<li>
<a class="nav-2 py-4 d-block color-slate" href="https://docs.teradata.com/">All Documentation</a>
</li>
Expand Down
51 changes: 0 additions & 51 deletions supplemental_ui/partials/sub-nav-menu-jp.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -193,57 +193,6 @@
<li class="nav-item is-active" data-depth="2">
<a class="nav-link" href="../other-integrations/integrate-teradata-vantage-with-knime.html">KNIME Analytics PlatformとVantageを統合する</a>
</li>
</ul>
</li>
<li class="nav-item is-active" data-depth="1">
<button class="nav-item-toggle" title="nav-toggle" aria-label="nav-toogle"></button>
<span class="nav-text" style="cursor: pointer;">Teradata AI Unlimited</span>
<ul class="nav-list">
<li class="nav-item is-active" data-depth="2">
<a class="nav-link" href="../ai-unlimited/getting-started-with-ai-unlimited.html">Teradata AI Unlimited のスタートガイド</a>
</li>
<li class="nav-item is-active" data-depth="2">
<button class="nav-item-toggle" title="nav-toggle" aria-label="nav-toogle"></button>
<span class="nav-text" style="cursor: pointer;">Dockerを使用してローカルにデプロイ</span>
<ul class="nav-list">
<li class="nav-item is-active" data-depth="3">
<a class="nav-link" href="../ai-unlimited/install-ai-unlimited-workspaces-docker.html">Dockerを使用した Teradata AI Unlimited Workspaceサービスのデプロイとセットアップ</a>
</li>
<li class="nav-item is-active" data-depth="3">
<a class="nav-link" href="../ai-unlimited/install-ai-unlimited-interface-docker.html">Dockerを使用した Teradata AI Unlimited インターフェースのデプロイ</a>
</li>
</ul>
</li>
<li class="nav-item is-active" data-depth="2">
<a class="nav-link" href="../ai-unlimited/using-ai-unlimited-workspace-cli.html">Workspace Client で Teradata AI Unlimited を使用する</a>
</li>
<li class="nav-item is-active" data-depth="2">
<button class="nav-item-toggle" title="nav-toggle" aria-label="nav-toogle"></button>
<span class="nav-text" style="cursor: pointer;">AWSへのデプロイ</span>
<ul class="nav-list">
<li class="nav-item is-active" data-depth="3">
<a class="nav-link" href="../ai-unlimited/deploy-ai-unlimited-aws-cloudformation.html">AWS CloudFormation テンプレートを使用して Teradata AI Unlimited Workspace サービスとインターフェースをデプロイする</a>
</li>
<li class="nav-item is-active" data-depth="3">
<a class="nav-link" href="../ai-unlimited/ai-unlimited-aws-permissions-policies.html">カスタム権限とポリシーを使用してAWSのアクセスと権限を制御する</a>
</li>
<li class="nav-item is-active" data-depth="3">
<a class="nav-link" href="../ai-unlimited/deploy-ai-unlimited-awscli-cloudformation.html">AWS CLI から CloudFormation テンプレートをデプロイする</a>
</li>
</ul>
</li>
<li class="nav-item is-active" data-depth="2">
<a class="nav-link" href="../ai-unlimited/running-sample-ai-unlimited-workload.html">Teradata AI Unlimitedを使用してJupyterLabでサンプルワークロードを実行する</a>
</li>
<li class="nav-item is-active" data-depth="2">
<button class="nav-item-toggle" title="nav-toggle" aria-label="nav-toogle"></button>
<span class="nav-text" style="cursor: pointer;">参照</span>
<ul class="nav-list">
<li class="nav-item is-active" data-depth="3">
<a class="nav-link" href="../ai-unlimited/ai-unlimited-magic-reference.html">Teradata AI Unlimited JupyterLab マジック コマンド リファレンス</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="nav-item is-active" data-depth="1">
Expand Down

0 comments on commit 60c8d75

Please sign in to comment.