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;
78+ rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /cookbook/substreams-powered-subgraphs/$ $scheme ://$http_host /docs/$1 /sps/introduction/ permanent;
7979 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /subgraphs/cookbook/substreams-powered-subgraphs/$ $scheme ://$http_host /docs/$1 /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;
@@ -140,6 +140,7 @@ 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;
143144 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /sps/triggers-example/$ $scheme ://$http_host /docs/$1 /sps/tutorial/ permanent;
144145 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /studio/billing/$ $scheme ://$http_host /docs/$1 /subgraphs/billing/ permanent;
145146 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /studio/deploy-subgraph-studio/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/deploying/using-subgraph-studio/ permanent;
@@ -148,8 +149,8 @@ http {
148149 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /studio/studio-faq/$ $scheme ://$http_host /docs/$1 /resources/subgraph-studio-faq/ permanent;
149150 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /studio/subgraph-studio/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/deploying/using-subgraph-studio/ permanent;
150151 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /studio/transferring-subgraph-ownership/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/managing/transferring-a-subgraph/ permanent;
151- rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /subgraphs/$ $scheme ://$http_host /docs/$1 /subgraphs/developing/subgraphs/ permanent;
152- rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /substreams/$ $scheme ://$http_host /docs/$1 /substreams/introduction/ permanent;
152+ rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /subgraphs/$ $scheme ://$http_host /docs/$1 /subgraphs/quick-start/ permanent;
153+ rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /substreams/$ $scheme ://$http_host /docs/$1 /substreams/quick-start/ permanent;
153154 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /substreams/sps/( .*) $ $scheme ://$http_host /docs/$1 /sps/$2 permanent;
154155 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /substreams/developing/sinks/sinks/$ $scheme ://$http_host /docs/$1 /substreams/developing/sinks/ permanent;
155156 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /sunrise/$ $scheme ://$http_host /docs/$1 /archived/sunrise/ permanent;
@@ -158,6 +159,7 @@ http {
158159 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /supported-networks/near/$ $scheme ://$http_host /docs/$1 /subgraphs/cookbook/near/ permanent;
159160 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /tap/$ $scheme ://$http_host /docs/$1 /indexing/tap/ permanent;
160161 rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /tokenomics/$ $scheme ://$http_host /docs/$1 /resources/tokenomics/ permanent;
162+ rewrite ^/docs/( [a-zA-Z][a-zA-Z]) /token-api/$ $scheme ://$http_host /docs/$1 /token-api/quick-start/ permanent;
161163
162164 # Temporary redirects (302)
163165 rewrite ^/docs/en/querying/graph-client/$ $scheme ://$http_host /docs/en/subgraphs/querying/graph-client/README/ redirect;
0 commit comments