-
Notifications
You must be signed in to change notification settings - Fork 25
Shorten menu links + cleanup #322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
stefano-ottolenghi
wants to merge
4
commits into
master
Choose a base branch
from
shrink-menu
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,9 @@ | ||
<div class="navbar-end"> | ||
|
||
{{!-- <div class="navbar-item has-dropdown is-hoverable developer"> | ||
<a class="navbar-link" href="/developer/">Developer Guides</a> | ||
<div class="navbar-dropdown"> | ||
<div class="navbar-item project"> | ||
<a class="project-name" href="/developer/get-started/">Getting Started</a> | ||
<ul class="project-links"> | ||
<li><a class="project-link" href="/developer/get-started/">Getting Started</a></li> | ||
<li><a class="project-link" href="/developer/graph-platform/">Neo4j Graph Platform</a></li> | ||
<li><a class="project-link" href="/developer/cypher/">Cypher Query Language</a></li> | ||
<li><a class="project-link" href="/developer/data-modeling/">Graph Data Modeling</a></li> | ||
<li><a class="project-link" href="/developer/data-import/">Data Import</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="navbar-item project"> | ||
<a class="project-name" href="/developer/graph-data-science/">Graph Data Science</a> | ||
<ul class="project-links"> | ||
<li><a class="project-link" href="/developer/nlp/">NLP</a></li> | ||
<li><a class="project-link" href="/developer/neuler-no-code-graph-algorithms/">Neuler</a></li> | ||
<li><a class="project-link" href="/developer/graph-embeddings/">Graph Embeddings</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="navbar-item project"> | ||
<a class="project-name" href="/developer/language-guides/">Developer Resources</a> | ||
<ul class="project-links"> | ||
<li><a class="project-link" href="/developer/graph-visualization/">Graph Visualization</a></li> | ||
<li><a class="project-link" href="/developer/language-guides/">Drivers & Language Guides</a></li> | ||
<li><a class="project-link" href="/developer/integration/">Neo4j Tools & Integrations</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="navbar-item project"> | ||
<a class="project-name" href="/developer/language-guides/">Administration and Deployment</a> | ||
<ul class="project-links"> | ||
<li><a class="project-link" href="/developer/graph-apps/">Graph Apps</a></li> | ||
<li><a class="project-link" href="/developer/in-production/">Neo4j Administration</a></li> | ||
<li><a class="project-link" href="/developer/guide-cloud-deployment/">Neo4j in the Cloud</a></li> | ||
</ul> | ||
</div> | ||
<div class="navbar-item project"> | ||
<a class="project-name" href="https://graphacademy.neo4j.com/?ref=docs-nav" target="_blank">GraphAcademy</a> | ||
<ul class="project-links"> | ||
<li><a class="project-link" href="https://graphacademy.neo4j.com/?ref=docs-nav">Self Paced Training</a></li> | ||
<li><a class="project-link" href="https://graphacademy.neo4j.com/categories/certification/" target="_blank">Certification</a></li> | ||
</ul> | ||
</div> | ||
<div class="navbar-item project"> | ||
<a class="project-name" href="/graphgists/">GraphGists</a> | ||
</div> | ||
</div> | ||
</div> --}} | ||
|
||
<div class="navbar-item has-dropdown is-hoverable docs"> | ||
<a class="navbar-link" href="/docs/">Docs</a> | ||
<div class="navbar-dropdown"> | ||
|
||
<div class="navbar-item project"> | ||
<span class="project-name">Neo4j DBMS</span> | ||
<ul class="project-links"> | ||
|
@@ -71,35 +19,34 @@ | |
<div class="navbar-item project"> | ||
<a class="project-name" href="/docs/aura/">Neo4j Aura</a> | ||
<ul class="project-links"> | ||
<li><a class="project-link" href="/docs/aura">Neo4j Aura</a></li> | ||
<li><a class="project-link" href="/docs/aura/auradb/">Neo4j AuraDB</a></li> | ||
<li><a class="project-link" href="/docs/aura/aurads/">Neo4j AuraDS</a></li> | ||
<li><a class="project-link" href="/docs/aura">Aura</a></li> | ||
<li><a class="project-link" href="/docs/aura/auradb/">AuraDB</a></li> | ||
<li><a class="project-link" href="/docs/aura/aurads/">AuraDS</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="navbar-item project"> | ||
<span class="project-name">Neo4j Tools</span> | ||
<ul class="project-links"> | ||
<li><a href="/docs/bloom-user-guide/current/" class="project-link">Neo4j Bloom</a></li> | ||
<li><a href="/docs/browser-manual/current/" class="project-link">Neo4j Browser</a></li> | ||
<li><a href="/docs/data-importer/current/" class="project-link">Neo4j Data Importer</a></li> | ||
<li><a href="/docs/desktop-manual/current/" class="project-link">Neo4j Desktop</a></li> | ||
<li><a href="/docs/ops-manager/current/" class="project-link">Neo4j Ops Manager</a></li> | ||
<li><a href="/docs/bloom-user-guide/current/" class="project-link">Bloom</a></li> | ||
<li><a href="/docs/browser-manual/current/" class="project-link">Browser</a></li> | ||
<li><a href="/docs/data-importer/current/" class="project-link">Data Importer</a></li> | ||
<li><a href="/docs/desktop-manual/current/" class="project-link">Desktop</a></li> | ||
<li><a href="/docs/ops-manager/current/" class="project-link">Ops Manager</a></li> | ||
<li><a href="/docs/neodash-commercial/current/" class="project-link">Neodash commercial</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="navbar-item project"> | ||
<span class="project-name">Neo4j Graph Data Science</span> | ||
<ul class="project-links"> | ||
<li><a href="/docs/graph-data-science/current/" class="project-link">Neo4j Graph Data Science Library</a></li> | ||
<li><a href="/docs/graph-data-science-client/current/" class="project-link">Neo4j Graph Data Science Client</a></li> | ||
<li><a href="/docs/graph-data-science/current/" class="project-link">Graph Data Science Library</a></li> | ||
<li><a href="/docs/graph-data-science-client/current/" class="project-link">Graph Data Science Client</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="navbar-item project"> | ||
<span class="project-name">Cypher Query Language</span> | ||
{{!-- <a class="project-name" href="/docs/cypher-manual/current/">Cypher Manual</a> --}} | ||
<ul class="project-links"> | ||
<li><a href="/docs/cypher-manual/current/" class="project-link">Cypher</a></li> | ||
<li><a href="/docs/cypher-cheat-sheet/current/" class="project-link">Cypher Cheat Sheet</a></li> | ||
|
@@ -110,46 +57,46 @@ | |
<div class="navbar-item project"> | ||
<span class="project-name" href="/docs/genai">Generative AI</span> | ||
<ul class="project-links"> | ||
<li><a href="/docs/neo4j-graphrag-python/current/" class="project-link">Neo4j GraphRAG for Python</a></li> | ||
<li><a href="/docs/neo4j-graphrag-python/current/" class="project-link">GraphRAG for Python</a></li> | ||
<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> | ||
<li><a href="/docs/cypher-manual/current/functions/vector/" class="project-link">Vector search functions</a></li> | ||
<li><a href="/docs/graphql/5/directives/indexes-and-constraints/#_vector_index_search" class="project-link">GraphQL vector index search documentation</a></li> | ||
<li><a href="/docs/graphql/current/directives/indexes-and-constraints/#_vector_index_search" class="project-link">GraphQL vector index search</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="navbar-item project"> | ||
<span class="project-name" href="/docs/create-applications">Create applications</span> | ||
<ul class="project-links"> | ||
<li><a href="{{#with (docs-driver-manual-url page 'python-manual')}}{{{this}}}{{/with}}" class="project-link">Python Driver</a></li> | ||
<li><a href="{{#with (docs-driver-manual-url page 'go-manual')}}{{{this}}}{{/with}}" class="project-link">Go Driver</a></li> | ||
<li><a href="{{#with (docs-driver-manual-url page 'java-manual')}}{{{this}}}{{/with}}" class="project-link">Java Driver</a></li> | ||
<li><a href="{{#with (docs-driver-manual-url page 'jdbc-manual')}}{{{this}}}{{/with}}" class="project-link">JDBC Driver</a></li> | ||
<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="{{#with (docs-driver-manual-url page 'python-manual')}}{{{this}}}{{/with}}" class="project-link">Python</a></li> | ||
<li><a href="{{#with (docs-driver-manual-url page 'go-manual')}}{{{this}}}{{/with}}" class="project-link">Go</a></li> | ||
<li><a href="{{#with (docs-driver-manual-url page 'java-manual')}}{{{this}}}{{/with}}" class="project-link">Java</a></li> | ||
<li><a href="{{#with (docs-driver-manual-url page 'jdbc-manual')}}{{{this}}}{{/with}}" class="project-link">JDBC</a></li> | ||
<li><a href="{{#with (docs-driver-manual-url page 'javascript-manual')}}{{{this}}}{{/with}}" class="project-link">JavaScript</a></li> | ||
<li><a href="{{#with (docs-driver-manual-url page 'dotnet-manual')}}{{{this}}}{{/with}}" class="project-link">.Net</a></li> | ||
<li><a href="/docs/graphql-manual/current/" class="project-link">GraphQL</a></li> | ||
<li><a href="/docs/nvl/current/" class="project-link">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> | ||
<li><a href="/docs/query-api/current/" class="project-link">Neo4j Query API</a></li> | ||
<li><a href="https://docs.spring.io/spring-data/neo4j/docs/current/reference/html/" class="project-link">Spring Data Neo4j</a></li> | ||
<li><a href="/docs/query-api/current/" class="project-link">Query (HTTP) API</a></li> | ||
<li><a href="/docs/bolt/current/" class="project-link">Bolt</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="navbar-item project"> | ||
<span class="project-name" href="/docs/connectors">Connect data sources</span> | ||
<ul class="project-links"> | ||
<li><a href="/docs/spark/current/" class="project-link">Neo4j Connector for Apache Spark</a></li> | ||
<li><a href="/docs/kafka/" class="project-link">Neo4j Connector for Apache Kafka</a></li> | ||
<li><a href="/docs/cdc/" class="project-link">Change Data Capture (CDC)</a></li> | ||
<li><a href="/docs/dataflow-bigquery/" class="project-link">BigQuery to Neo4j</a></li> | ||
<li><a href="/docs/dataflow-google-cloud/" class="project-link">Google Cloud to Neo4j</a></li> | ||
<li><a href="/docs/cdc/current/" class="project-link">Change Data Capture (CDC)</a></li> | ||
<li><a href="/docs/spark/current/" class="project-link">Apache Spark</a></li> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. General comment for all the connectors. I'm not sure if we can use just the name of the platform without having Neo4j Connector in the title. It becomes a potential copyright issue. |
||
<li><a href="/docs/kafka/current/" class="project-link">Apache Kafka</a></li> | ||
<li><a href="/docs/dataflow-bigquery/current/" class="project-link">Google Dataflow (BigQuery)</a></li> | ||
<li><a href="/docs/dataflow-google-cloud/current/" class="project-link">Google Dataflow (Google Cloud)</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="navbar-item has-dropdown is-hoverable labs"> | ||
<a class="navbar-link" href="/labs/">Labs</a> | ||
<div class="navbar-dropdown"> | ||
|
@@ -159,11 +106,8 @@ | |
<li><a href="/labs/genai-ecosystem/llm-graph-builder/" class="project-link">LLM Knowledge Graph Builder</a></li> | ||
<li><a href="/labs/genai-ecosystem/vector-search/" class="project-link">Vector Index & Search</a></li> | ||
<li><a href="/labs/genai-ecosystem/langchain/" class="project-link">LangChain</a></li> | ||
{{!-- <li><a href="/labs/genai-ecosystem/langchain4j/" class="project-link">LangChain4j</a></li> --}} | ||
<li><a href="/labs/genai-ecosystem/langchain-js/" class="project-link">LangChain.js</a></li> | ||
<li><a href="/labs/genai-ecosystem/llamaindex/" class="project-link">LlamaIndex</a></li> | ||
{{!-- <li><a href="/labs/genai-ecosystem/spring-ai/" class="project-link">SpringAI</a></li> --}} | ||
{{!-- <li><a href="/labs/genai-ecosystem/semantic-kernel/" class="project-link">Semantic Kernel</a></li> --}} | ||
<li><a href="/labs/genai-ecosystem/haystack/" class="project-link">Haystack</a></li> | ||
<li><a href="/labs/genai-ecosystem/dspy/" class="project-link">DSPy</a></li> | ||
</ul> | ||
|
@@ -178,9 +122,6 @@ | |
<li><a class="project-link" href="/labs/cypher-workbench/">Cypher Workbench</a></li> | ||
<li><a class="project-link" href="/labs/etl-tool/">ETL Tool</a></li> | ||
<li><a class="project-link" href="/labs/neodash/">NeoDash</a></li> | ||
{{!-- Graduated: --}} | ||
{{!-- <li><a class="project-halin" href="/labs/halin/">Halin</a></li> --}} | ||
{{!-- <li><a class="project-link" href="/labs/neo4j-helm/">Neo4j Helm</a></li> --}} | ||
</ul> | ||
</div> | ||
|
||
|
@@ -195,21 +136,14 @@ | |
</div> | ||
<div class="navbar-item project"> | ||
<a class="project-name" href="/labs/neosemantics/">RDF & Linked Data</a> | ||
{{!-- <p class="project-description">A library of procedures and functions for interacting with Neo4j</p> --}} | ||
<ul class="project-links"> | ||
<li><a href="/labs/neosemantics/" class="project-link">Neosemantics (Java)</a></li> | ||
<li><a href="/labs/rdflib-neo4j/" class="project-link">RDFLib-Neo4j (Python)</a></li> | ||
</ul> | ||
</div> | ||
<div class="navbar-item project"> | ||
{{!-- <p class="project-description">A library of procedures and functions for interacting with Neo4j</p> --}} | ||
{{!-- <ul class="project-links"> | ||
<li><a href="/labs/neodash/" class="project-link">Details</a></li> | ||
<li><a href="/labs/neodash/2.1/" class="project-link">Documentation</a></li> | ||
</ul> --}} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="navbar-item has-dropdown is-hoverable developer"> | ||
<a class="navbar-link" href="/developer/resources/">Get Help</a> | ||
<div class="navbar-dropdown"> | ||
|
@@ -230,6 +164,7 @@ | |
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="navbar-item has-dropdown is-hoverable developer"> | ||
<a class="navbar-link" href="https://graphacademy.neo4j.com/?ref=docs-nav">GraphAcademy</a> | ||
<div class="navbar-dropdown"> | ||
|
@@ -269,54 +204,25 @@ | |
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="navbar-item is-hoverable getting-started-cta"> | ||
<a class="navbar-link primary" href="https://neo4j.com/product/auradb/?ref=docs-nav-get-started">Get Started Free</a> | ||
{{!-- <div class="navbar-dropdown"> | ||
<div class="navbar-item project"> | ||
<a class="project-name" href="https://neo4j.com/cloud/aura/?ref=docs-get-started-dropdown"> | ||
<div>Neo4j AuraDB <span class="aura-ticker">Start Free</span></div> | ||
<div class="project-subtitle">Start your fully managed Neo4j cloud database</div> | ||
</a> | ||
</div> | ||
<div class="navbar-item project"> | ||
<a class="project-name" href="https://sandbox.neo4j.com/?ref=docs-get-started-dropdown-cta&persona=data-scientist"> | ||
<div>Neo4j Sandbox</div> | ||
<div class="project-subtitle">Learn and use Neo4j for data science & more</div> | ||
</a> | ||
</div> | ||
<div class="navbar-item project"> | ||
<a class="project-name" href="https://neo4j.com/download/?ref=docs-get-started-dropdown"> | ||
<div>Neo4j Desktop</div> | ||
<div class="project-subtitle">Manage multiple local or remote Neo4j projects</div> | ||
</a> | ||
</div> | ||
</div> --}} | ||
</div> | ||
{{!-- <div class="navbar-item" id="auth"> | ||
<a class="navbar-link" href="javascript:;" id="login">Login</a> | ||
</div> --}} | ||
|
||
<div class="navbar-item"> | ||
<a class="navbar-link search-button" href="#search" id="search_open"><svg width="23px" height="23px" viewBox="0 0 23 23" | ||
version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" | ||
class="fill-current float-right" id="search" role="button" title="Search Website"> | ||
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" | ||
stroke-linejoin="round"> | ||
<g transform="translate(-2.000000, -2.000000)" stroke="#a0aec0" stroke-width="1.5"> | ||
{{!-- <g id="Group"> --}} | ||
{{!-- <g id="search"> --}} | ||
<circle | ||
transform="translate(11.389364, 11.388564) rotate(-23.025000) translate(-11.389364, -11.388564) " | ||
cx="11.3893642" cy="11.3885639" r="8.056"></circle> | ||
<path d="M17.0853333,17.0844444 L23.3333333,23.3333333" ></path> | ||
{{!-- </g> --}} | ||
{{!-- </g> --}} | ||
</g> | ||
</g> | ||
</svg><span class="navbar-mobile">Search</span></a> | ||
</div> | ||
{{!-- <div class="navbar-item"> | ||
<span class="control"> | ||
<a class="button is-primary" href="#">Download</a> | ||
</span> | ||
</div> --}} | ||
|
||
</div> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is quite often referred to as NVL so if we omit Neo4j it becomes just VL and that's not right.