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 modified build/ui-bundle.zip
Binary file not shown.
12 changes: 6 additions & 6 deletions src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="navbar-brand hide-for-print">
<img id="navbar-logo" class="navbar-item" src="https://www.tigergraph.com/wp-content/uploads/2020/05/TG_LOGO.svg" alt="TigerGraph Logo">
{{!-- <a class="navbar-item" href="{{{or site.url (or siteRootUrl siteRootPath)}}}">{{site.title}}</a> --}}
<a class="navbar-item" href="/home">{{site.title}}</a>
<a class="navbar-item" href="https://www.tigergraph.com/docs/home/">{{site.title}}</a>
<button class="navbar-burger" data-target="topbar-nav">
<span></span>
<span></span>
Expand Down Expand Up @@ -60,25 +60,25 @@
<div class="dropdown-category">
<a class="category-item" href="{{relativize site.components.gui.url}}">{{site.components.gui.title}}</a>
<a class="category-item" href="{{relativize site.components.insights.url}}">{{site.components.insights.title}}</a>
<a class="category-item" href="https://docs.tigergraph.com/tigergraph-server/current/gsql-shell/web">GSQL Web Shell</a>
<a class="category-item" href="https://www.tigergraph.com/docs/tigergraph-server/current/gsql-shell/web">GSQL Web Shell</a>
</div>

<div class="dropdown-label">Query Languages</div>
<div class="dropdown-category">
<a class="category-item" href="{{relativize site.components.gsql-ref.url}}">{{site.components.gsql-ref.title}}</a>
<a class="category-item" href="https://docs.tigergraph.com/tigergraph-server/current/gsql-shell/web">GSQL Web Shell</a>
<a class="category-item" href="https://docs.tigergraph.com/gsql-ref/current/opencypher-in-gsql">OpenCypher</a>
<a class="category-item" href="https://www.tigergraph.com/docs/tigergraph-server/current/gsql-shell/web">GSQL Web Shell</a>
<a class="category-item" href="https://www.tigergraph.com/docs/gsql-ref/current/opencypher-in-gsql">OpenCypher</a>
</div>

<div class="dropdown-label">AI & Graph Intelligence</div>
<div class="dropdown-category">
<a class="category-item" href="{{relativize site.components.graph-ml.url}}">{{site.components.graph-ml.title}}</a>
<a class="category-item" href="https://docs.tigergraph.com/gsql-ref/current/vector/">Hybrid Graph+Vector Search</a>
<a class="category-item" href="https://www.tigergraph.com/docs/gsql-ref/current/vector/">Hybrid Graph+Vector Search</a>
</div>

<div class="dropdown-label">Connectors and APIs</div>
<div class="dropdown-category">
<a class="category-item" href="https://docs.tigergraph.com/tigergraph-server/current/data-loading">Data Connectors</a>
<a class="category-item" href="https://www.tigergraph.com/docs/tigergraph-server/current/data-loading">Data Connectors</a>
<a class="category-item" href="{{relativize site.components.pytigergraph.url}}">{{site.components.pytigergraph.title}}</a>
<a class="category-item" href="{{relativize site.components.graphql.url}}">{{site.components.graphql.title}}</a>
<a class="category-item" href="https://github.com/tigergraph/ecosys/tree/master/tools/etl/tg-jdbc-driver">JDBC Driver</a>
Expand Down
Loading