@@ -37,9 +37,9 @@ Core development knowledge including:
3737Performance best practices from The Graph docs:
3838
3939- Pruning with indexerHints
40- - Arrays with @derivedFrom
40+ - Arrays with ` @derivedFrom `
4141- Immutable entities and Bytes as IDs
42- - Avoiding eth_calls
42+ - Avoiding ` eth_calls `
4343- Timeseries and aggregations
4444- Grafting for hotfixes
4545
@@ -94,13 +94,12 @@ Once installed, the AI assistant will have access to subgraph development expert
9494
9595## Resources
9696
97- - [ The Graph Documentation] ( https://thegraph.com/docs/ )
98- - [ Subgraph Best Practices] ( https://thegraph.com/docs/en/subgraphs/best-practices/pruning/ )
99- - [ Subgraph Composition] ( https://thegraph.com/docs/en/subgraphs/guides/subgraph-composition/ ) - Combine multiple subgraphs
100- - [ Subgraph Linter] ( https://thegraph.com/docs/en/subgraphs/developing/subgraph-linter/ ) - Static analysis tool
101- - [ Subgraph Uncrashable] ( https://thegraph.com/docs/en/subgraphs/developing/subgraph-uncrashable/ ) - Safe code generation
102- - [ Matchstick Testing Framework] ( https://thegraph.com/docs/en/subgraphs/developing/creating/unit-testing-framework/ )
103- - [ AssemblyScript API] ( https://thegraph.com/docs/en/subgraphs/developing/creating/assemblyscript-api/ )
97+ - [ Subgraph Best Practices] ( /subgraphs/best-practices/pruning/ )
98+ - [ Subgraph Composition] ( /subgraphs/guides/subgraph-composition/ ) - Combine multiple subgraphs
99+ - [ Subgraph Linter] ( /subgraphs/developing/subgraph-linter/ ) - Static analysis tool
100+ - [ Subgraph Uncrashable] ( /subgraphs/developing/subgraph-uncrashable/ ) - Safe code generation
101+ - [ Matchstick Testing Framework] ( /subgraphs/developing/creating/unit-testing-framework/ )
102+ - [ AssemblyScript API] ( /subgraphs/developing/creating/assemblyscript-api/ )
104103
105104## Platforms
106105
0 commit comments