Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,14 @@ asciidoc:
common-license-page-uri: https://neo4j.com/docs/license/
docs-home: '/docs'
neo4j-base-uri: https://neo4j.com # this attribute should be an empty string in publish.yml
neo4j-docs-base-uri: https://neo4j.com/docs # this attribute should be an empty string in publish.yml
neo4j-docs-base-uri: https://neo4j.com/docs # this attribute should be an empty string in publish.yml
# NODES 2025 CFP
page-ad-overline-link: https://neo4j.com/nodes-2025/
page-ad-overline: ''
page-ad-image: '{neo4j-docs-base-uri}/assets/img/nodes-25.png'
page-ad-icon: ''
page-ad-title: Nov 6 2025
page-ad-description: The Call for Papers is now open and we want to hear about your graph-related projects. Submit your talks by June 15
page-ad-link: https://neo4j.com/nodes-2025/
page-ad-underline-role: button
page-ad-underline: Submit your talk
2 changes: 1 addition & 1 deletion publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ asciidoc:
# NODES 2025 CFP
page-ad-overline-link: https://neo4j.com/nodes-2025/
page-ad-overline: ''
page-ad-image: /assets/img/nodes-25.png
page-ad-image: '{neo4j-docs-base-uri}/assets/img/nodes-25.png'
page-ad-icon: ''
page-ad-title: Nov 6 2025
page-ad-description: The Call for Papers is now open and we want to hear about your graph-related projects. Submit your talks by June 15
Expand Down