Skip to content

Commit

Permalink
update highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidakanchwala committed Dec 18, 2023
1 parent 2aa5b41 commit 2984d4d
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/components/update-reminder/update-reminder-content.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
export const updateContent = {
date: '16 November 2023',
date: '18 December 2023',
features: [
{
title: 'Deprecation warning for Kedro-Viz',
title: 'Update CLI command `kedro viz run` which starts Kedro-viz',
image: '',
copy: 'The `kedro viz` command will be deprecated with the release of Kedro-Viz 7.0.0. `kedro viz run` will be the new way to start Kedro Viz',
buttonLink: '',
buttonText: '',
copy: '`kedro viz run` is the new way to start Kedro Viz. The old command `kedro viz` is no longer supported',
buttonLink:
'https://docs.kedro.org/projects/kedro-viz/en/latest/share_kedro_viz.html',
buttonText: 'View the docs',
},
{
title: 'Fixed Kedro-Viz when hosted via URL Subpaths',
title: 'Deploy Kedro-viz to AWS using cli `kedro viz deploy`',
image: '',
copy: 'Kedro-Viz now works properly when hosted via a URL subpath.',
buttonLink: '',
buttonText: '',
copy: 'Kedro-Viz can now be deployed directly to AWS by using the command `kedro viz deploy`',
buttonLink:
'https://docs.kedro.org/projects/kedro-viz/en/latest/kedro-viz_visualisation.html',
buttonText: 'View the docs',
},
],
};

0 comments on commit 2984d4d

Please sign in to comment.