From 783b9dca951352e521b266daf19758abc8f278b8 Mon Sep 17 00:00:00 2001 From: Filipe Lima <45261568+filipelima18@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:41:43 +0100 Subject: [PATCH] fix: update broken link and outdated content in Explore page (#266) --- packages/projects-docs/pages/learn/_meta.json | 4 +-- .../projects-docs/pages/learn/explore.mdx | 33 +++++-------------- 2 files changed, 10 insertions(+), 27 deletions(-) diff --git a/packages/projects-docs/pages/learn/_meta.json b/packages/projects-docs/pages/learn/_meta.json index 6809f55f..ee675e1f 100644 --- a/packages/projects-docs/pages/learn/_meta.json +++ b/packages/projects-docs/pages/learn/_meta.json @@ -29,5 +29,5 @@ "title": "More" }, "ci": "CodeSandbox CI", - "explore": "Explore Page & Curators" -} + "explore": "Discover Page" +} \ No newline at end of file diff --git a/packages/projects-docs/pages/learn/explore.mdx b/packages/projects-docs/pages/learn/explore.mdx index 57a1851a..c1911f04 100644 --- a/packages/projects-docs/pages/learn/explore.mdx +++ b/packages/projects-docs/pages/learn/explore.mdx @@ -1,38 +1,21 @@ --- -title: Explore Page & Curators +title: Discover Page authors: ['CompuIves'] description: - The explore page highlights interesting sandboxes created by the community. + The Discover page highlights interesting sandboxes created by the community. Find out how to get picked or become a curator. --- -# Explore Page & Curators +# Discover Page -## Explore Page +CodeSandbox features a [Discover page](https://codesandbox.io/discover). This page highlights some of the interesting Sandboxes and Devboxes created by members of the CodeSandbox community. -CodeSandbox features an [explore page](https://codesandbox.io/dashboard/discover). This page highlights some of -the interesting sandboxes created an curated by members of the CodeSandbox -community. +It also includes a powerful search option, which allows you to find all the public Sandboxes created by other CodeSandbox users. -## What is a curator? +## Which Sandboxes get picked? -A curator is someone in the community who can pick sandboxes for the explore -page. You can get an invitation to become a "curator" from staff or other -curators. Everyone is applicable to become a curator, but we generally select -people that are active on CodeSandbox or are knowledgeable in a specific field -(eg. animations). - -If you're interested in becoming a curator, send us an e-mail at -[mailto:curators@codesandbox.io](mailto:curators@codesandbox.io). - -## Which sandboxes get picked? - -Sandboxes get picked based on their content and/or appearance. This includes -those with interesting logic or approach. As well as those that just look cool. +The CodeSandbox team picks Sandboxes based on their content and/or appearance. This includes those with interesting logic or approach and those that just look cool. ## How can I get picked? -We have a dashboard with popular sandboxes to pick from, but we also pick based -on what we happen to see. We scour Twitter for sandboxes too, if you want to be -picked we recommend you to mention us in a tweet -[@codesandbox](https://twitter.com/codesandbox) with a link to your sandbox! \ No newline at end of file +We review Sandboxes submitted to us by users via email, but the best way to get our attention is to tweet about it and tag [@codesandbox](https://x.com/codesandbox). \ No newline at end of file