Skip to content

Commit 761d9d0

Browse files
committed
/sps/sps-faq/ => /sps/faq/
1 parent b3847ac commit 761d9d0

Some content is hidden

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

87 files changed

+87
-45
lines changed

nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ http {
102102
rewrite ^/docs/([a-zA-Z][a-zA-Z])/developing/graph-ts/CHANGELOG/$ $scheme://$http_host/docs/$1/subgraphs/developing/creating/graph-ts/CHANGELOG/ permanent;
103103
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;
104104
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;
106106
rewrite ^/docs/([a-zA-Z][a-zA-Z])/developing/supported-networks/$ $scheme://$http_host/docs/$1/supported-networks/ permanent;
107107
rewrite ^/docs/([a-zA-Z][a-zA-Z])/developing/unit-testing-framework/$ $scheme://$http_host/docs/$1/subgraphs/developing/creating/unit-testing-framework/ permanent;
108108
rewrite ^/docs/([a-zA-Z][a-zA-Z])/explorer/$ $scheme://$http_host/docs/$1/subgraphs/explorer/ 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/sps-faq/$ $scheme://$http_host/docs/$1/substreams/sps/faq/ permanent;
143144
rewrite ^/docs/([a-zA-Z][a-zA-Z])/sps/(.*)$ $scheme://$http_host/docs/$1/substreams/sps/$2 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;
@@ -152,7 +153,6 @@ http {
152153
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/developing/sinks/sinks/$ $scheme://$http_host/docs/$1/substreams/developing/sinks/ permanent;
154155
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;
156156
rewrite ^/docs/([a-zA-Z][a-zA-Z])/sunrise/$ $scheme://$http_host/docs/$1/archived/sunrise/ permanent;
157157
rewrite ^/docs/([a-zA-Z][a-zA-Z])/supported-network-requirements/$ $scheme://$http_host/docs/$1/indexing/supported-network-requirements/ permanent;
158158
rewrite ^/docs/([a-zA-Z][a-zA-Z])/supported-networks/arweave/$ $scheme://$http_host/docs/$1/subgraphs/cookbook/arweave/ permanent;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"developing": "Developing"
2+
"developing": "Developing",
3+
"sps": "Substreams-powered Subgraphs"
34
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ export default {
55
introduction: '',
66
developing: titles.developing,
77
publishing: '',
8+
sps: titles.sps,
89
}

website/src/pages/ar/substreams/sps/_meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ export default {
22
introduction: '',
33
triggers: '',
44
tutorial: '',
5-
'sps-faq': '',
5+
faq: '',
66
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"developing": "Developing"
2+
"developing": "Developing",
3+
"sps": "Substreams-powered Subgraphs"
34
}

website/src/pages/cs/substreams/_meta.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ export default {
55
introduction: '',
66
developing: titles.developing,
77
publishing: '',
8+
sps: titles.sps,
89
}

website/src/pages/cs/substreams/sps/_meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ export default {
22
introduction: '',
33
triggers: '',
44
tutorial: '',
5-
'sps-faq': '',
5+
faq: '',
66
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"developing": "Entwicklung"
2+
"developing": "Developing",
3+
"sps": "Substreams-powered Subgraphs"
34
}

0 commit comments

Comments
 (0)