From a9d5088325a1498b08ff1f77804b2fef80d2d26e Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Sat, 2 Nov 2024 08:59:56 -0700 Subject: [PATCH] Show only the Bootcamp resource in the beginner canned message; move the rest to a new learning message --- conf.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/conf.py b/conf.py index 8947cc6..e1b267b 100644 --- a/conf.py +++ b/conf.py @@ -55,8 +55,12 @@ "beginner": ( "👋🏼 Hello!\n" "Exercism is designed for people who have some experience in programming. " - "If you are new to coding, we recommend joining our Beginners Bootcamp, starting in January: https://bootcamp.exercism.org\n\n" - "There are many other great resources online, that can kickstart your journey in computer science.\n" + "If you are new to coding, we strongly recommend joining our Beginners Bootcamp, starting in January: https://bootcamp.exercism.org" + ), + "learning": ( + "Exercism is designed for people who have some experience in programming. " + "Here are a few great online resources that can kickstart your journey in computer science.\n\n" + "* [Exercism's Beginners Bootcamp](https://bootcamp.exercism.org) will give you a solid programming foundation.\n" "* [Harvard's CS50x course](http://cs50.harvard.edu/x/2024/) is great for a wide understanding.\n" "* [Code in Place](https://codeinplace.stanford.edu/) is a great intro to coding course " "which will teach you Python using their browser-based environment.\n" @@ -65,7 +69,7 @@ "* For web development, [The MDN web docs](http://developer.mozilla.org/en-US/docs/Learn) are a valuable resource." ), "howto-ask": ( - "Asking questions well increases your chance of getting help. " + "How you ask questions makes a huge difference in the help we can provide. " "Learn how to write good support requests in this article: http://bit.ly/howto-ask" ), "criticize_language": (