Skip to content

Commit 224b2e7

Browse files
committed
Moving SpS
1 parent 5dc31ee commit 224b2e7

File tree

114 files changed

+4
-9
lines changed

Some content is hidden

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

114 files changed

+4
-9
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ http {
160160
rewrite ^/docs/([a-zA-Z][a-zA-Z])/tap/$ $scheme://$http_host/docs/$1/indexing/tap/ permanent;
161161
rewrite ^/docs/([a-zA-Z][a-zA-Z])/tokenomics/$ $scheme://$http_host/docs/$1/resources/tokenomics/ permanent;
162162
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/$ $scheme://$http_host/docs/$1/token-api/quick-start/ permanent;
163-
163+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/sps/$ $scheme://$http_host/docs/$1/substream/sps/ permanent;
164164
# Temporary redirects (302)
165165
rewrite ^/docs/en/querying/graph-client/$ $scheme://$http_host/docs/en/subgraphs/querying/graph-client/README/ redirect;
166166
rewrite ^/docs/en/developing/graph-ts/$ $scheme://$http_host/docs/en/subgraphs/developing/creating/graph-ts/README/ redirect;

website/next.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@ const withNextra = nextra({
6767
'---3': {
6868
type: 'separator',
6969
},
70-
sps: {
71-
type: 'children',
72-
title: t('global.navigation.sps'),
73-
},
74-
'---4': {
75-
type: 'separator',
76-
},
7770
'token-api': {
7871
type: 'children',
7972
title: t('global.navigation.tokenApi'),
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)