Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions .github/workflows/ci-cd-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Set up env
uses: the-guild-org/shared-config/setup@v1
with:
node-version: 22

- name: Install dependencies
run: pnpm install
Expand All @@ -41,6 +43,8 @@ jobs:

- name: Set up env
uses: the-guild-org/shared-config/setup@v1
with:
node-version: 22

- name: Install dependencies
run: pnpm install
Expand All @@ -62,6 +66,8 @@ jobs:

- name: Set up env
uses: the-guild-org/shared-config/setup@v1
with:
node-version: 22

- name: Install dependencies
run: pnpm install
Expand All @@ -84,6 +90,8 @@ jobs:

- name: Set up env
uses: the-guild-org/shared-config/setup@v1
with:
node-version: 22

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/opengraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Set up env
uses: the-guild-org/shared-config/setup@v1
with:
node-version: 22

- name: Deploy
working-directory: ./packages/og-image
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/website-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Set up env
uses: the-guild-org/shared-config/setup@v1
with:
node-version: 22

- name: Run pre-build scripts
run: pnpm prebuild:ci
Expand Down
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ http {
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/mcp/cline/$ $scheme://$http_host/docs/$1/ai-suite/token-api-mcp/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/mcp/cline/$ $scheme://$http_host/docs/$1/ai-suite/token-api-mcp/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/mcp/cline/$ $scheme://$http_host/docs/$1/ai-suite/token-api-mcp/ permanent;
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/endpoint-pricing/$ $scheme://$http_host/docs/$1/token-api/endpoints/pricing/ 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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "graph-docs",
"private": true,
"version": "1.0.0",
"packageManager": "pnpm@10.23.0",
"packageManager": "pnpm@10.25.0",
"scripts": {
"dev": "turbo run dev",
"build": "NODE_OPTIONS='--max-old-space-size=8192' turbo run build",
Expand All @@ -21,17 +21,17 @@
},
"devDependencies": {
"@edgeandnode/eslint-config": "^2.0.3",
"@types/node": "^22.19.1",
"@types/node": "^22.19.2",
"eslint": "^8.57.1",
"eslint-plugin-mdx": "^3.6.2",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.1",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"remark-frontmatter": "^5.0.0",
"remark-lint-first-heading-level": "^4.0.1",
"remark-lint-heading-increment": "^4.0.1",
"remark-lint-no-heading-punctuation": "^4.0.1",
"remark-lint-restrict-elements": "workspace:*",
"turbo": "^2.6.1",
"turbo": "^2.6.3",
"typescript": "^5.9.3"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/og-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"yoga-wasm-web": "^0.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20251120.0",
"@cloudflare/workers-types": "^4.20251213.0",
"@types/react": "^18.3.27",
"jest-image-snapshot": "^6.5.1",
"tsx": "4.20.4",
Expand Down
Loading