File tree 3 files changed +10
-16
lines changed
3 files changed +10
-16
lines changed Original file line number Diff line number Diff line change
1
+ < dl >
2
+ < dt > < a href ="/architecture/principles/ "> IPFS Principles</ a > </ dt >
3
+ < dd >
4
+ IPFS is a suite of specifications and tools that are defined by two key characteristics: content-addressing and
5
+ transport-agnosticity. This document provides context and details about these characteristics. In doing so it defines what
6
+ is or is not an IPFS implementation.
7
+ </ dd >
8
+ </ dl >
Original file line number Diff line number Diff line change 8
8
{% include 'header.html' %}
9
9
10
10
< main >
11
- < dl >
12
- < dt > < a href ="/architecture/principles/ "> IPFS Principles</ a > </ dt >
13
- < dd >
14
- IPFS is a suite of specifications and tools that are defined by two key characteristics: content-addressing and
15
- transport-agnosticity. This document provides context and details about these characteristics. In doing so it defines what
16
- is or is not an IPFS implementation.
17
- </ dd >
18
- </ dl >
11
+ {% include 'specs/architecture.html' %}
19
12
</ main >
20
13
21
14
{% include 'footer.html' %}
Original file line number Diff line number Diff line change @@ -84,14 +84,7 @@ <h3><a href="/architecture/">Architecture</a></h3>
84
84
These documents define the architectural principles that IPFS is built upon, and can be used as tools to evaluate
85
85
implementations and applications of IPFS.
86
86
</ p >
87
- < dl >
88
- < dt > < a href ="/architecture/principles/ "> IPFS Principles</ a > </ dt >
89
- < dd >
90
- IPFS is a suite of specifications and tools that are defined by two key characteristics: content-addressing and
91
- transport-agnosticity. This document provides context and details about these characteristics. In doing so it defines what
92
- is or is not an IPFS implementation.
93
- </ dd >
94
- </ dl >
87
+ {% include 'specs/architecture.html' %}
95
88
</ section >
96
89
< section >
97
90
< h3 > < a href ="/meta/ "> Meta</ a > </ h3 >
You can’t perform that action at this time.
0 commit comments