Skip to content

Commit

Permalink
update to left nav links
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Newman authored and Joseph Newman committed Feb 7, 2024
1 parent f9e8159 commit 0d5c49b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Binary file modified build/ui-bundle.zip
Binary file not shown.
8 changes: 3 additions & 5 deletions src/partials/nav-explore.hbs
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
<div class="nav-panel-explore{{#unless page.navigation}} is-active{{/unless}}" data-panel="explore">
{{#if page.component}}
<div class="context">
{{!--
<span class="title">{{page.component.title}}</span>
<span class="version">{{#unless (eq page.componentVersion.displayVersion 'default')}}{{page.componentVersion.displayVersion}}{{/unless}}</span>
--}}
</div>
{{/if}}
<ul class="components">
{{!-- Below is new nav code after revamp--}}
<div class="title" style="font-weight: bold;">TigerGraph DB</div>
<div class="dropdown-category">
<a class="category-item" href="{{relativize site.components.tigergraph-server.url}}">{{site.components.tigergraph-server.title}}</a>
<a class="category-item" href="https://staging--docs-tigergraph.netlify.app/tigergraph-server/current/getting-started/">Get Started</a>
<a class="category-item" href="https://docs.tigergraph.com/tigergraph-server/current/getting-started/">Get Started</a>
</div>

<div class="title" style="font-weight: bold;">TigerGraph Cloud</div>
<div class="dropdown-category">
<a class="category-item" href="{{relativize site.components.cloud.url}}">{{site.components.cloud.title}}</a>
<a class="category-item" href="https://staging--docs-tigergraph.netlify.app/tigergraph-server/current/getting-started/">Get Started</a>
<a class="category-item" href="https://docs.tigergraph.com/cloud/start/get_started">Get Started</a>
</div>

<div class="title" style="font-weight: bold;">TigerGraph Suite</div>
Expand All @@ -31,7 +29,7 @@
<div class="title" style="font-weight: bold;">GSQL Language</div>
<div class="dropdown-category">
<a class="category-item" href="{{relativize site.components.gsql-ref.url}}">GSQL Language Reference</a>
<a class="category-item" href="https://staging--docs-tigergraph.netlify.app/gsql-ref/current/tutorials/gsql-101/">GSQL 101</a>
<a class="category-item" href="https://docs.tigergraph.com/gsql-ref/current/tutorials/gsql-101/">GSQL 101</a>
</div>

<div class="title" style="font-weight: bold;">Graph Data Science</div>
Expand Down

0 comments on commit 0d5c49b

Please sign in to comment.