Skip to content

Commit 6ca307c

Browse files
authored
Merge pull request #397 from ipfs/sync-arch
2 parents 48da7a6 + eb0f0ee commit 6ca307c

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

src/_includes/specs/architecture.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>

src/architecture/index.html

+1-8
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@
88
{% include 'header.html' %}
99

1010
<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' %}
1912
</main>
2013

2114
{% include 'footer.html' %}

src/index.html

+1-8
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,7 @@ <h3><a href="/architecture/">Architecture</a></h3>
8484
These documents define the architectural principles that IPFS is built upon, and can be used as tools to evaluate
8585
implementations and applications of IPFS.
8686
</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' %}
9588
</section>
9689
<section>
9790
<h3><a href="/meta/">Meta</a></h3>

0 commit comments

Comments
 (0)