From a32450ab2224f6b2d6737382504a6ee252dd3de6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 23 Jan 2026 10:18:04 +0100 Subject: [PATCH] add community spotlight page to the docs --- docs/community/spotlight.mdx | 68 ++++++++++++++++++++++++++++++++++++ docs/docs.json | 4 +++ 2 files changed, 72 insertions(+) create mode 100644 docs/community/spotlight.mdx diff --git a/docs/community/spotlight.mdx b/docs/community/spotlight.mdx new file mode 100644 index 000000000..4a6d19208 --- /dev/null +++ b/docs/community/spotlight.mdx @@ -0,0 +1,68 @@ +--- +title: "Spotlight" +description: "A showcase of articles, videos, and social media posts from the Reactive Resume community" +--- + + +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. + + +--- + +## Articles + +A collection of blog posts and articles written by the community about Reactive Resume. + + + {/* Add article cards here */} + + {/* Example: + + A brief description of the article. + + */} + + + +No articles have been featured yet. Be the first to contribute! + + +--- + +## Videos + +Video tutorials, reviews, and walkthroughs created by the community. + + + {/* Add video cards here */} + + {/* Example: + + A brief description of the video. + + */} + + + +No videos have been featured yet. Be the first to contribute! + + +--- + +## Social Media + +Posts and threads from social media platforms sharing experiences with Reactive Resume. + + + {/* Add social media cards here */} + + {/* Example: + + A brief description of the post. + + */} + + + +No social media posts have been featured yet. Be the first to contribute! + diff --git a/docs/docs.json b/docs/docs.json index c90937a71..6e8392ebd 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -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"]