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
Binary file removed build/ui-bundle.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/partials/head-meta.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
<meta property="og:title" content="{{#with (or page.attributes.ogtitle page.title) }}{{{detag this}}}{{/with}} - {{#with page.component.title}}{{{detag this}}}{{/with}}" />
<meta property="og:image" href="{{{uiRootPath}}}/img/og-image.png" content="https://i.ibb.co/7bkxZJW/og-image.png">
<meta property="og:type" content="article" />
<meta property="og:url" content="https://docs.tigergraph.com{{ page.url }}">
<meta property="og:url" content="https://www.tigergraph.com/docs/{{ page.url }}">
{{#with (or page.description 'The Only Scalable Platform for Analytics and ML on Connected Data') }}
<meta property="og:description" content="{{this}}">
{{/with}}
Expand Down
2 changes: 1 addition & 1 deletion src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
English
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://docs.tigergraph.com/">English</a>
<a class="navbar-item" href="https://www.tigergraph.com/docs/">English</a>
<a class="navbar-item" href="https://jp.docs.tigergraph.com/">日本語</a>
</div>
</div-->
Expand Down
14 changes: 7 additions & 7 deletions src/partials/nav-explore.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- Fully-Managed: Savanna -->
<div class="home-left-nav-title" style="font-weight: bold;">
<a class="home-left-nav-title" href="https://docs.tigergraph.com/savanna/main/overview/">Fully-Managed: Savanna</a>
<a class="home-left-nav-title" href="https://www.tigergraph.com/docs/savanna/main/overview/">Fully-Managed: Savanna</a>
</div>
<br>

Expand All @@ -19,8 +19,8 @@
<a class="home-left-nav-title" href="{{relativize site.components.tigergraph-server.url}}">Self-Managed: TigerGraph DB</a>
</div>
<div class="dropdown-category">
<a class="category-item" href="https://docs.tigergraph.com/tigergraph-server/current/getting-started/">Install</a>
<a class="category-item" href="https://docs.tigergraph.com/tigergraph-server/current/system-management/">Manage</a>
<a class="category-item" href="https://www.tigergraph.com/docs/tigergraph-server/current/getting-started/">Install</a>
<a class="category-item" href="https://www.tigergraph.com/docs/tigergraph-server/current/system-management/">Manage</a>
</div>
<br>

Expand All @@ -38,10 +38,10 @@
<div class="home-left-nav-title" style="font-weight: bold;">Reference Manuals</div>
<div class="dropdown-category">
<a class="category-item" href="{{relativize site.components.gsql-ref.url}}">GSQL</a>
<a class="category-item" href="https://docs.tigergraph.com/gsql-ref/current/opencypher-in-gsql/">OpenCypher</a>
<a class="category-item" href="https://docs.tigergraph.com/gsql-ref/current/vector/">Vector</a>
<a class="category-item" href="https://docs.tigergraph.com/tigergraph-server/current/api/">REST APIs</a>
<a class="category-item" href="https://docs.tigergraph.com/tigergraph-server/current/reference/configuration-parameters">Configuration Parameters</a>
<a class="category-item" href="https://www.tigergraph.com/docs/gsql-ref/current/opencypher-in-gsql/">OpenCypher</a>
<a class="category-item" href="https://www.tigergraph.com/docs/gsql-ref/current/vector/">Vector</a>
<a class="category-item" href="https://www.tigergraph.com/docs/tigergraph-server/current/api/">REST APIs</a>
<a class="category-item" href="https://www.tigergraph.com/docs/tigergraph-server/current/reference/configuration-parameters">Configuration Parameters</a>
</div>
<br>

Expand Down
Loading