Skip to content

Commit

Permalink
Add tutorial redirects (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
enoldev authored Jan 19, 2024
1 parent 65442ec commit 609cb05
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 89 deletions.
24 changes: 20 additions & 4 deletions .gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ structure:
summary: SUMMARY.md

redirects:
concepts-and-fundamentals/benefits: ./README.md
concepts-and-fundamentals/fundamentals: ./README.md
concepts-and-fundamentals/modules: ./new/common/manifest-modules.md
developers-guide/creating-protobuf-schema: ./new/develop/creating-protobuf-schemas.md
developers-guide/creating-your-manifest: ./new/common/manifest-modules.md
developers-guide/gui: ./new/common/manifest-modules.md
developers-guide/installation-requirements: ./new/common/installing-the-cli.md
developers-guide/overview: ./new/common/introduction.md
developers-guide/overview: ./new/develop/init-project.md
developers-guide/parallel-execution: ./new/develop/architecture.md
developers-guide/running-substreams: ./new/common/running-substreams.md
developers-guide/modules/inputs: ./new/develop/modules/inputs.md
Expand All @@ -22,10 +24,10 @@ redirects:
developers-guide/cookbook/dynamic-data-sources: ./new/develop/modules/dynamic-data-sources.md
developers-guide/cookbook/factory-params: ./new/develop/parameterized-modules.md
developers-guide/cookbook/keys-in-stores: ./new/develop/modules/keys-in-stores.md
developers-guide/sink-targets/substreams-powered-subgraph: ./new/consume/subgraph/quickstart.md
developers-guide/sink-targets/substreams-sink-sql: ./new/consume/sql/introduction.md
developers-guide/sink-targets/substreams-powered-subgraph: ./new/consume/subgraph/subgraph.md
developers-guide/sink-targets/substreams-sink-sql: ./new/consume/sql/sql.md
getting-started/installing-the-cli: ./new/common/installing-the-cli.md
getting-started/quickstart: ./new/common/introduction.md
getting-started/quickstart: ./new/develop/init-project.md
references-and-specs/chains-and-endpoints: ./new/references/chains-and-endpoints.md
references-and-specs/command-line-interface: ./new/references/command-line-interface.md
references-and-specs/examples: ./new/tutorials/overview.md
Expand All @@ -36,6 +38,20 @@ redirects:
references-and-specs/rust-crates: ./new/develop/rust-crates.md
glossary/glossary: ./new/references/glossary.md
quick-access/change-log: ./new/references/change-log.md
tutorials/from-ethereum-address-to-sql: ./new/consume/sql/deployable-services/remote-service.md
tutorials/substreams-sql: ./new/consume/sql/deployable-services/local-service.md
tutorials/exploring-ethereum: ./new/tutorials/evm/exploring-ethereum.md
tutorials/exploring-ethereum/overview: ./new/tutorials/evm/exploring-ethereum.md
tutorials/exploring-ethereum/map_block_meta_module: ./new/tutorials/evm/exploring-ethereum/map_block_meta_module.md
tutorials/exploring-ethereum/map_filter_transactions_module: ./new/tutorials/evm/exploring-ethereum/map_filter_transactions_module.md
tutorials/exploring-ethereum/map_contract_events_module: ./new/tutorials/evm/exploring-ethereum/map_contract_events_module.md
tutorials/rust/overview: ./new/tutorials/rust/overview.md
tutorials/rust: ./new/tutorials/rust/overview.md
tutorials/rust/option: ./new/tutorials/rust/option.md
tutorials/rust/result: ./new/tutorials/rust/result.md
tutorials/eth-calls: ./new/develop/chain-specific/evm/eth-calls.md





6 changes: 0 additions & 6 deletions docs/new/common/introduction.md

This file was deleted.

79 changes: 0 additions & 79 deletions docs/new/tutorials/ethereum/exploring-ethereum/overview.md

This file was deleted.

0 comments on commit 609cb05

Please sign in to comment.