@@ -62,22 +62,6 @@ <h2>Specifications</h2>
62
62
The specifications are broken up into multiple areas that cover the stack.
63
63
</ p >
64
64
< div class ="basic-grid ">
65
- < section >
66
- < h3 > < a href ="/http-gateways/ "> HTTP Gateways</ a > </ h3 >
67
- < p >
68
- IPFS Gateway acts as a bridge between traditional HTTP clients and IPFS. Through the gateway, users can download files,
69
- directories and other IPLD data stored in IPFS as if they were stored in a traditional web server.
70
- </ p >
71
- {% include 'specs/http-gateways/http.html' %}
72
- {% include 'specs/http-gateways/web.html' %}
73
- </ section >
74
- < section >
75
- < h3 > < a href ="/ipns/ "> InterPlanetary Naming System</ a > </ h3 >
76
- < p >
77
- The InterPlanetary Naming System (IPNS) is a naming system responsible for creating, reading and updating mutable pointers to data.
78
- </ p >
79
- {% include 'specs/ipns.html' %}
80
- </ section >
81
65
< section >
82
66
< h3 > < a href ="/architecture/ "> Architecture</ a > </ h3 >
83
67
< p >
@@ -95,6 +79,22 @@ <h3><a href="/meta/">Meta</a></h3>
95
79
</ p >
96
80
{% include 'specs/meta.html' %}
97
81
</ section >
82
+ < section >
83
+ < h3 > < a href ="/http-gateways/ "> HTTP Gateways</ a > </ h3 >
84
+ < p >
85
+ IPFS Gateway acts as a bridge between traditional HTTP clients and IPFS. Through the gateway, users can download files,
86
+ directories and other IPLD data stored in IPFS as if they were stored in a traditional web server.
87
+ </ p >
88
+ {% include 'specs/http-gateways/http.html' %}
89
+ {% include 'specs/http-gateways/web.html' %}
90
+ </ section >
91
+ < section >
92
+ < h3 > < a href ="/ipns/ "> InterPlanetary Naming System</ a > </ h3 >
93
+ < p >
94
+ The InterPlanetary Naming System (IPNS) is a naming system responsible for creating, reading and updating mutable pointers to data.
95
+ </ p >
96
+ {% include 'specs/ipns.html' %}
97
+ </ section >
98
98
</ div >
99
99
</ section >
100
100
</ main >
0 commit comments