* Add featuredLinks to frontmatter * Parse them in featured-links.js * Remove old raw setup * Use them * Missed a couple * Update translation files * Fix frontmatter schema * Loop over the right object * Also update translations' usage * Update docs and tests * Better README comment Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com> * Return next() Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
18 lines
799 B
Markdown
18 lines
799 B
Markdown
---
|
|
title: '{% data variables.product.product_name %}{% if currentVersion == "free-pro-team@latest" %}.com{% endif %} Help Documentation'
|
|
featuredLinks:
|
|
gettingStarted:
|
|
- /github/getting-started-with-github/set-up-git
|
|
- /github/authenticating-to-github/connecting-to-github-with-ssh
|
|
- /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github
|
|
- /github/writing-on-github/basic-writing-and-formatting-syntax
|
|
popular:
|
|
- /github/collaborating-with-issues-and-pull-requests/about-pull-requests
|
|
- /github/authenticating-to-github
|
|
- /github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line
|
|
- /github/using-git/managing-remote-repositories
|
|
- /github/working-with-github-pages
|
|
versions: '*'
|
|
---
|
|
|