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

Remove core contributors from website #308

Merged
merged 1 commit into from
May 22, 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
82 changes: 0 additions & 82 deletions components/contributorsList.vue

This file was deleted.

84 changes: 0 additions & 84 deletions components/coreContributors.vue

This file was deleted.

4 changes: 1 addition & 3 deletions content/trust-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sections:
socialLinks: true
subHeader: CTO, Stacklok
text: sigstore is Luke’s brainchild. Luke is focused on the Root CA and
transparency logs as well as chairing the community meetings.
transparency logs.
header: Luke Hinds
twitter: https://twitter.com/decodebytes
imageAsset: ""
Expand Down Expand Up @@ -86,8 +86,6 @@ sections:
imageAsset: ""
ctaText: ""
ctaLink: ""
- type: coreContributors
isCoreContributors: true
---

Body text
22 changes: 0 additions & 22 deletions static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,28 +175,6 @@ collections:
required: false,
default: true,
}
- label: 'Contributors list'
name: 'contributorsList'
widget: object
fields:
- {
label: Show Contributors list,
name: isContributorsList,
widget: boolean,
required: false,
default: true,
}
- label: 'Show Core Contributors'
name: 'coreContributors'
widget: object
fields:
- {
label: Show Core Contributors,
name: isCoreContributors,
widget: boolean,
required: false,
default: true,
}
- label: 'Sponsors list'
name: 'sponsorsList'
widget: object
Expand Down
Loading