Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ http {
rewrite ^/docs/([a-zA-Z][a-zA-Z])/cookbook/timeseries/$ $scheme://$http_host/docs/$1/subgraphs/best-practices/timeseries/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/cookbook/timeseries/$ $scheme://$http_host/docs/$1/subgraphs/best-practices/timeseries/ permanent;
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;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/cookbook/subgraph-uncrashable$ $scheme://$http_host/docs/$1/subgraphs/developing/creating/install-the-cli/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/cookbook/(.*?)/?$ $scheme://$http_host/docs/$1/subgraphs/guides/$2/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/curating/$ $scheme://$http_host/docs/$1/resources/roles/curating/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/delegating/$ $scheme://$http_host/docs/$1/resources/roles/delegating/delegating/ permanent;
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;
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/ar/subgraphs/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export default {
querying: titles.querying,
developing: titles.developing,
billing: '',
cookbook: titles.cookbook,
guides: titles.guides,
'best-practices': titles['best-practices'],
}
239 changes: 0 additions & 239 deletions website/src/pages/ar/subgraphs/cookbook/arweave.mdx

This file was deleted.

Loading
Loading