docs: add detect duplicate assets to roadmap (#10093)

* updating

* uncomment
This commit is contained in:
aviv926 2024-06-11 00:49:10 +03:00 committed by GitHub
parent f32c02bd25
commit 73dcb9b452
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,6 +63,7 @@ import {
mdiVectorCombine, mdiVectorCombine,
mdiVideo, mdiVideo,
mdiWeb, mdiWeb,
mdiContentDuplicate,
} from '@mdi/js'; } from '@mdi/js';
import Layout from '@theme/Layout'; import Layout from '@theme/Layout';
import React from 'react'; import React from 'react';
@ -216,13 +217,19 @@ const roadmap: Item[] = [
]; ];
const milestones: Item[] = [ const milestones: Item[] = [
// withRelease({ withRelease({
// icon: mdiVectorCombine, icon: mdiContentDuplicate,
// title: 'Container consolidation', title: 'Similar image detection',
// description: description: 'Detect duplicate assets that arent exactly identical',
// 'The microservices container can be run as a worker within the server image, allowing us to remove it from the default stack.', release: 'v1.106.0',
// release: 'v1.106.0', }),
// }), withRelease({
icon: mdiVectorCombine,
title: 'Container consolidation',
description:
'The microservices container can be run as a worker within the server image, allowing us to remove it from the default stack.',
release: 'v1.106.0',
}),
withRelease({ withRelease({
icon: mdiPencil, icon: mdiPencil,
iconColor: 'saddlebrown', iconColor: 'saddlebrown',