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

Content additions to website /updates page #6272

Merged
merged 2 commits into from
Aug 6, 2021
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
27 changes: 26 additions & 1 deletion docs/pages/updates/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,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