Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace static contributor list with the dynamic from GitHub #1365

Merged
merged 1 commit into from
Nov 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/portal-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ Later, the changes are pushed from staging to the main branch. This requires ano
### How to become a reviewer?
You should have an excellent technical understanding, great ethics and have already contributed to the developer portal. Your GitHub account should have some reputation. [If you are unsure, just participate in the discussions.](#participate-in-the-discussions)

### How to get added to the contributor list?
We don't currently have a specific metric that determines who gets included on the [contributor list](/docs/portal-contributors/). You should at least have made a strong mark on a category or have contributed consistently over a long period. [Participate in the discussions to determine this.](#participate-in-the-discussions)

### How to connect with the developer community?
Cardano developers and stake pool operators spread across many different platforms. [We aim to provide a complete overview.](/docs/get-started/cardano-developer-community)

Expand Down
42 changes: 0 additions & 42 deletions docs/portal-contributors.md

This file was deleted.

10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,18 @@ module.exports = {
{
title: "Developer Portal",
items: [
{
label: "How to Contribute",
to: "docs/portal-contribute/",
},
{
label: "Contributors",
to: "docs/portal-contributors/",
href: "https://github.com/cardano-foundation/developer-portal/graphs/contributors",
},
{
label: "Changelog",
to: "/changelog",
},
{
label: "How to Contribute",
to: "docs/portal-contribute/",
},
{
label: "Style Guide",
to: "docs/portal-style-guide",
Expand Down
6 changes: 5 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,12 @@ module.exports = {
},*/
],
"Contribute to the Developer Portal": [
"portal-contributors",
"portal-contribute",
{
type: "link",
label: "Contributors",
href: "https://github.com/cardano-foundation/developer-portal/graphs/contributors",
},
"portal-style-guide",
{
type: "link",
Expand Down
Loading