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 @@ -150,6 +150,7 @@ http {
150150 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /studio/transferring-subgraph-ownership/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/managing/transferring-a-subgraph/ permanent;
151151 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /subgraphs/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/subgraphs/ permanent;
152152 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /substreams/$ $scheme ://$http_host /docs/$1 /substreams/introduction/ permanent;
153+ rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /substreams/sps/( .*) $ $scheme ://$http_host /docs/$1 /sps/$2 permanent;
153154 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /substreams/developing/sinks/sinks/$ $scheme ://$http_host /docs/$1 /substreams/developing/sinks/ permanent;
154155 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /sunrise/$ $scheme ://$http_host /docs/$1 /archived/sunrise/ permanent;
155156 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /supported-network-requirements/$ $scheme ://$http_host /docs/$1 /indexing/supported-network-requirements/ permanent;
You can’t perform that action at this time.
0 commit comments