Skip to content

Commit

Permalink
UI side nav changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Newman authored and Joseph Newman committed Jun 3, 2024
1 parent 727c947 commit 98afb73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Binary file modified build/ui-bundle.zip
Binary file not shown.
13 changes: 7 additions & 6 deletions src/partials/nav-explore.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,25 @@
<a class="category-item" href="https://docs.tigergraph.com/gsql-ref/current/tutorials/gsql-101/">GSQL 101</a>
</div>

<div class="home-left-nav-title" style="font-weight: bold;">Graph Data Science</div>
<div class="home-left-nav-title" style="font-weight: bold;">Graph + AI</div>
<div class="dropdown-category">
<a class="category-item" href="{{relativize site.components.graph-ml.url}}">Graph Data Science Library</a>
<a class="category-item" href="{{relativize site.components.ml-workbench.url}}">ML Workbench</a>
</div>

<div class="home-left-nav-title" style="font-weight: bold;">Graph + AI</div>
<div class="dropdown-category">
{{!-- Below is code for the CoPilot--}}
<div style="display: flex; align-items: center;">
<a class="category-item" href="https://docs.tigergraph.com/tg-copilot/current/intro/">TigerGraph CoPilot</a>
<span style="font-weight: 400; top: -2px; position: relative; margin-left: 8px; color: rgb(255, 255, 254); padding: 2px 4px; font-size: 10px; border-radius: 2px; background-color: rgb(255, 109, 0);">New</span>
</div>
<a class="category-item" href="{{relativize site.components.pytigergraph.url}}">pyTigerGraph</a>
</div>

<div class="home-left-nav-title" style="font-weight: bold;">Connectors and APIs</div>
<div class="dropdown-category">
<a class="category-item" href="{{relativize site.components.graphql.url}}">GraphQL Service</a>
<a class="category-item" href="https://github.com/tigergraph/ecosys/tree/master/tools/etl/tg-jdbc-driver">JDBC Driver</a>
<a class="category-item" href="https://docs.tigergraph.com/tigergraph-server/current/api/">API Reference</a>
</div>
{{!--Old Nav this is display: none but can still be indexed in the DOM--}}
{{!--Old Nav this does NOT display: none but can still be indexed in the DOM--}}
{{#each (rearrange site.components 'name' page.attributes.component-order)}}
<li class="component{{#if (eq this @root.page.component)}} is-current{{/if}}">
<a class="title" href="{{{relativize ./url}}}">{{{./title}}}</a>
Expand Down

0 comments on commit 98afb73

Please sign in to comment.