Skip to content

Commit

Permalink
Redirects and fixes (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
enoldev authored Sep 21, 2024
1 parent b094008 commit dcf9071
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
15 changes: 9 additions & 6 deletions .gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
6 changes: 3 additions & 3 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit dcf9071

Please sign in to comment.