Skip to content

Commit

Permalink
best practices link changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrein committed Nov 27, 2024
1 parent 0a48795 commit f139d7c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/pages/en/cookbook/derivedfrom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ To learn more detailed strategies to avoid large arrays, read this blog from Kev

### 5. [Simplify and Optimize with Timeseries and Aggregations](https://thegraph.com/docs/en/cookbook/timeseries/)

### 6. [Use Grafting for Quick Hotfix Deployment](https://thegraph.com/docs/en/cookbook/grafting-hotfix/)
### 6. [Use Grafting for Quick Hotfix Deployment](https://thegraph.com/docs/en/cookbook/grafting-hotfix/)
2 changes: 1 addition & 1 deletion website/pages/en/cookbook/grafting-hotfix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ By incorporating grafting into your subgraph development workflow, you can enhan

### 5. [Simplify and Optimize with Timeseries and Aggregations](https://thegraph.com/docs/en/cookbook/timeseries/)

### 6. [Use Grafting for Quick Hotfix Deployment](https://thegraph.com/docs/en/cookbook/grafting-hotfix/)
### 6. [Use Grafting for Quick Hotfix Deployment](https://thegraph.com/docs/en/cookbook/grafting-hotfix/)
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ Read more about using Immutable Entities and Bytes as IDs in this blog post by D

### 5. [Simplify and Optimize with Timeseries and Aggregations](https://thegraph.com/docs/en/cookbook/timeseries/)

### 6. [Use Grafting for Quick Hotfix Deployment](https://thegraph.com/docs/en/cookbook/grafting-hotfix/)
### 6. [Use Grafting for Quick Hotfix Deployment](https://thegraph.com/docs/en/cookbook/grafting-hotfix/)
3 changes: 1 addition & 2 deletions website/pages/en/cookbook/pruning.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dataSources:

Pruning using `indexerHints` is a best practice for subgraph development, offering significant query performance improvements.


## Subgraph Best Practices

### 1. [Improve Query Speed with Subgraph Pruning](https://thegraph.com/docs/en/cookbook/pruning/)
Expand All @@ -53,4 +52,4 @@ Pruning using `indexerHints` is a best practice for subgraph development, offeri

### 5. [Simplify and Optimize with Timeseries and Aggregations](https://thegraph.com/docs/en/cookbook/timeseries/)

### 6. [Use Grafting for Quick Hotfix Deployment](https://thegraph.com/docs/en/cookbook/grafting-hotfix/)
### 6. [Use Grafting for Quick Hotfix Deployment](https://thegraph.com/docs/en/cookbook/grafting-hotfix/)
2 changes: 1 addition & 1 deletion website/pages/en/cookbook/timeseries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ By adopting this pattern, developers can build more efficient and scalable subgr

### 5. [Simplify and Optimize with Timeseries and Aggregations](https://thegraph.com/docs/en/cookbook/timeseries/)

### 6. [Use Grafting for Quick Hotfix Deployment](https://thegraph.com/docs/en/cookbook/grafting-hotfix/)
### 6. [Use Grafting for Quick Hotfix Deployment](https://thegraph.com/docs/en/cookbook/grafting-hotfix/)

0 comments on commit f139d7c

Please sign in to comment.