Skip to content

Commit 3143b02

Browse files
authored
feat: Add repo pages (#293)
* Add repo pages * Finish repo pages docs * Remame img * Revise docs * Formatting and linking
1 parent be9328c commit 3143b02

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed

docs/features/repo-pages.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
id: repo-pages
3+
title: "Check out Repository Activity"
4+
sidebar_label: "Repository Pages"
5+
keywords:
6+
- "repository pages"
7+
- "Repositories"
8+
- "Open Source"
9+
- "Open Source Repositories"
10+
- "Showcase Repositories"
11+
- "Repository forks"
12+
- "Repository stars"
13+
14+
---
15+
16+
Repository pages allow you to view specific information (forks and stars) about a repository hosted on GitHub.
17+
18+
## Accessing a Repository Page
19+
20+
To view a repository page, follow these steps:
21+
22+
Open a web browser and navigate to the following URL structure:
23+
24+
`https://app.opensauced.pizza/s/{org}/{repo}`
25+
26+
Replace {org} with the name of the organization that owns the repository you want to view. Replace {repo} with the name of the specific repository.
27+
28+
For example, to view the `next.js` repository created by the `Vercel` organization, you would use the following URL:
29+
30+
[https://app.opensauced.pizza/s/vercel/nextjs](https://app.opensauced.pizza/s/vercel/nextjs)
31+
32+
Here's what that will look like:
33+
34+
[![next.js repository page](../../static/img/repo-page.png)](https://app.opensauced.pizza/s/vercel/next.js)
35+
36+
## Understanding the Repository Page
37+
38+
Here are some general things you might find on a repository page:
39+
40+
- **Repository name and organization/user**: This is displayed prominently at the top of the page.
41+
- **Metrics**: This includes the number of stars and forks the repository has on GitHub.
42+
43+
You can use the time range filter to view the number of stars and forks over different periods, such as the last 7 days, month, or the last year.
44+
45+
Currently, only publicly available repositories on GitHub can be viewed through Open Sauced Pizza's repository pages.
46+
47+
Repository pages on Open Sauced Pizza provide a way to explore and learn about open source code repositories hosted on GitHub. While you cannot create or edit them directly on Open Sauced Pizza yet, you can add them to your [Repository Insight pages](https://docs.opensauced.pizza/features/repo-insights/).

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = {
2626
"features/workspaces",
2727
"features/repo-insights",
2828
"features/contributor-insights",
29+
"features/repo-pages",
2930
"features/highlights",
3031
"features/dev-card",
3132
],

static/img/repo-page.png

123 KB
Loading

0 commit comments

Comments
 (0)