docs: new milestones (#9113)

* 30k stars milestone

* metrics and contributors
This commit is contained in:
Daniel Dietzler 2024-04-27 19:14:53 +02:00 committed by GitHub
parent 0d8a04b43c
commit 1e34b01986
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,12 +52,42 @@ import {
mdiWeb, mdiWeb,
mdiScaleBalance, mdiScaleBalance,
mdiMagnifyScan, mdiMagnifyScan,
mdiChartBoxMultipleOutline,
mdiAccountGroupOutline,
mdiFlowerPoppy,
} from '@mdi/js'; } from '@mdi/js';
import Layout from '@theme/Layout'; import Layout from '@theme/Layout';
import React from 'react'; import React from 'react';
import Timeline, { DateType, Item } from '../components/timeline'; import Timeline, { DateType, Item } from '../components/timeline';
const items: Item[] = [ const items: Item[] = [
{
icon: mdiStar,
description: 'Reached 30K Stars on GitHub!',
title: '30,000 Stars',
release: 'v1.102.0',
tag: 'v1.102.0',
date: new Date(2023, 3, 15),
dateType: DateType.RELEASE,
},
{
icon: mdiChartBoxMultipleOutline,
description: 'OpenTelemetry metrics for local evaluation and advanced debugging',
title: 'OpenTelemetry metrics',
release: 'v1.99.0',
tag: 'v1.99.0',
date: new Date(2024, 2, 20),
dateType: DateType.RELEASE,
},
{
icon: mdiFlowerPoppy,
description: 'Immich got its new logo',
title: 'New logo',
release: 'v1.98.0',
tag: 'v1.98.0',
date: new Date(2024, 2, 7),
dateType: DateType.RELEASE,
},
{ {
icon: mdiMagnifyScan, icon: mdiMagnifyScan,
description: 'Advanced search with filters by date, location and more', description: 'Advanced search with filters by date, location and more',
@ -94,6 +124,15 @@ const items: Item[] = [
date: new Date(2024, 0, 31), date: new Date(2024, 0, 31),
dateType: DateType.RELEASE, dateType: DateType.RELEASE,
}, },
{
icon: mdiAccountGroupOutline,
description: '250 amazing people contributed to Immich',
title: '250 unique contributors',
release: 'v1.93.0',
tag: 'v1.93.0',
date: new Date(2024, 0, 19),
dateType: DateType.RELEASE,
},
{ {
icon: mdiMatrix, icon: mdiMatrix,
description: 'Moved the search from typesense to pgvecto.rs', description: 'Moved the search from typesense to pgvecto.rs',
@ -142,7 +181,7 @@ const items: Item[] = [
}, },
{ {
icon: mdiStar, icon: mdiStar,
description: 'Reach 20K Stars on GitHub!', description: 'Reached 20K Stars on GitHub!',
title: '20,000 Stars', title: '20,000 Stars',
release: 'v1.83.0', release: 'v1.83.0',
tag: 'v1.83.0', tag: 'v1.83.0',
@ -403,7 +442,7 @@ const items: Item[] = [
}, },
{ {
icon: mdiStar, icon: mdiStar,
description: 'Reach 10K Stars on GitHub!', description: 'Reached 10K Stars on GitHub!',
title: '10,000 Stars', title: '10,000 Stars',
release: 'v1.54.0', release: 'v1.54.0',
tag: 'v1.54.0', tag: 'v1.54.0',