From dcf9071965400280b40edf146c785c654f5d9c98 Mon Sep 17 00:00:00 2001 From: Enol <51820585+enoldev@users.noreply.github.com> Date: Sat, 21 Sep 2024 13:09:23 +0200 Subject: [PATCH] Redirects and fixes (#540) --- .gitbook.yaml | 15 +++++++++------ docs/SUMMARY.md | 6 +++--- .../{your-first-application => }/evm.md | 0 .../{your-first-application => }/injective.md | 0 .../{your-first-application => }/solana.md | 2 +- 5 files changed, 13 insertions(+), 10 deletions(-) rename docs/new/how-to-guides/{your-first-application => }/evm.md (100%) rename docs/new/how-to-guides/{your-first-application => }/injective.md (100%) rename docs/new/how-to-guides/{your-first-application => }/solana.md (91%) diff --git a/.gitbook.yaml b/.gitbook.yaml index f2bedd15..99d56a5c 100644 --- a/.gitbook.yaml +++ b/.gitbook.yaml @@ -64,9 +64,12 @@ redirects: intro-injective: ./new/how-to-guides/your-first-application/injective.md documentation/intro-getting-started: ./new/how-to-guides/your-first-application/intro-your-first-application.md documentation/intro-getting-started/intro-evm: ./new/how-to-guides/your-first-application/evm.md - documentation/intro-getting-started/intro-evm/evm-first-sps: ./new/how-to-guides/your-first-application/evm.md - documentation/intro-getting-started/intro-evm/emv-first-sql: ./new/how-to-guides/your-first-application/evm.md - documentation/intro-getting-started/intro-solana: ./new/how-to-guides/your-first-application/solana.md - documentation/intro-getting-started/intro-injective: ./new/how-to-guides/your-first-application/injective.md - documentation/intro-getting-started/intro-injective/injective-first-sql: ./new/how-to-guides/your-first-application/injective.md - documentation/intro-getting-started/intro-injective/injective-first-sps: ./new/how-to-guides/your-first-application/injective.md \ No newline at end of file + documentation/intro-getting-started/intro-evm/evm-first-sps: ./new/how-to-guides/evm.md + documentation/intro-getting-started/intro-evm/emv-first-sql: ./new/how-to-guides/evm.md + documentation/intro-getting-started/intro-solana: ./new/how-to-guides/solana.md + documentation/intro-getting-started/intro-injective: ./new/how-to-guides/injective.md + documentation/intro-getting-started/intro-injective/injective-first-sql: ./new/how-to-guides/injective.md + documentation/intro-getting-started/intro-injective/injective-first-sps: ./new/how-to-guides/injective.md + documentation/how-to-guides/intro-your-first-application/solana: ./new/how-to-guides/solana.md + documentation/how-to-guides/intro-your-first-application/evm: ./new/how-to-guides/evm.md + documentation/how-to-guides/intro-your-first-application/injective: ./new/how-to-guides/injective.md \ No newline at end of file diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index c672ab64..39f7d3f6 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -5,9 +5,9 @@ ## Documentation * [How-To Guides](new/getting-started/intro-how-to-guides.md) - * [Initialize an EVM Substreams Project](new/how-to-guides/your-first-application/evm.md) - * [Initialize an Solana Substreams Project](new/how-to-guides/your-first-application/solana.md) - * [Initialize an Injective Substreams Project](new/how-to-guides/your-first-application/injective.md) + * [Initialize an EVM Substreams Project](new/how-to-guides/evm.md) + * [Initialize a Solana Substreams Project](new/how-to-guides/solana.md) + * [Initialize an Injective Substreams Project](new/how-to-guides/injective.md) * [Consume Substreams](new/consume/consume.md) * [Install the CLI](new/common/installing-the-cli.md) * [Authentication](new/common/authentication.md) diff --git a/docs/new/how-to-guides/your-first-application/evm.md b/docs/new/how-to-guides/evm.md similarity index 100% rename from docs/new/how-to-guides/your-first-application/evm.md rename to docs/new/how-to-guides/evm.md diff --git a/docs/new/how-to-guides/your-first-application/injective.md b/docs/new/how-to-guides/injective.md similarity index 100% rename from docs/new/how-to-guides/your-first-application/injective.md rename to docs/new/how-to-guides/injective.md diff --git a/docs/new/how-to-guides/your-first-application/solana.md b/docs/new/how-to-guides/solana.md similarity index 91% rename from docs/new/how-to-guides/your-first-application/solana.md rename to docs/new/how-to-guides/solana.md index 979c193e..dcb582ce 100644 --- a/docs/new/how-to-guides/your-first-application/solana.md +++ b/docs/new/how-to-guides/solana.md @@ -1,4 +1,4 @@ -In this guide, you'll learn how to initialize an Solana-based Substreams project. You’ll learn how to set up a simple project to extract raw data or filter Solana transactions based on Program IDs and Account IDs. +In this guide, you'll learn how to initialize a Solana-based Substreams project. You’ll learn how to set up a simple project to extract raw data or filter Solana transactions based on Program IDs and Account IDs. ## Prerequisites