add community spotlight page to the docs

This commit is contained in:
Amruth Pillai
2026-01-23 10:18:04 +01:00
parent a4fd7f8452
commit a32450ab22
2 changed files with 72 additions and 0 deletions
+68
View File
@@ -0,0 +1,68 @@
---
title: "Spotlight"
description: "A showcase of articles, videos, and social media posts from the Reactive Resume community"
---
<Note>
Have you created something that makes use of Reactive Resume, or spread the word about it in your own way? I'd love to feature it here! Send me an email at [hello@amruthpillai.com](mailto:hello@amruthpillai.com) and I'll make sure to add it to this page.
</Note>
---
## Articles
A collection of blog posts and articles written by the community about Reactive Resume.
<CardGroup cols={2}>
{/* Add article cards here */}
{/* Example:
<Card title="Article Title" icon="newspaper" href="https://example.com/article">
A brief description of the article.
</Card>
*/}
</CardGroup>
<Info>
No articles have been featured yet. Be the first to contribute!
</Info>
---
## Videos
Video tutorials, reviews, and walkthroughs created by the community.
<CardGroup cols={2}>
{/* Add video cards here */}
{/* Example:
<Card title="Video Title" icon="youtube" href="https://youtube.com/watch?v=...">
A brief description of the video.
</Card>
*/}
</CardGroup>
<Info>
No videos have been featured yet. Be the first to contribute!
</Info>
---
## Social Media
Posts and threads from social media platforms sharing experiences with Reactive Resume.
<CardGroup cols={2}>
{/* Add social media cards here */}
{/* Example:
<Card title="Post Title" icon="twitter" href="https://twitter.com/...">
A brief description of the post.
</Card>
*/}
</CardGroup>
<Info>
No social media posts have been featured yet. Be the first to contribute!
</Info>
+4
View File
@@ -73,6 +73,10 @@
"group": "Contributing",
"pages": ["contributing/architecture", "contributing/development", "contributing/translations"]
},
{
"group": "Community",
"pages": ["community/spotlight"]
},
{
"group": "Legal",
"pages": ["legal/license", "legal/privacy-policy", "legal/terms-of-service"]