@@ -102,7 +102,7 @@ http {
102
102
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/graph-ts/CHANGELOG/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/creating/graph-ts/CHANGELOG/ permanent;
103
103
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;
104
104
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 /substreams/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;
106
106
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/supported-networks/$ $scheme ://$http_host /docs/$1 /supported-networks/ permanent;
107
107
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /developing/unit-testing-framework/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/creating/unit-testing-framework/ permanent;
108
108
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /explorer/$ $scheme ://$http_host /docs/$1 /subgraphs/explorer/ permanent;
@@ -140,6 +140,7 @@ http {
140
140
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;
141
141
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;
142
142
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/sps-faq/$ $scheme ://$http_host /docs/$1 /substreams/sps/faq/ permanent;
143
144
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /sps/( .*) $ $scheme ://$http_host /docs/$1 /substreams/sps/$2 permanent;
144
145
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /studio/billing/$ $scheme ://$http_host /docs/$1 /subgraphs/billing/ permanent;
145
146
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /studio/deploy-subgraph-studio/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/deploying/using-subgraph-studio/ permanent;
@@ -152,7 +153,6 @@ http {
152
153
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /substreams/$ $scheme ://$http_host /docs/$1 /substreams/quick-start/ permanent;
153
154
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /substreams/developing/sinks/sinks/$ $scheme ://$http_host /docs/$1 /substreams/developing/sinks/ permanent;
154
155
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /substreams/sps/$ $scheme ://$http_host /docs/$1 /substreams/sps/introduction/ permanent;
155
- rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /substreams/sps/triggers-example/$ $scheme ://$http_host /docs/$1 /substreams/sps/tutorial/ permanent;
156
156
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /sunrise/$ $scheme ://$http_host /docs/$1 /archived/sunrise/ permanent;
157
157
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /supported-network-requirements/$ $scheme ://$http_host /docs/$1 /indexing/supported-network-requirements/ permanent;
158
158
rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /supported-networks/arweave/$ $scheme ://$http_host /docs/$1 /subgraphs/cookbook/arweave/ permanent;
0 commit comments