Skip to content

Commit

Permalink
Add NVL to dropdown (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay committed May 9, 2024
1 parent 80d3362 commit 9ecb034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/partials/navbar-end.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<li><a href="{{#with (docs-driver-manual-url page 'javascript-manual')}}{{{this}}}{{/with}}" class="project-link">JavaScript Driver</a></li>
<li><a href="{{#with (docs-driver-manual-url page 'dotnet-manual')}}{{{this}}}{{/with}}" class="project-link">.Net Driver</a></li>
<li><a href="/docs/graphql-manual/current/" class="project-link">Neo4j GraphQL Library</a></li>
<li><a href="/docs/nvl/current/" class="project-link">Neo4j Visualization Library</a></li>
<li><a href="/docs/ogm-manual/current/" class="project-link">OGM Library</a></li>
<li><a href="https://docs.spring.io/spring-data/neo4j/docs/current/reference/html/#reference" class="project-link">Spring Data Neo4j</a></li>
<li><a href="/docs/http-api/current/" class="project-link">HTTP API</a></li>
Expand Down

0 comments on commit 9ecb034

Please sign in to comment.