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 97
97
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
98
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/creating-a-subgraph/advanced/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/creating/advanced/ permanent;
99
99
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;
100
101
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/developer-faqs/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/developer-faq/ permanent;
101
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;
102
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