Skip to content

Commit

Permalink
Merge pull request github#29656 from github/sophietheking-landingpage
Browse files Browse the repository at this point in the history
"Get started" landing page v2
  • Loading branch information
sophietheking authored Aug 16, 2022
2 parents b9e40e8 + 2880fe6 commit e6df346
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions content/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ introLinks:
featuredLinks:
guides:
- /github/getting-started-with-github/githubs-products
- /github/getting-started-with-github/create-a-repo
- /get-started/onboarding/getting-started-with-your-github-account
- /get-started/onboarding/getting-started-with-github-team
- /get-started/onboarding/getting-started-with-github-enterprise-cloud
Expand All @@ -39,9 +38,7 @@ featuredLinks:
- /github/getting-started-with-github/set-up-git
- /get-started/learning-about-github/about-versions-of-github-docs
- /github/getting-started-with-github/github-glossary
- /github/getting-started-with-github/fork-a-repo
- /github/getting-started-with-github/keyboard-shortcuts
- /github/getting-started-with-github/saving-repositories-with-stars
guideCards:
- /github/getting-started-with-github/types-of-github-accounts
- /github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github
Expand Down
2 changes: 1 addition & 1 deletion tests/content/featured-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('featuredLinks', () => {
test('Enterprise user intro links have expected values', async () => {
const $ = await getDOM(`/en/enterprise/${enterpriseServerReleases.latest}/user/get-started`)
const $featuredLinks = $('[data-testid=article-list] a')
expect($featuredLinks).toHaveLength(11)
expect($featuredLinks.length > 0).toBeTruthy()
expect($featuredLinks.eq(0).attr('href')).toBe(
`/en/enterprise-server@${enterpriseServerReleases.latest}/github/getting-started-with-github/githubs-products`
)
Expand Down

0 comments on commit e6df346

Please sign in to comment.