Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ http {
rewrite ^/docs/([a-zA-Z][a-zA-Z])/tap/$ $scheme://$http_host/docs/$1/indexing/tap/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/tokenomics/$ $scheme://$http_host/docs/$1/resources/tokenomics/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/$ $scheme://$http_host/docs/$1/token-api/quick-start/ permanent;

rewrite ^/docs/([a-zA-Z][a-zA-Z])/sps/$ $scheme://$http_host/docs/$1/substream/sps/ permanent;
# Temporary redirects (302)
rewrite ^/docs/en/querying/graph-client/$ $scheme://$http_host/docs/en/subgraphs/querying/graph-client/README/ redirect;
rewrite ^/docs/en/developing/graph-ts/$ $scheme://$http_host/docs/en/subgraphs/developing/creating/graph-ts/README/ redirect;
Expand Down
7 changes: 0 additions & 7 deletions website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ const withNextra = nextra({
'---3': {
type: 'separator',
},
sps: {
type: 'children',
title: t('global.navigation.sps'),
},
'---4': {
type: 'separator',
},
'token-api': {
type: 'children',
title: t('global.navigation.tokenApi'),
Expand Down
3 changes: 2 additions & 1 deletion website/src/pages/en/substreams/_meta-titles.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"developing": "Developing"
"developing": "Developing",
"sps": "Substreams-powered Subgraphs"
}
1 change: 1 addition & 0 deletions website/src/pages/en/substreams/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export default {
introduction: '',
developing: titles.developing,
publishing: '',
sps: 'Substreams-Powered Subgraphs',
}
Loading