Skip to content

Commit

Permalink
Make all docs pages editable via Github (keystonejs#6494)
Browse files Browse the repository at this point in the history
  • Loading branch information
raveling authored Sep 7, 2021
1 parent 53040ee commit b9e22bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/components/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,8 @@ export function DocsPage({
css={{ justifyContent: 'space-between', alignItems: 'baseline' }}
>
<Breadcrumbs />
{!isUpdatesPage && (
<EditButton pathName={pathname} isIndexPage={isIndexPage} editPath={editPath} />
)}

<EditButton pathName={pathname} isIndexPage={isIndexPage} editPath={editPath} />
</Stack>
{children}
</main>
Expand Down

0 comments on commit b9e22bf

Please sign in to comment.