Skip to content

Commit 1390d52

Browse files
committed
fix: add missing xref entries to resolve build errors
1 parent 341e190 commit 1390d52

21 files changed

+46
-1
lines changed

src/architecture/principles.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ editors:
1818
url: https://protocol.ai/
1919
tags: ['architecture']
2020
order: 0
21+
xref:
22+
- trustless-gateway
23+
- http-routing-v1
2124
---
2225

2326
The IPFS stack is a suite of specifications and tools that share two key characteristics:

src/http-gateways/libp2p-gateway.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ editors:
1616
name: Shipyard
1717
url: https://ipshipyard.com
1818
xref:
19+
- http-routing-v1
1920
- path-gateway
2021
- trustless-gateway
2122
tags: ['httpGateways', 'lowLevelHttpGateways', 'exchange', 'transport']

src/http-gateways/path-gateway.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ xref:
4141
- dnslink-gateway
4242
- ipip-0402
4343
- ipip-0412
44+
- ipip-0288
45+
- ipns-record
4446
tags: ['httpGateways', 'lowLevelHttpGateways']
4547
order: 0
4648
---

src/http-gateways/subdomain-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ editors:
4040
name: Protocol Labs
4141
url: https://protocol.ai/
4242
xref:
43-
- url
4443
- html
4544
- path-gateway
45+
- url
4646
- web-redirects-file
4747
tags: ['httpGateways', 'webHttpGateways']
4848
order: 3

src/http-gateways/trustless-gateway.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ xref:
2323
- url
2424
- path-gateway
2525
- ipip-0412
26+
- ipns-record
2627
tags: ['httpGateways', 'lowLevelHttpGateways', 'exchange']
2728
order: 1
2829
---

src/ipips/ipip-0001.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ relatedIssues:
1212
- https://github.com/ipfs/specs/issues/286
1313
order: 1
1414
tags: ['ipips']
15+
xref:
16+
- subdomain-gateway
1517
---
1618

1719
This _InterPlanetary Improvement Proposal_ (IPIP) introduces a lightweight

src/ipips/ipip-0002.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ relatedIssues:
1717
- https://github.com/ipfs/ipfs-docs/pull/1275
1818
order: 2
1919
tags: ['ipips']
20+
xref:
21+
- web-redirects-file
22+
- path-gateway
2023
---
2124

2225
Provide support for URL redirects and rewrites for web sites hosted on Subdomain or DNSLink Gateways, thus enabling support for [single-page applications (SPAs)](https://en.wikipedia.org/wiki/Single-page_application), and avoiding [link rot](https://en.wikipedia.org/wiki/Link_rot) when moving to IPFS-backed hosting.

src/ipips/ipip-0288.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ relatedIssues:
1515
- https://github.com/ipfs/go-ipfs/pull/9034
1616
order: 288
1717
tags: ['ipips']
18+
xref:
19+
- path-gateway
20+
- trustless-gateway
21+
- http-routing-v1
1822
---
1923

2024
## Summary

src/ipips/ipip-0328.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ relatedIssues:
1919
- https://github.com/ipfs/kubo/issues/7552
2020
order: 328
2121
tags: ['ipips']
22+
xref:
23+
- path-gateway
2224
---
2325

2426
## Summary

src/ipips/ipip-0337.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ relatedIssues:
1212
- https://github.com/ipfs/specs/pull/337
1313
order: 337
1414
tags: ['ipips']
15+
xref:
16+
- http-routing-v1
17+
- ipns-record
1518
---
1619

1720
## Summary

0 commit comments

Comments
 (0)