From 9114f80b03a802eb9a37f4a41cb4dcbc8948b7ed Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Mon, 25 Oct 2021 16:26:22 +0530 Subject: [PATCH] fix(docs): reorder the sidebar in order of relevance (#43992) --- docs/_sidebar.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 13e8e08663..06a5002bdc 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,26 +1,26 @@ - **Getting Started** - [Introduction](index.md 'Contribute to the freeCodeCamp.org Community') - [Frequently Asked Questions](FAQ.md) -- **Code Contribution** - - [Set up freeCodeCamp locally](how-to-setup-freecodecamp-locally.md) - - [Codebase best practices](codebase-best-practices.md) - - [Open a pull request](how-to-open-a-pull-request.md) - - [Work on coding challenges](how-to-work-on-coding-challenges.md) - - [Work on video challenges](how-to-help-with-video-challenges.md) - - [Work on the news theme](how-to-work-on-the-news-theme.md) - - [Work on the docs theme](how-to-work-on-the-docs-theme.md) - - [Work on practice projects](how-to-work-on-practice-projects.md) - **Translation Contribution** - [Work on translating resources](how-to-translate-files.md) - [Work on proofreading translations](how-to-proofread-files.md) -- **Resources** - - [Set up freeCodeCamp on Windows (WSL)](how-to-setup-wsl.md) - - [Add Cypress tests](how-to-add-cypress-tests.md) +- **Code Contribution** + - [Set up freeCodeCamp locally](how-to-setup-freecodecamp-locally.md) + - [Follow coding best practices](codebase-best-practices.md) + - [Open a pull request](how-to-open-a-pull-request.md) + - [Work on coding challenges](how-to-work-on-coding-challenges.md) + - [Work on practice projects](how-to-work-on-practice-projects.md) + - [Work on tutorials with CodeRoad](how-to-work-on-tutorials-that-use-coderoad.md) - [Work on localized client web app](how-to-work-on-localized-client-webapp.md) - - [Catch outgoing emails locally](how-to-catch-outgoing-emails-locally.md) + - [Work on Cypress tests](how-to-add-cypress-tests.md) + - [Work on video challenges](how-to-help-with-video-challenges.md) + - [Work on the news theme](how-to-work-on-the-news-theme.md) + - [Work on the docs theme](how-to-work-on-the-docs-theme.md) +- **Additional Guides** - [Test translations locally](how-to-test-translations-locally.md) - [Understand the curriculum file structure](curriculum-file-structure.md) - - [Work on tutorials w/ CodeRoad](how-to-work-on-tutorials-that-use-coderoad.md) + - [Debug outgoing emails locally](how-to-catch-outgoing-emails-locally.md) + - [Set up freeCodeCamp on Windows (WSL)](how-to-setup-wsl.md) ---