Skip to content

Commit

Permalink
Merge pull request #1790 from Ankr-network/stage
Browse files Browse the repository at this point in the history
feat: DOCS-806 Fuel API Reference and Quickstart docs
  • Loading branch information
galleon8 authored Feb 10, 2025
2 parents 3b04d99 + 74faf77 commit 66c7186
Show file tree
Hide file tree
Showing 5 changed files with 833 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:

- name: Build
working-directory: .
env:
NODE_OPTIONS: "--max-old-space-size=12288"
run: |
yarn install
yarn build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docs",
"private": true,
"scripts": {
"build": "npm run update-strapi-faq-files && NODE_OPTIONS='--max_old_space_size=4096' next build && next-sitemap --config next.config.mjs && next export",
"build": "npm run update-strapi-faq-files && next build && next-sitemap --config next.config.mjs && next export",
"debug": "NODE_OPTIONS='--inspect' next",
"dev": "npm run update-strapi-faq-files && next",
"start": "npm run update-strapi-faq-files && next start",
Expand Down
1 change: 1 addition & 0 deletions pages/rpc-service/chains/chains-api/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"fantom": "Fantom",
"filecoin": "Filecoin",
"flare": "Flare",
"fuel": "Fuel",
"gnosis": "Gnosis",
"gnosis-beacon": "Gnosis Beacon",
"goat": "GOAT",
Expand Down
Loading

0 comments on commit 66c7186

Please sign in to comment.