File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 89
89
rewrite ^/docs/([a-zA-Z][a-zA-Z])/deploying/subgraph-studio-faqs/$ $scheme ://$http_host /docs/$1 /resources/subgraph-studio-faq/ permanent;
90
90
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/developing/deploying/subgraph-studio-faq/$ $scheme ://$http_host /docs/$1 /resources/subgraph-studio-faq/ permanent;
91
91
rewrite ^/docs/([a-zA-Z][a-zA-Z])/deploying/subgraph-studio/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/deploying/using-subgraph-studio/ permanent;
92
+ rewrite ^/docs/([a-zA-Z][a-zA-Z])/developer/quick-start/$ $scheme ://$http_host /docs/$1 /subgraphs/quick-start/ permanent;
92
93
rewrite ^/docs/([a-zA-Z][a-zA-Z])/developing/assemblyscript-api/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/creating/graph-ts/api/ permanent;
93
94
rewrite ^/docs/([a-zA-Z][a-zA-Z])/developing/creating-a-subgraph/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/creating/starting-your-subgraph/ permanent;
94
95
rewrite ^/docs/([a-zA-Z][a-zA-Z])/developing/creating-a-subgraph/starting-your-subgraph/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/creating/starting-your-subgraph/ permanent;
You can’t perform that action at this time.
0 commit comments