Skip to content

Commit cf40bad

Browse files
MichaelMacaulayidalithbbenface
authored
updating recent changes (#897)
* updating recent changes * Changing cookbooks to how-to guides * redirects * Update nginx.conf * updating meta titles for each language --------- Co-authored-by: Idalith Bustos <[email protected]> Co-authored-by: benface <[email protected]>
1 parent c6c1919 commit cf40bad

File tree

435 files changed

+26351
-26392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

435 files changed

+26351
-26392
lines changed

nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ http {
7979
rewrite ^/docs/([a-zA-Z][a-zA-Z])/cookbook/timeseries/$ $scheme://$http_host/docs/$1/subgraphs/best-practices/timeseries/ permanent;
8080
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/cookbook/timeseries/$ $scheme://$http_host/docs/$1/subgraphs/best-practices/timeseries/ permanent;
8181
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;
82+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/cookbook/(.*?)/?$ $scheme://$http_host/docs/$1/subgraphs/guides/$2/ permanent;
8283
rewrite ^/docs/([a-zA-Z][a-zA-Z])/curating/$ $scheme://$http_host/docs/$1/resources/roles/curating/ permanent;
8384
rewrite ^/docs/([a-zA-Z][a-zA-Z])/delegating/$ $scheme://$http_host/docs/$1/resources/roles/delegating/delegating/ permanent;
8485
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;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"querying": "Querying",
33
"developing": "Developing",
4-
"cookbook": "Cookbook",
4+
"guides": "How-to Guides",
55
"best-practices": "Best Practices"
66
}

website/src/pages/ar/subgraphs/_meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export default {
66
querying: titles.querying,
77
developing: titles.developing,
88
billing: '',
9-
cookbook: titles.cookbook,
9+
guides: titles.guides,
1010
'best-practices': titles['best-practices'],
1111
}

website/src/pages/ar/subgraphs/cookbook/arweave.mdx

Lines changed: 0 additions & 239 deletions
This file was deleted.

0 commit comments

Comments
 (0)