1
0
mirror of synced 2025-12-19 18:10:59 -05:00

show journey nav and support journey article branching text frontmatter (#58848)

This commit is contained in:
Robert Sese
2025-12-17 11:40:15 -06:00
committed by GitHub
parent efe839b16d
commit 549c97ce53
23 changed files with 413 additions and 164 deletions

View File

@@ -28,12 +28,12 @@ journeyTracks:
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'
- href: '/get-started/start-your-journey/about-github-and-git'
- href: '/get-started/start-your-journey/creating-an-account-on-github'
- href: '/get-started/start-your-journey/hello-world'
- href: '/get-started/start-your-journey/setting-up-your-profile'
- href: '/get-started/start-your-journey/finding-inspiration-on-github'
- href: '/get-started/start-your-journey/downloading-files-from-github'
- href: '/get-started/start-your-journey/uploading-a-project-to-github'
- href: '/get-started/start-your-journey/git-and-github-learning-resources'
---