forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support arbitrary keys in new featuredLinks frontmatter (github#16239)
* 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 <[email protected]> * Return next() Co-authored-by: Sarah Schneider <[email protected]>
- Loading branch information
Showing
39 changed files
with
412 additions
and
375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
--- | ||
title: '{% data variables.product.product_name %}{% if currentVersion == "free-pro-team@latest" %}.com{% endif %} Help Documentation' | ||
gettingStartedLinks: | ||
- /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 | ||
popularLinks: | ||
- /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 | ||
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: '*' | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
--- | ||
title: '{% data variables.product.product_name %}{% if currentVersion == "free-pro-team@latest" %}.com{% endif %} Help Documentation' | ||
gettingStartedLinks: | ||
- /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 | ||
popularLinks: | ||
- /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 | ||
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: '*' | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.