Skip to content

Commit

Permalink
Buttondown docs site in showcase (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswiss committed Jul 25, 2024
1 parent 59698e1 commit 59b642e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/app/(public)/resources/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export default async function Resources() {
<ResourceGrid>
{sortedTalks.map(video => (
<Video
key={video.title}
title={video.title}
videoId={video.videoId}
description={video.description}
Expand All @@ -160,7 +161,7 @@ export default async function Resources() {
<Section title="Articles">
<ResourceGrid>
{sortedArticles.map(article => (
<li className="mb-4 mr-4">
<li key={article.title} className="mb-4 mr-4">
<h3 className="text-xl font-medium">
<Link href={article.url} className="hover:underline">
{article.title}
Expand Down
13 changes: 13 additions & 0 deletions docs/src/content/projects/buttondown-docs.mdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Buttondown Docs
type: production
url: https://docs.buttondown.email
summary: Newsletter software for people like you.
coverImage:
src: >-
https://thinkmill-labs.keystatic.net/keystatic-site/images/zxuvoujwidzx/buttondown
alt: Screenshot from the Buttondown docs website
height: 2072
width: 3200
sortIndex: 25
---

0 comments on commit 59b642e

Please sign in to comment.