From 6d265c6fbb15092559e32a922c4a6930fbf3d1b9 Mon Sep 17 00:00:00 2001 From: vazhayil7373-wq <248620072+vazhayil7373-wq@users.noreply.github.com> Date: Sat, 13 Dec 2025 15:19:44 +0400 Subject: [PATCH] Delete content/get-started/start-your-journey/index.md --- .../get-started/start-your-journey/index.md | 39 ------------------- 1 file changed, 39 deletions(-) delete mode 100644 content/get-started/start-your-journey/index.md diff --git a/content/get-started/start-your-journey/index.md b/content/get-started/start-your-journey/index.md deleted file mode 100644 index ec7ad779f112..000000000000 --- a/content/get-started/start-your-journey/index.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: Start your journey -intro: "Brand new to {% data variables.product.github %}? Learn the basics here." -versions: - fpt: '*' - ghes: '*' - ghec: '*' -topics: - - Pull requests - - Issues - - Notifications - - Accounts -children: - - /about-github-and-git - - /creating-an-account-on-github - - /hello-world - - /setting-up-your-profile - - /finding-inspiration-on-github - - /downloading-files-from-github - - /uploading-a-project-to-github - - /git-and-github-learning-resources -redirect_from: - - /github/getting-started-with-github/quickstart - - /get-started/quickstart -layout: journey-landing -journeyTracks: - - id: 'learn_the_basics' - title: 'Get started' - description: 'Master the fundamentals of {% data variables.product.github %} and Git.' - guides: - - '/get-started/start-your-journey/about-github-and-git' - - '/get-started/start-your-journey/creating-an-account-on-github' - - '/get-started/start-your-journey/hello-world' - - '/get-started/start-your-journey/setting-up-your-profile' - - '/get-started/start-your-journey/finding-inspiration-on-github' - - '/get-started/start-your-journey/downloading-files-from-github' - - '/get-started/start-your-journey/uploading-a-project-to-github' - - '/get-started/start-your-journey/git-and-github-learning-resources' ----