Skip to content

Commit

Permalink
Updates after review and inclusion of other missing content
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiazuin committed Apr 26, 2024
1 parent 7fe3f8b commit 92f2b96
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
# also make sure that we are on master before publishing the "latest" version
if: ${{ env.AWS_S3_BUCKET != '' && github.ref == 'refs/heads/master' }}
run: |
aws s3 sync --follow-symlinks --include '*.zip' --no-progress build s3://${{ secrets.STATIC_CONTENT_BUCKET }}/build
aws s3 sync --follow-symlinks --include '*.zip' --no-progress build s3://${{ secrets.STATIC_CONTENT_BUCKET }}/build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:

- name: Sync UI Bundle to S3
run: |
aws s3 sync --follow-symlinks --include '*.zip' --no-progress build s3://${{ secrets.STATIC_CONTENT_BUCKET }}/build
aws s3 sync --follow-symlinks --include '*.zip' --no-progress build s3://${{ secrets.STATIC_CONTENT_BUCKET }}/build
18 changes: 13 additions & 5 deletions src/partials/navbar-end.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<li><a href="/docs/status-codes/current/" class="project-link">Status Codes</a></li>
<li><a href="/docs/java-reference/current/" class="project-link">Java Reference</a></li>
<li><a href="/docs/kerberos-add-on/current/" class="project-link">Kerberos Add-on</a></li>
<li><a href="/docs/cdc/current/" class="project-link">Change Data Capture (CDC)</a></li>
</ul>
</div>

Expand Down Expand Up @@ -93,7 +92,7 @@
<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-client/current/" class="project-link">Neo4j Graph Data Science Client</a></li>
</ul>
</div>

Expand All @@ -108,22 +107,31 @@
</div>

<div class="navbar-item project">
<span class="project-name" href="/docs/drivers-apis">Create applications</span>
<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 '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/http-api/current/" class="project-link">HTTP API</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" class="project-link">Neo4j Query API</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/" 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>
</ul>
</div>

</div>
</div>
<div class="navbar-item has-dropdown is-hoverable labs">
Expand Down

0 comments on commit 92f2b96

Please sign in to comment.