Skip to content

Commit 97c0be0

Browse files
committed
Update banners and readme
1 parent e38db1d commit 97c0be0

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/workflows/master-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
5656
aws-region: us-west-1
5757
- run: curl ${{ secrets.INDEX_HTML_DEPLOYMENT_URL }} > dist/index.html
58-
- run: curl https://gist.githubusercontent.com/nielsdejong/944d8f8f30dd2719f9b275e31df22f92/raw/f363cf5280eb5095e12e56a278f6616b6220adcf/config.json > dist/config.json
58+
# - run: curl https://gist.githubusercontent.com/nielsdejong/944d8f8f30dd2719f9b275e31df22f92/raw/f363cf5280eb5095e12e56a278f6616b6220adcf/config.json > dist/config.json
5959
- run: aws s3 rm s3://neodash.graphapp.io/ --recursive && aws s3 sync dist s3://neodash.graphapp.io/ --acl public-read
6060
build-docker:
6161
needs: build-test

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
## NeoDash Labs
22
NeoDash is a dashboard builder for Neo4j, letting you build a graph dashboard in minutes.
33

4-
**This project is no longer maintained, and will become a read-only archive on October 15th, 2025.** If you'd like to continue building dashboards, you can:
4+
**This project is no longer maintained, use at your own risk.**
55

6-
1. [Upgrade](https://console-preview.neo4j.io/tools/dashboards) to Dashboards in the Neo4j Console (free for everyone).
6+
If you'd like to continue building dashboards, you have the following options:
7+
8+
1. For the best experience, [upgrade](https://console-preview.neo4j.io/tools/dashboards) to Dashboards in the Neo4j Console (free for everyone).
79
2. If you'd like to keep using NeoDash for free, you can fork this repository and [run NeoDash yourself](https://github.com/neo4j-labs/neodash/blob/master/about.md).
810
3. If you're in need of a supported version of NeoDash, you can [purchase](https://neo4j.com/docs/neodash-commercial/current/#_getting_access_to_neodash_commercial) a NeoDash commercial license together with a Neo4j Enterprise license.
911

gallery/src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ function App() {
4444

4545
return (
4646
<div className='n-bg-neutral-20 h-100'>
47-
<Alert
47+
{/* <Alert
4848
title='Deprecation notice'
4949
type='warning'
5050
// closeable={true}
5151
icon={true}
5252
// onClose={() => setBannerOpen(false)}
5353
>
54-
This app will no longer be available after October 15th. &nbsp;
54+
This app will no longer be available in the near future. &nbsp;
5555
<u>
5656
<b>
5757
<a target='_blank' href='https://console-preview.neo4j.io/tools/dashboards'>
@@ -68,7 +68,7 @@ function App() {
6868
</b>
6969
</u>{' '}
7070
the NeoDash repository to run NeoDash yourself.
71-
</Alert>
71+
</Alert> */}
7272

7373
{/* Header */}
7474
<div className='n-bg-neutral-10'>

src/application/Application.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const Application = ({
136136
icon={true}
137137
onClose={() => setBannerOpen(false)}
138138
>
139-
This app will no longer be available after October 15th. &nbsp;
139+
This app will no longer be available in the near future. &nbsp;
140140
<u>
141141
<b>
142142
<a target='_blank' href='https://console-preview.neo4j.io/tools/dashboards'>

0 commit comments

Comments
 (0)