Skip to content

Commit 13f99d3

Browse files
authored
Merge pull request #758 from filecoin-project/phi/add-aliases-to-curio-overview
fix: add aliases to /curio/overview page, to prevent broken links
2 parents 09543ee + 8c488d2 commit 13f99d3

File tree

3 files changed

+33
-39
lines changed

3 files changed

+33
-39
lines changed

config/_default/menus/menus.en.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@
106106
identifier = "storage-providers-advanced-configurations"
107107
url = "/storage-providers/advanced-configurations"
108108

109-
[[storage-providers]]
110-
name = "Curio"
111-
weight = 60
112-
identifier = "curio"
113-
url = "/storage-providers/curio"
109+
#[[storage-providers]]
110+
# name = "Curio"
111+
# weight = 60
112+
# identifier = "curio"
113+
# url = "https://docs.curiostorage.org"
114114

115115

116116
[[tutorials]]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Overview"
3+
description: "This section covers a overview of what Curio is, and how it relates to the Lotus-Miner"
4+
draft: false
5+
menu:
6+
storage-providers:
7+
parent: "curio"
8+
aliases:
9+
- /storage-providers/lotus-provider/overview
10+
- /storage-providers/lotus-provider/setup
11+
- /storage-providers/curio/cli
12+
- /storage-providers/curio/design
13+
- /storage-providers/curio/setup
14+
- /storage-providers/curio/config
15+
- /storage-providers/curio/install
16+
- /storage-providers/curio/local-network
17+
- /storage-providers/curio/sealing
18+
- /storage-providers/curio/tasks
19+
- /storage-providers/curio/ui
20+
weight: 105
21+
toc: true
22+
---
23+
24+
<p>Curio documents have been moved. If you are not redirected, <a href="https://docs.curiostorage.org">click here</a>.</p>
25+
26+
<script type="text/javascript">
27+
window.location.href = "https://docs.curiostorage.org";
28+
</script>

content/en/storage-providers/curio/overview.md

-34
This file was deleted.

0 commit comments

Comments
 (0)