From c4d8a1e79a7083222dc05aaab99009c8668840d3 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 25 Aug 2023 16:47:23 -0700 Subject: [PATCH] fix: the gif (#149) fix the gif --- docs/community/highlights.md | 2 +- docs/community/{insight-pages.md => insights.md} | 11 ++++++----- sidebars.js | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) rename docs/community/{insight-pages.md => insights.md} (65%) diff --git a/docs/community/highlights.md b/docs/community/highlights.md index f3b52db8..6c93e400 100644 --- a/docs/community/highlights.md +++ b/docs/community/highlights.md @@ -1,7 +1,7 @@ --- id: highlights title: 'Highlight your open source contributions' -sidebar_label: 'Highlight your open source contributions' +sidebar_label: 'Highlights' keywords: - highlights --- diff --git a/docs/community/insight-pages.md b/docs/community/insights.md similarity index 65% rename from docs/community/insight-pages.md rename to docs/community/insights.md index 8eaf7e56..c955d47b 100644 --- a/docs/community/insight-pages.md +++ b/docs/community/insights.md @@ -1,12 +1,13 @@ --- -id: insight-pages -title: 'View your favorite projects in the Insight pages' -sidebar_label: 'View your favorite projects in the Insight pages' +id: insights +title: 'Insights into open source projects' +sidebar_label: 'Insights' keywords: -- insight-pages +- insights --- The Insights feature is where you pick and view the repositories that you often contribute to. It's a great way to stay updated on their growth. -[insight-pages-demo](../../static/gif/insight-page-demo.gif) + +![insight-pages-demo](../../static/gif/insight-page-demo.gif) Craving for more? Check out the [Discovering Open-Source with OpenSauced](https://github.com/open-sauced/intro/blob/main/05-how-to-contribute-to-open-source.md#discovering-open-source-with-opensauced) section in our free beginner course on open source. diff --git a/sidebars.js b/sidebars.js index 2689ac11..97946ec6 100644 --- a/sidebars.js +++ b/sidebars.js @@ -18,10 +18,10 @@ module.exports = { collapsed: false, items: [ "community/welcome-to-the-community", - "community/highlights", "community/100-days-of-oss", + "community/highlights", + "community/insights", "community/faqs", - "community/insight-pages", ], }, {