1
0
mirror of synced 2025-12-20 10:28:40 -05:00

'Start your journey' landing page construction (#58577)

This commit is contained in:
Ben Ahmady
2025-12-10 16:17:57 +00:00
committed by GitHub
parent 13178f0183
commit c2d922e353

View File

@@ -1,6 +1,6 @@
--- ---
title: Start your journey title: Start your journey
intro: 'Learn the basics of {% data variables.product.github %}.' intro: "Brand new to {% data variables.product.github %}? Learn the basics here."
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'
@@ -22,4 +22,18 @@ children:
redirect_from: redirect_from:
- /github/getting-started-with-github/quickstart - /github/getting-started-with-github/quickstart
- /get-started/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'
--- ---