This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +7536
-8887
lines changed
Expand file tree Collapse file tree 12 files changed +7536
-8887
lines changed Original file line number Diff line number Diff line change @@ -393,13 +393,13 @@ export default withBundleAnalyzer(
393393 permanent : true ,
394394 } ,
395395 {
396- source : "/indexer/custom-processors/e2e-tutorial " ,
397- destination : "/en/build/indexer/custom-processors/e2e-tutorial " ,
396+ source : "/indexer/indexer-sdk/quickstart " ,
397+ destination : "/en/build/indexer/indexer-sdk/quickstart " ,
398398 permanent : true ,
399399 } ,
400400 {
401- source : "/indexer/custom-processors /parsing-txns" ,
402- destination : "/en/build/indexer/custom-processors /parsing-txns" ,
401+ source : "/indexer/indexer-sdk/documentation /parsing-txns" ,
402+ destination : "/en/build/indexer/indexer-sdk/documentation /parsing-txns" ,
403403 permanent : true ,
404404 } ,
405405 {
Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ If the hosted Indexer API is not enough, you can customize and host your own ver
107107 <Card.Title >Architecture</Card.Title >
108108 <Card.Description >Detailed layout of the Indexer's architecture.</Card.Description >
109109 </Card >
110- <Card href = " indexer/custom-processors " >
111- <Card.Title >Custom Processors </Card.Title >
112- <Card.Description >Customize way data is processed and shared in the Indexer</Card.Description >
110+ <Card href = " indexer/indexer-sdk " >
111+ <Card.Title >Indexer SDK </Card.Title >
112+ <Card.Description >Create a custom processor with the Indexer SDK </Card.Description >
113113 </Card >
114114 <Card href = " indexer/txn-stream" >
115115 <Card.Title >Transaction Streaming Service</Card.Title >
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ export default {
1616 type : "separator" ,
1717 title : "Indexer Customizations (Advanced)" ,
1818 } ,
19- "custom-processors " : {
20- title : "Custom Processors " ,
19+ "indexer-sdk " : {
20+ title : "Indexer SDK " ,
2121 } ,
2222 "txn-stream" : {
2323 title : "Transaction Stream Service" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments