Skip to content

Commit

Permalink
fix missing attribute error, update start page, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cowley committed Aug 2, 2024
1 parent a814df0 commit cb656ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
// ----
Expand All @@ -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
// ----



Original file line number Diff line number Diff line change
Expand Up @@ -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
|===


Expand Down
2 changes: 1 addition & 1 deletion preview.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit cb656ba

Please sign in to comment.