Skip to content

Commit 0028268

Browse files
committed
chore: cosmetic cleanup of landing page
1 parent 7a4e220 commit 0028268

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

src/http-gateways/dnslink-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ editors:
1212
- name: Thibault Meunier
1313
github: thibmeu
1414
tags: ['httpGateways', 'webHttpGateways']
15-
order: 2
15+
order: 4
1616
---
1717

1818
DNSLink Gateway is an extension of :cite[path-gateway] that enables hosting a

src/http-gateways/web-redirects-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ editors:
1313
github: lidel
1414
url: https://lidel.org/
1515
tags: ['httpGateways', 'webHttpGateways']
16-
order: 4
16+
order: 5
1717
---
1818

1919
The Web Redirects File specification is an extension of the Subdomain Gateway and DNSLink Gateway specifications.

src/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,14 @@ <h3><a href="/http-gateways/">HTTP Gateways</a></h3>
8585
IPFS Gateway acts as a bridge between traditional HTTP clients and IPFS. Through the gateway, users can download files,
8686
directories and other IPLD data stored in IPFS as if they were stored in a traditional web server.
8787
</p>
88-
{% include 'list.html', posts: collections.httpGateways %}
88+
<p>
89+
Low-level HTTP semantics:
90+
</p>
91+
{% include 'list.html', posts: collections.lowLevelHttpGateways %}
92+
<p>
93+
Web semantics (for website hosting and web browsers):
94+
</p>
95+
{% include 'list.html', posts: collections.webHttpGateways %}
8996
</section>
9097
<section>
9198
<h3><a href="/ipns/">InterPlanetary Naming System</a></h3>

src/routing/http-routing-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Routing V1 HTTP API
2+
title: Delegated Routing V1 HTTP API
33
description: >
44
Delegated routing is a mechanism for IPFS implementations to use for offloading
55
content routing and naming to another process/server. This specification describes

0 commit comments

Comments
 (0)