Skip to content

Commit

Permalink
Fix UI bundle URL (#1038)
Browse files Browse the repository at this point in the history
* Update publish.yml
  • Loading branch information
nvitucci authored and meistermeier committed Jan 12, 2024
1 parent 5319ed4 commit e4803eb
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neo4j-ogm-docs/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ content:

ui:
bundle:
url: https://s3-eu-west-1.amazonaws.com/static-content.neo4j.com/build/ui-bundle-latest.zip
url: https://static-content.neo4j.com/build/ui-bundle-latest.zip
snapshot: true
output_dir: /assets

Expand All @@ -26,7 +26,7 @@ urls:
antora:
extensions:
- require: "@neo4j-antora/antora-modify-sitemaps"
sitemap_version: '3.2'
sitemap_version: '3.3'
sitemap_loc_version: 'current'
move_sitemaps_to_components: true

Expand Down
57 changes: 57 additions & 0 deletions neo4j-ogm-docs/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Use this playbook file when you need to build and publish multiple versions of your content together
site:
title: Neo4j Docs Template
url: https://neo4j.com/docs/add-on
start_page: ogm-manual:ROOT:index.adoc

content:
sources:
- url: https://github.com/neo4j/neo4j-ogm.git
start_path: neo4j-ogm-docs
include: neo4j-ogm-docs/
branches: ['3.2.x', '3.3.x', 'master']
exclude:
- '!**/_includes/*'
- '!**/readme.adoc'
- '!**/README.adoc'

ui:
bundle:
url: https://static-content.neo4j.com/build/ui-bundle-latest.zip
snapshot: true
output_dir: /assets

urls:
html_extension_style: indexify

antora:
extensions:
- require: "@neo4j-antora/antora-modify-sitemaps"
sitemap_version: '4.0'
sitemap_loc_version: 'current'
move_sitemaps_to_components: true

asciidoc:
extensions:
- "@neo4j-documentation/remote-include"
- "@neo4j-documentation/macros"
- "@neo4j-antora/antora-table-footnotes"
attributes:
page-theme: docs
page-type: Docs
page-search-type: Docs
page-search-site: Reference Docs
page-canonical-root: /docs
page-pagination: true
page-no-canonical: true
page-origin-private: false
page-hide-toc: false
page-mixpanel: 4bfb2414ab973c741b6f067bf06d5575
includePDF: false
nonhtmloutput: ""
experimental: ''
copyright: 2022
common-license-page-uri: https://neo4j.com/docs/license/
neo4j-base-uri: ''
neo4j-docs-base-uri: /docs

0 comments on commit e4803eb

Please sign in to comment.