Skip to content

Commit 9ac80ef

Browse files
committed
Merge main into ak/clean-up-prs-issues
2 parents b171df3 + bf65e75 commit 9ac80ef

File tree

1,602 files changed

+29399
-18682
lines changed

Some content is hidden

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

1,602 files changed

+29399
-18682
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV ENVIRONMENT=$ENVIRONMENT
77
ENV ORIGIN=$ORIGIN
88

99
ENV PNPM_HOME="/usr/bin"
10-
ENV NODE_OPTIONS="--max_old_space_size=8192"
10+
ENV NODE_OPTIONS="--max-old-space-size=8192"
1111

1212
RUN apk add --no-cache git
1313
RUN npm install -g corepack@latest

nginx.conf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ http {
8989
rewrite ^/docs/([a-zA-Z][a-zA-Z])/deploying/subgraph-studio-faqs/$ $scheme://$http_host/docs/$1/resources/subgraph-studio-faq/ permanent;
9090
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/developing/deploying/subgraph-studio-faq/$ $scheme://$http_host/docs/$1/resources/subgraph-studio-faq/ permanent;
9191
rewrite ^/docs/([a-zA-Z][a-zA-Z])/deploying/subgraph-studio/$ $scheme://$http_host/docs/$1/subgraphs/developing/deploying/using-subgraph-studio/ permanent;
92+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/developer/quick-start/$ $scheme://$http_host/docs/$1/subgraphs/quick-start/ permanent;
9293
rewrite ^/docs/([a-zA-Z][a-zA-Z])/developing/assemblyscript-api/$ $scheme://$http_host/docs/$1/subgraphs/developing/creating/graph-ts/api/ permanent;
9394
rewrite ^/docs/([a-zA-Z][a-zA-Z])/developing/creating-a-subgraph/$ $scheme://$http_host/docs/$1/subgraphs/developing/creating/starting-your-subgraph/ permanent;
9495
rewrite ^/docs/([a-zA-Z][a-zA-Z])/developing/creating-a-subgraph/starting-your-subgraph/$ $scheme://$http_host/docs/$1/subgraphs/developing/creating/starting-your-subgraph/ permanent;
@@ -108,6 +109,7 @@ http {
108109
rewrite ^/docs/([a-zA-Z][a-zA-Z])/explorer/$ $scheme://$http_host/docs/$1/subgraphs/explorer/ permanent;
109110
rewrite ^/docs/([a-zA-Z][a-zA-Z])/firehose/$ $scheme://$http_host/docs/$1/indexing/tooling/firehose/ permanent;
110111
rewrite ^/docs/([a-zA-Z][a-zA-Z])/glossary/$ $scheme://$http_host/docs/$1/resources/glossary/ permanent;
112+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/graph-assistant/quick-start/$ $scheme://$http_host/docs/$1/ai-suite/graph-assistant/quick-start/ permanent;
111113
rewrite ^/docs/([a-zA-Z][a-zA-Z])/graphcast/$ $scheme://$http_host/docs/$1/indexing/tooling/graphcast/ permanent;
112114
rewrite ^/docs/([a-zA-Z][a-zA-Z])/indexing/$ $scheme://$http_host/docs/$1/indexing/overview/ permanent;
113115
rewrite ^/docs/([a-zA-Z][a-zA-Z])/managing/delete-a-subgraph/$ $scheme://$http_host/docs/$1/subgraphs/developing/managing/deleting-a-subgraph/ permanent;
@@ -150,6 +152,10 @@ http {
150152
rewrite ^/docs/([a-zA-Z][a-zA-Z])/studio/subgraph-studio/$ $scheme://$http_host/docs/$1/subgraphs/developing/deploying/using-subgraph-studio/ permanent;
151153
rewrite ^/docs/([a-zA-Z][a-zA-Z])/studio/transferring-subgraph-ownership/$ $scheme://$http_host/docs/$1/subgraphs/developing/managing/transferring-a-subgraph/ permanent;
152154
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/$ $scheme://$http_host/docs/$1/subgraphs/quick-start/ permanent;
155+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/mcp/claude/$ $scheme://$http_host/docs/$1/ai-suite/subgraph-mcp/ permanent;
156+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/mcp/cline/$ $scheme://$http_host/docs/$1/ai-suite/subgraph-mcp/ permanent;
157+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/mcp/cursor/$ $scheme://$http_host/docs/$1/ai-suite/subgraph-mcp/ permanent;
158+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/subgraphs/mcp/cline/$ $scheme://$http_host/docs/$1/ai-suite/subgraph-mcp/ permanent;
153159
rewrite ^/docs/([a-zA-Z][a-zA-Z])/substreams/$ $scheme://$http_host/docs/$1/substreams/quick-start/ permanent;
154160
rewrite ^/docs/([a-zA-Z][a-zA-Z])/substreams/developing/sinks/sinks/$ $scheme://$http_host/docs/$1/substreams/developing/sinks/ permanent;
155161
rewrite ^/docs/([a-zA-Z][a-zA-Z])/substreams/sps/$ $scheme://$http_host/docs/$1/substreams/sps/introduction/ permanent;
@@ -161,6 +167,9 @@ http {
161167
rewrite ^/docs/([a-zA-Z][a-zA-Z])/tokenomics/$ $scheme://$http_host/docs/$1/resources/tokenomics/ permanent;
162168
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/$ $scheme://$http_host/docs/$1/token-api/quick-start/ permanent;
163169
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/evm/get-transfers-evm-by-address/$ $scheme://$http_host/docs/$1/token-api/evm/get-transfers-evm/ permanent;
170+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/mcp/cline/$ $scheme://$http_host/docs/$1/ai-suite/token-api-mcp/ permanent;
171+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/mcp/cline/$ $scheme://$http_host/docs/$1/ai-suite/token-api-mcp/ permanent;
172+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/mcp/cline/$ $scheme://$http_host/docs/$1/ai-suite/token-api-mcp/ permanent;
164173
# Temporary redirects (302)
165174
rewrite ^/docs/en/querying/graph-client/$ $scheme://$http_host/docs/en/subgraphs/querying/graph-client/README/ redirect;
166175
rewrite ^/docs/en/developing/graph-ts/$ $scheme://$http_host/docs/en/subgraphs/developing/creating/graph-ts/README/ redirect;

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "graph-docs",
33
"private": true,
44
"version": "1.0.0",
5-
"packageManager": "pnpm@10.10.0",
5+
"packageManager": "pnpm@10.13.1",
66
"scripts": {
77
"dev": "turbo run dev",
8-
"build": "NODE_OPTIONS='--max_old_space_size=8192' turbo run build",
8+
"build": "NODE_OPTIONS='--max-old-space-size=8192' turbo run build",
99
"prebuild:ci": "turbo run prebuild:ci",
1010
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
1111
"check:fix": "pnpm lint:fix; pnpm prettier",
@@ -21,17 +21,17 @@
2121
},
2222
"devDependencies": {
2323
"@edgeandnode/eslint-config": "^2.0.3",
24-
"@types/node": "^22.15.3",
24+
"@types/node": "^22.16.2",
2525
"eslint": "^8.57.1",
26-
"eslint-plugin-mdx": "^3.4.1",
27-
"prettier": "^3.5.3",
28-
"prettier-plugin-tailwindcss": "^0.6.11",
26+
"eslint-plugin-mdx": "^3.6.2",
27+
"prettier": "^3.6.2",
28+
"prettier-plugin-tailwindcss": "^0.6.14",
2929
"remark-frontmatter": "^5.0.0",
3030
"remark-lint-first-heading-level": "^4.0.1",
3131
"remark-lint-heading-increment": "^4.0.1",
3232
"remark-lint-no-heading-punctuation": "^4.0.1",
3333
"remark-lint-restrict-elements": "workspace:*",
34-
"turbo": "^2.5.2",
34+
"turbo": "^2.5.4",
3535
"typescript": "^5.8.3"
3636
},
3737
"resolutions": {

packages/og-image/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"dependencies": {
1313
"@resvg/resvg-wasm": "^2.6.2",
1414
"react": "^18.3.1",
15-
"satori": "^0.12.2",
15+
"satori": "^0.15.2",
1616
"yoga-wasm-web": "^0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20250502.0",
20-
"@types/react": "^18.3.20",
21-
"jest-image-snapshot": "^6.4.0",
22-
"tsx": "^4.19.4",
19+
"@cloudflare/workers-types": "^4.20250710.0",
20+
"@types/react": "^18.3.23",
21+
"jest-image-snapshot": "^6.5.1",
22+
"tsx": "^4.20.3",
2323
"typescript": "^5.8.3",
2424
"vitest": "^2.1.9",
25-
"wrangler": "^3.114.8"
25+
"wrangler": "^3.114.11"
2626
},
2727
"sideEffects": false
2828
}

packages/og-image/scripts/copy-wasm.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { readFile, writeFile } from 'node:fs/promises'
22
import { createRequire } from 'node:module'
3-
import { join } from 'node:path'
3+
import path from 'node:path'
44

55
const require = createRequire(import.meta.url)
66
const __dirname = new URL('.', import.meta.url).pathname
77

88
await writeFile(
9-
join(__dirname, '../vendor/index_bg.wasm'),
9+
path.join(__dirname, '../vendor/index_bg.wasm'),
1010
await readFile(require.resolve('@resvg/resvg-wasm/index_bg.wasm')),
1111
)
1212

packages/rehype-unwrap-images/index.js

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

packages/rehype-unwrap-images/package.json

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

packages/remark-callouts/package.json

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

0 commit comments

Comments
 (0)