File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 84
84
rewrite ^/docs/([a-zA-Z][a-zA-Z])/supported-networks/cosmos/$ $scheme ://$http_host /docs/$1 /cookbook/cosmos/ permanent;
85
85
rewrite ^/docs/([a-zA-Z][a-zA-Z])/supported-networks/near/$ $scheme ://$http_host /docs/$1 /cookbook/near/ permanent;
86
86
rewrite ^/docs/([a-zA-Z][a-zA-Z])/developing/defining-a-subgraph/$ $scheme ://$http_host /docs/$1 /developing/creating-a-subgraph/ permanent;
87
+ rewrite ^/docs/([a-zA-Z][a-zA-Z])/arbitrum-faq/$ $scheme ://$http_host /docs/$1 /arbitrum/arbitrum-faq/ permanent;
87
88
88
89
# Temporary redirects (302)
89
90
rewrite ^/docs/en/substreams/$ $scheme ://$http_host /docs/en/substreams/README/ redirect;
Original file line number Diff line number Diff line change @@ -52,6 +52,11 @@ export default withNextra({
52
52
destination : '/en/substreams/README/' ,
53
53
permanent : false ,
54
54
} ,
55
+ {
56
+ source : '/en/arbitrum-faq/' ,
57
+ destination : '/en/arbitrum/arbitrum-faq/' ,
58
+ permanent : true ,
59
+ } ,
55
60
{
56
61
source : '/en/firehose/' ,
57
62
destination : '/en/firehose/README/' ,
You can’t perform that action at this time.
0 commit comments