1
0
mirror of synced 2025-12-21 10:57:10 -05:00

add short titles to frontmatter (#20131)

This commit is contained in:
Rachael Sewell
2021-06-24 11:02:53 -07:00
committed by GitHub
parent ee823eb333
commit 52cf583bdd
973 changed files with 978 additions and 7 deletions

View File

@@ -14,5 +14,6 @@ children:
- /viewing-a-summary-of-repository-activity
- /viewing-a-projects-contributors
- /viewing-traffic-to-a-repository
shortTitle: Access basic repository data
---

View File

@@ -13,6 +13,7 @@ versions:
ghae: '*'
topics:
- Repositories
shortTitle: View project contributors
---
## About contributors

View File

@@ -11,6 +11,7 @@ versions:
ghae: '*'
topics:
- Repositories
shortTitle: View repository activity
---
Commit co-authors are included in the commit activity summary if their commits were merged into the repository's default branch and they're in the top 15 users who have contributed the most commits.

View File

@@ -9,6 +9,7 @@ versions:
fpt: '*'
topics:
- Repositories
shortTitle: View traffic to a repository
---
You can navigate to referring sites, excluding search engines and {% data variables.product.product_name %} itself, from the links the specific paths were referred from. The popular content links to the specific content that generated traffic.

View File

@@ -14,5 +14,6 @@ topics:
children:
- /visualizing-commits-in-a-repository
- /visualizing-additions-and-deletions-to-content-in-a-repository
shortTitle: Analyze changes to repository
---

View File

@@ -11,6 +11,7 @@ versions:
ghae: '*'
topics:
- Repositories
shortTitle: View changes to content
---
{% ifversion fpt %}

View File

@@ -11,6 +11,7 @@ versions:
ghae: '*'
topics:
- Repositories
shortTitle: View commits in repository
---
The top graph shows commits for the entire year by week.

View File

@@ -16,5 +16,6 @@ children:
- /accessing-basic-repository-data
- /analyzing-changes-to-a-repositorys-content
- /understanding-connections-between-repositories
shortTitle: View repository graphs
---

View File

@@ -7,6 +7,7 @@ topics:
- Repositories
redirect_from:
- /github/visualizing-repository-data-with-graphs/about-the-dependency-graph
shortTitle: Dependency graph
---
<!--See /content/code-security/supply-chain-security/about-the-dependency-graph for the latest version of this article -->

View File

@@ -7,6 +7,7 @@ topics:
- Repositories
redirect_from:
- /github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository
shortTitle: Explore dependencies
---
<!--See /content/code-security/supply-chain-security/exploring-the-dependencies-of-a-repository for the latest version of this article -->

View File

@@ -15,5 +15,6 @@ children:
- /viewing-the-dependencies-of-a-repository
- /about-the-dependency-graph
- /exploring-the-dependencies-of-a-repository
shortTitle: Connections between repos
---

View File

@@ -10,6 +10,7 @@ versions:
ghae: '*'
topics:
- Repositories
shortTitle: List repository forks
---
Forks are listed alphabetically by the username of the person who forked the repository. You can click on the username to be redirected to the user's {% data variables.product.product_name %} profile page or click on the fork name to be redirected to the specific fork of the repository.

View File

@@ -12,6 +12,7 @@ versions:
ghae: '*'
topics:
- Repositories
shortTitle: View repository network
---
![Repository network graph](/assets/images/help/graphs/repo_network_graph.png)

View File

@@ -6,6 +6,7 @@ versions:
ghes: '>=3.0'
redirect_from:
- /github/visualizing-repository-data-with-graphs/viewing-the-dependencies-of-a-repository
shortTitle: View dependencies
---
Almost all software relies on code developed and maintained by other developers, often known as a supply chain. For example, utilities, libraries, and frameworks. These dependencies are an integral part of your code and any bugs or vulnerabilities in them may affect your code. It's important to review and maintain these dependencies.