File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
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;
97
98
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/creating-a-subgraph/assemblyscript-mappings/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/creating/assemblyscript-mappings/ permanent;
98
99
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/creating-a-subgraph/advanced/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/creating/advanced/ permanent;
99
100
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/defining-a-subgraph/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/creating/starting-your-subgraph/ permanent;
100
- rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developer/quick-start/$ $scheme ://$http_host /docs/$1 /subgraphs/quick-start/ permanent;
101
101
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/developer-faqs/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/developer-faq/ permanent;
102
102
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/graph-ts/api/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/creating/graph-ts/api/ permanent;
103
103
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/graph-ts/CHANGELOG/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/creating/graph-ts/CHANGELOG/ permanent;
You can’t perform that action at this time.
0 commit comments