@@ -75,12 +75,12 @@ http {
7575 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /cookbook/quick-start/$ $scheme ://$http_host /docs/$1 /subgraphs/quick-start/ permanent;
7676 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /cookbook/subgraph-debug-forking/$ $scheme ://$http_host /docs/$1 /subgraphs/cookbook/subgraph-debug-forking/ permanent;
7777 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /cookbook/subgraph-uncrashable/$ $scheme ://$http_host /docs/$1 /subgraphs/cookbook/subgraph-uncrashable/ permanent;
78- rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /cookbook/substreams-powered-subgraphs/$ $scheme ://$http_host /docs/$1 /sps/introduction/ permanent;
79- rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /subgraphs/cookbook/substreams-powered-subgraphs/$ $scheme ://$http_host /docs/$1 /sps/introduction/ permanent;
78+ rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /cookbook/substreams-powered-subgraphs/$ $scheme ://$http_host /docs/$1 /substreams/ sps/introduction/ permanent;
79+ rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /subgraphs/cookbook/substreams-powered-subgraphs/$ $scheme ://$http_host /docs/$1 /substreams/ sps/introduction/ permanent;
8080 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /cookbook/timeseries/$ $scheme ://$http_host /docs/$1 /subgraphs/best-practices/timeseries/ permanent;
8181 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /subgraphs/cookbook/timeseries/$ $scheme ://$http_host /docs/$1 /subgraphs/best-practices/timeseries/ permanent;
8282 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /cookbook/transfer-to-the-graph/$ $scheme ://$http_host /docs/$1 /subgraphs/cookbook/transfer-to-the-graph/ permanent;
83- rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /subgraphs/cookbook/( .*? ) /? $ $scheme ://$http_host /docs/$1 /subgraphs/guides/$2 / permanent;
83+ rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /subgraphs/cookbook/( .*) $ $scheme ://$http_host /docs/$1 /subgraphs/guides/$2 permanent;
8484 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /curating/$ $scheme ://$http_host /docs/$1 /resources/roles/curating/ permanent;
8585 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /delegating/$ $scheme ://$http_host /docs/$1 /resources/roles/delegating/delegating/ permanent;
8686 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /deploying/deploy-using-subgraph-studio/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/deploying/using-subgraph-studio/ permanent;
@@ -102,7 +102,7 @@ http {
102102 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/graph-ts/CHANGELOG/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/creating/graph-ts/CHANGELOG/ permanent;
103103 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/graph-ts/common-issues/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/creating/graph-ts/common-issues/ permanent;
104104 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/graph-ts/README/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/creating/graph-ts/README/ permanent;
105- rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/substreams-powered-subgraphs-faq/$ $scheme ://$http_host /docs/$1 /sps /sps- faq/ permanent;
105+ rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/substreams-powered-subgraphs-faq/$ $scheme ://$http_host /docs/$1 /substreams /sps/ faq/ permanent;
106106 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/supported-networks/$ $scheme ://$http_host /docs/$1 /supported-networks/ permanent;
107107 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/unit-testing-framework/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/creating/unit-testing-framework/ permanent;
108108 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /explorer/$ $scheme ://$http_host /docs/$1 /subgraphs/explorer/ permanent;
@@ -140,8 +140,8 @@ http {
140140 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /resources/release-notes/assemblyscript-migration-guide/$ $scheme ://$http_host /docs/$1 /resources/migration-guides/assemblyscript-migration-guide/ permanent;
141141 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /release-notes/graphql-validations-migration-guide/$ $scheme ://$http_host /docs/$1 /resources/migration-guides/graphql-validations-migration-guide/ permanent;
142142 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /resources/release-notes/graphql-validations-migration-guide/$ $scheme ://$http_host /docs/$1 /resources/migration-guides/graphql-validations-migration-guide/ permanent;
143- rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /sps/$ $scheme ://$http_host /docs/$1 /sps/introduction/ permanent;
144- rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /sps/triggers-example/ $ $scheme ://$http_host /docs/$1 /sps/tutorial/ permanent;
143+ rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /sps/sps-faq/ $ $scheme ://$http_host /docs/$1 /substreams/ sps/faq/ permanent;
144+ rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /sps/( .* ) $ $scheme ://$http_host /docs/$1 /substreams/ sps/$2 permanent;
145145 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /studio/billing/$ $scheme ://$http_host /docs/$1 /subgraphs/billing/ permanent;
146146 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /studio/deploy-subgraph-studio/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/deploying/using-subgraph-studio/ permanent;
147147 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /studio/managing-api-keys/$ $scheme ://$http_host /docs/$1 /subgraphs/querying/managing-api-keys/ permanent;
@@ -151,16 +151,15 @@ http {
151151 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /studio/transferring-subgraph-ownership/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/managing/transferring-a-subgraph/ permanent;
152152 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /subgraphs/$ $scheme ://$http_host /docs/$1 /subgraphs/quick-start/ permanent;
153153 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /substreams/$ $scheme ://$http_host /docs/$1 /substreams/quick-start/ permanent;
154- rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /substreams/sps/( .*) $ $scheme ://$http_host /docs/$1 /sps/$2 permanent;
155154 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /substreams/developing/sinks/sinks/$ $scheme ://$http_host /docs/$1 /substreams/developing/sinks/ permanent;
155+ rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /substreams/sps/$ $scheme ://$http_host /docs/$1 /substreams/sps/introduction/ permanent;
156156 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /sunrise/$ $scheme ://$http_host /docs/$1 /archived/sunrise/ permanent;
157157 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /supported-network-requirements/$ $scheme ://$http_host /docs/$1 /indexing/supported-network-requirements/ permanent;
158158 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /supported-networks/arweave/$ $scheme ://$http_host /docs/$1 /subgraphs/cookbook/arweave/ permanent;
159159 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /supported-networks/near/$ $scheme ://$http_host /docs/$1 /subgraphs/cookbook/near/ permanent;
160160 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /tap/$ $scheme ://$http_host /docs/$1 /indexing/tap/ permanent;
161161 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /tokenomics/$ $scheme ://$http_host /docs/$1 /resources/tokenomics/ permanent;
162162 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /token-api/$ $scheme ://$http_host /docs/$1 /token-api/quick-start/ permanent;
163-
164163 # Temporary redirects (302)
165164 rewrite ^/docs/en/querying/graph-client/$ $scheme ://$http_host /docs/en/subgraphs/querying/graph-client/README/ redirect;
166165 rewrite ^/docs/en/developing/graph-ts/$ $scheme ://$http_host /docs/en/subgraphs/developing/creating/graph-ts/README/ redirect;
0 commit comments