From 4ddad43966aaa0bcc2eb3dd36a512ea8199602c5 Mon Sep 17 00:00:00 2001 From: Barbara Peric Date: Thu, 20 Mar 2025 10:24:14 +0000 Subject: [PATCH 1/2] feat: add new redirects --- .gitbook.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitbook.yaml b/.gitbook.yaml index 05534413f..ae97f9b63 100644 --- a/.gitbook.yaml +++ b/.gitbook.yaml @@ -5,6 +5,7 @@ structure: summary: SUMMARY.md redirects: + $: basics/what-is-filecoin/README.md about-filecoin/chat-and-discussion-forums: basics/project-and-community/chat-and-discussion-forums.md about-filecoin/contribution-tutorial: basics/project-and-community/ways-to-contribute.md about-filecoin/faq: smart-contracts/fundamentals/faqs.md @@ -75,6 +76,7 @@ redirects: build/get-building/storage-helpers: basics/how-storage-works/storage-onramps.md build/get-started: smart-contracts/fundamentals/the-fvm.md build/local-devnet: networks/local-testnet/README.md + build/lotus: nodes/implementations/lotus.md build/lotus/api-token-generation: reference/built-in-actors/protocol-api.md build/lotus/api-tokens: nodes/implementations/lotus.md build/overview: smart-contracts/fundamentals/the-fvm.md @@ -203,6 +205,7 @@ redirects: get-started/go-filecoin-tutorial/Home: nodes/implementations/README.md get-started/go-filecoin-tutorial/Storing-on-Filecoin: nodes/implementations/lotus.md get-started/go-filecoin-tutorial/storing-on-filecoin: basics/what-is-filecoin/storage-market.md + get-started/go-filecoin-tutorial/troubleshooting-&-faq.html: nodes/implementations/lotus.md get-started/lotus/chain-snapshots: networks/mainnet/README.md get-started/lotus/chain: nodes/implementations/lotus.md get-started/lotus/configuration-and-advanced-usage: storage-providers/architecture/lotus-components.md @@ -277,6 +280,7 @@ redirects: mine/lotus: nodes/implementations/lotus.md mine/mining-architectures: storage-providers/infrastructure/reference-architectures.md mine/mining-rewards: storage-providers/filecoin-economics/block-rewards.md + mine/mining-troubleshooting: storage-providers/basics/README.md mine/slashing: storage-providers/filecoin-economics/slashing.md mine/spacerace: storage-providers/basics/README.md mine: storage-providers/basics/README.md @@ -348,6 +352,8 @@ redirects: storage-provider/basics/how-providing-storage-works: basics/what-is-filecoin/storage-model.md storage-provider/basics/overview: storage-providers/basics/README.md storage-provider/filecoin-deals/filecoin-programs: storage-providers/filecoin-deals/filecoin-programs.md + storage-providers/filecoin-deals/filecoin-programs/sign-in: storage-providers/filecoin-deals/filecoin-programs.md + storage-providers/filecoin-deals/filecoin-programs/sign-up: storage-providers/filecoin-deals/filecoin-programs.md storage-provider/hardware-requirements: storage-providers/skills/storage.md storage-provider/hardware/architectures: storage-providers/infrastructure/reference-architectures.md storage-provider/hardware/hardware-requirements: storage-providers/infrastructure/reference-architectures.md From 234808193370ff44fd8ba82cd8be4660444f09f3 Mon Sep 17 00:00:00 2001 From: Barbara Peric Date: Fri, 21 Mar 2025 12:16:33 +0000 Subject: [PATCH 2/2] fix: remove $ redirect --- .gitbook.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitbook.yaml b/.gitbook.yaml index ae97f9b63..c3ab7868c 100644 --- a/.gitbook.yaml +++ b/.gitbook.yaml @@ -5,7 +5,6 @@ structure: summary: SUMMARY.md redirects: - $: basics/what-is-filecoin/README.md about-filecoin/chat-and-discussion-forums: basics/project-and-community/chat-and-discussion-forums.md about-filecoin/contribution-tutorial: basics/project-and-community/ways-to-contribute.md about-filecoin/faq: smart-contracts/fundamentals/faqs.md