Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

News: added article about select documentation #151

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/content/landing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ const typedLanding: CustomPageContent = {
news: {
title: 'Recent updates',
items: [
{
date: '2023-12-11T14:00:00.000Z',
content:
'We\'ve published the documentation for our select component. Check it out <a href="/components/uikit/select">here</a>.',
},
{
date: '2023-12-08T14:30:00.000Z',
content:
Expand All @@ -62,11 +67,6 @@ const typedLanding: CustomPageContent = {
content:
'The long-awaited <a href="https://github.com/gravity-ui/date-components">date-components libraries</a> is now available! Please check them out now.',
},
{
date: '2023-09-26T00:00:00.000Z',
content:
'Meet the new <a href="/components/uikit/alert">Components</a> and <a href="/design/branding/resources">Design</a> sections with guidelines and component sandboxes.',
},
],
},
},
Expand Down
Loading