Skip to content
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
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"license": "",
"private": true,
"dependencies": {
"spec-generator": "^1.7.0"
"spec-generator": "^1.8.1"
}
}
2 changes: 1 addition & 1 deletion src/architecture/principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ editors:
email: robin@berjon.com
url: https://berjon.com/
github: darobin
twitter: robinberjon
bluesky: robin.berjon.com
affiliation:
name: IPFS Foundation
url: https://ipfsfoundation.org/
Expand Down
2 changes: 1 addition & 1 deletion src/cid.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ editors:
email: robin@berjon.com
url: https://berjon.com/
github: darobin
twitter: robinberjon
bluesky: robin.berjon.com
affiliation:
name: IPFS Foundation
url: https://ipfsfoundation.org/
Expand Down
10 changes: 5 additions & 5 deletions src/meta/spec-for-specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ editors:
email: robin@berjon.com
url: https://berjon.com/
github: darobin
twitter: robinberjon
mastodon: "@robin@mastodon.social"
bluesky: robin.berjon.com
affiliation:
name: Protocol Labs
url: https://protocol.ai/
Expand Down Expand Up @@ -61,8 +61,8 @@ editors:
email: robin@berjon.com
url: https://berjon.com/
github: darobin
twitter: robinberjon
mastodon: "@robin@mastodon.social"
bluesky: robin.berjon.com
affiliation:
name: Protocol Labs
url: https://protocol.ai/
Expand All @@ -80,9 +80,9 @@ it SHOULD include a `description` field with the description of the specificatio

The :ref[frontmatter] MUST also contain an `editors` field, which is an array of objects describing people
who are responsible for editing this given :ref[spec]. The `editors` field MUST contain at least one
person. The fields that describe a person are `name`, `email`, `url`, `github`, `twitter`, `mastodon`,
and `affiliation` which is in turn an object with fields `name` and `url`. Each person as well as the
affiliation MUST have a `name`; every other field is OPTIONAL.
person. The fields that describe a person are `name`, `email`, `url`, `github`, `mastodon`, `twitter`,
`bluesky`, and `affiliation` which is in turn an object with fields `name` and `url`.
Each person as well as the affiliation MUST have a `name`; every other field is OPTIONAL.

The `xref` field exemplified above is described in the [references](#refs) section.

Expand Down
Loading