Skip to content

Commit

Permalink
Adding GenAI subpage to the dropdown menu (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiazuin authored Jul 24, 2024
1 parent 2214871 commit 29ed83d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/partials/navbar-end.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@
</ul>
</div>

<div class="navbar-item project">
<span class="project-name" href="/docs/genai">Generative AI</span>
<ul class="project-links">
<li><a href="/docs/genai/tutorials/embeddings-vector-indexes/" class="project-link">Embeddings and vector indexes tutorial</a></li>
<li><a href="/docs/cypher-manual/current/genai-integrations/" class="project-link">GenAI integrations</a></li>
<li><a href="/docs/cypher-manual/current/indexes/semantic-indexes/vector-indexes/" class="project-link">Vector search indexes</a></li>
</ul>
</div>

<div class="navbar-item project">
<span class="project-name" href="/docs/create-applications">Create applications</span>
<ul class="project-links">
Expand Down

0 comments on commit 29ed83d

Please sign in to comment.