Skip to content

Commit 3017e51

Browse files
committed
add table of contents
1 parent 451c004 commit 3017e51

File tree

1 file changed

+26
-0
lines changed
  • docs/src/architecture/08_concepts/catalyst_docs

1 file changed

+26
-0
lines changed

docs/src/architecture/08_concepts/catalyst_docs/index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,31 @@ Created: 2024-12-29
1212
License: CC-BY-4.0
1313
---
1414

15+
* [Abstract](#abstract)
16+
* [Motivation: why is this CIP necessary?](#motivation-why-is-this-cip-necessary)
17+
* [Specification](#specification)
18+
* [Document Type Definitions](#document-type-definitions)
19+
* [Document Templates](#document-templates)
20+
* [Document Content Templates](#document-content-templates)
21+
* [Document Metadata](#document-metadata)
22+
* [Document Reference : `ref` (optional)](#document-reference--ref-optional)
23+
* [Template Reference : `template` (optional)](#template-reference--template-optional)
24+
* [Document Reference : `reply` (optional)](#document-reference--reply-optional)
25+
* [Document Reference : `section` (optional)](#document-reference--section-optional)
26+
* [Authorized Collaborators : `collabs` (optional)](#authorized-collaborators--collabs-optional)
27+
* [Document Type Specifications](#document-type-specifications)
28+
* [Proposal Template](#proposal-template)
29+
* [Comment Template](#comment-template)
30+
* [Proposal Document](#proposal-document)
31+
* [Comment Document](#comment-document)
32+
* [Reference Implementation](#reference-implementation)
33+
* [Rationale: how does this CIP achieve its goals?](#rationale-how-does-this-cip-achieve-its-goals)
34+
* [Path to Active](#path-to-active)
35+
* [Acceptance Criteria](#acceptance-criteria)
36+
* [Implementation Plan](#implementation-plan)
37+
* [Copyright](#copyright)
38+
39+
1540
## Abstract
1641

1742
Project Catalyst both produces and consumes documents of data (proposals, reviews, comments).
@@ -76,6 +101,7 @@ Document Contents are signed documents, and are typically produced in accordance
76101
Documents will contain metadata which allows the document to be categorized, versioned and linked.
77102
This data does not properly belong inside the document,
78103
but is critical to ensure the document is properly referenced and indexable.
104+
It is defined and specified as [signed object protected header fields](./../signed_object/index.md#signed-object-fields).
79105

80106
```CDDL
81107
? "ref" => reference_type,

0 commit comments

Comments
 (0)