Skip to content
Merged
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
6 changes: 3 additions & 3 deletions content/collections/how-to/define-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@ This guide will help you define the metadata for your Open Terms Archive collect
governance:
- name: "Host entity"
url: "https://entity-website.com"
logo: "https://path-to-logo.png"
logo: "https://path-to-logo.png" # Transparent PNG, min width 240px, legible on light background
roles: ["curator", "maintainer"]
- name: "Admin entity"
url: "https://admin-website.com"
logo: "https://path-to-logo.png"
logo: "https://path-to-logo.png" # Transparent PNG, min width 240px, legible on light background
roles: ["sysadmin"]
```

6. Add optional fields as needed:

```yaml
logo: "https://path-to-collection-logo.png"
logo: "https://path-to-collection-logo.png" # Transparent PNG, min width 240px, legible on light background
donations: "https://donation-page-url.com"
```

Expand Down
Loading