Skip to content

Commit ba32dd5

Browse files
committed
fix mk check
1 parent d765971 commit ba32dd5

File tree

1 file changed

+9
-5
lines changed
  • docs/src/architecture/08_concepts/signed_doc

1 file changed

+9
-5
lines changed

docs/src/architecture/08_concepts/signed_doc/meta.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
* [Metadata Fields List](#metadata-fields-list)
1212
* [`ref` Document Reference](#ref-document-reference)
13-
* [`ref_hash` Secured Document Reference](#ref-hash-secured-document-reference)
13+
* [`ref_hash` Secured Document Reference](#ref_hash-secured-document-reference)
1414
* [`template` Template Reference](#template-template-reference)
1515
* [`reply` Reply Reference](#reply-reply-reference)
1616
* [`section` Section Reference](#section-section-reference)
@@ -88,16 +88,20 @@ This list can impact actions that can be performed by the `Proposal Action Docum
8888

8989
## `brand_id`
9090

91-
Unique identifier [UUID] v4, which represents a "brand" who is running the voting, e.g. Catalyst, Midnight.
91+
Unique identifier [UUID] v4, which represents a "brand" who is running the voting,
92+
e.g. Catalyst, Midnight.
9293

9394
## `campaign_id`
9495

95-
Unique identifier [UUID] v4, which defines a "campaign" of voting, e.g. "treasury campaign".
96+
Unique identifier [UUID] v4, which defines a "campaign" of voting,
97+
e.g. "treasury campaign".
9698

9799
## `election_id`
98100

99-
Unique identifier [UUID] v4, which defines an election, e.g. "Catalyst Fund 1", "Catalyst Fund 2".
101+
Unique identifier [UUID] v4, which defines an election,
102+
e.g. "Catalyst Fund 1", "Catalyst Fund 2".
100103

101104
## `category_id`
102105

103-
Unique identifier [UUID] v4 which defines a voting category as a collection of proposals, e.g. "Development & Infrastructure", "Products & Integrations".
106+
Unique identifier [UUID] v4 which defines a voting category as a collection of proposals,
107+
e.g. "Development & Infrastructure", "Products & Integrations".

0 commit comments

Comments
 (0)