diff --git a/README.adoc b/README.adoc index dc026c98..4b98754b 100644 --- a/README.adoc +++ b/README.adoc @@ -64,9 +64,9 @@ The dev script will also listen for changes and automatically rebuild the files You'll still need to refresh the page to view the changes. -// == Publishing +== Publishing -// Merging changes into the `publish` branch of this repo will trigger a rebuild of the HTML and CSS files in the link:https://github.com/neo4j-documentation/docs-refresh[Docs Refresh^] repo using a link:.github/[Github Action]. +Merging changes into the `publish` branch of this repo will trigger a rebuild of the HTML and CSS files in the link:https://github.com/neo4j-documentation/docs-refresh[Docs Refresh^] repo using a link:.github/[Github Action]. // [source,sh] // ---- @@ -84,6 +84,3 @@ You'll still need to refresh the page to view the changes. // # Push the HEAD of the branch to the publish branch // git push origin HEAD:publish // ---- - - - diff --git a/modules/genai-ecosystem/pages/llm-graph-builder-deployment.adoc b/modules/genai-ecosystem/pages/llm-graph-builder-deployment.adoc index 10ccd293..a8eebed9 100644 --- a/modules/genai-ecosystem/pages/llm-graph-builder-deployment.adoc +++ b/modules/genai-ecosystem/pages/llm-graph-builder-deployment.adoc @@ -171,7 +171,7 @@ uvicorn score:app --reload | Env Variable Name | Mandatory/Optional | Default Value | Description | BACKEND_API_URL | Optional | http://localhost:8000 | URL for backend API | REACT_APP_SOURCES | Optional | local,youtube,wiki,s3 | List of input sources that will be available -| BLOOM_URL | Optional | https://workspace-preview.neo4j.io/workspace/explore?connectURL={CONNECT_URL}&search=Show+me+a+graph | URL for Bloom visualization +| BLOOM_URL | Optional | https://workspace-preview.neo4j.io/workspace/explore?connectURL=\{CONNECT_URL}&search=Show+me+a+graph | URL for Bloom visualization |=== diff --git a/preview.yml b/preview.yml index 7120ab68..326086a3 100644 --- a/preview.yml +++ b/preview.yml @@ -1,7 +1,7 @@ site: title: Neo4j Developer Portal url: /developer - start_page: developer:ROOT:index.adoc + start_page: developer:geni-ecosystem:index.adoc content: sources: