Skip to content

Commit

Permalink
Added new content to /updates (#6300)
Browse files Browse the repository at this point in the history
  • Loading branch information
raveling authored Aug 11, 2021
1 parent 2963ac7 commit d534409
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion docs/pages/updates/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,32 @@ export default function WhatsNew() {
gap: 0,
})}
>
<Timeline date="10th July 2021" isLatest />
<Timeline date="29th July 2021" isLatest />
<Box heading="Admin UI Customizations">
We're opening Admin UI up to support a more personal content experience. Now you can:
<ul>
<li>
embed your own <a href="/docs/guides/custom-admin-ui-logo">custom logo</a>,
</li>
<li>
add <a href="/docs/guides/custom-admin-ui-pages">custom pages</a> with Admin UI
routes, and
</li>
<li>
link to them (and elsewhere) with{' '}
<a href="/docs/guides/custom-admin-ui-navigation">custom navigation</a>.
</li>
</ul>
To deliver a more productive editor experience that's aligned with the needs and brand of
your organisation.
</Box>
<Timeline date="29th July 2021" />
<Box link="/docs/apis/config#health-check" heading="New Health Check endpoint">
We've added an optional <InlineCode>/_healthcheck</InlineCode> endpoint to Keystone's
express server. Use it to ensure your Keystone instance is up and running with website
monitoring solutions.
</Box>
<Timeline date="10th July 2021" />
<Box heading="Watch Jed's Prisma Day workshop">
<div
css={{
Expand Down

1 comment on commit d534409

@vercel
Copy link

@vercel vercel bot commented on d534409 Aug 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.