Skip to content

docs: fix v2 documentation inconsistencies#185

Merged
andreaonofrei01 merged 1 commit into
mainfrom
feat/v2-namespace-migration
Mar 19, 2026
Merged

docs: fix v2 documentation inconsistencies#185
andreaonofrei01 merged 1 commit into
mainfrom
feat/v2-namespace-migration

Conversation

@andreaonofrei01

Copy link
Copy Markdown
Contributor

Summary

  • Update Node.js version references from v18/v20 to v20/v22 in all RUNTIMES.md files
  • Fix process.env syntax errors in Azure USAGE.md and docs (process.env.["KEY"]process.env["KEY"])
  • Fix variable shadowing in GCP docs (const MistralGCP = new MistralGCPconst mistralGCP = new MistralGCP)
  • Remove obsolete Node.js v18 fetch-blob reference from main README.md
  • Fix stale example filename and Node.js prerequisite in examples/README.md

Test plan

  • Verify all code examples compile/run correctly
  • Review all changed files for accuracy

- Update Node.js version references from v18/v20 to v20/v22 in all RUNTIMES.md files
- Fix process.env syntax errors in Azure USAGE.md and docs (process.env.["KEY"] → process.env["KEY"])
- Fix variable shadowing in GCP docs (const MistralGCP = new MistralGCP → const mistralGCP = new MistralGCP)
- Remove obsolete Node.js v18 fetch-blob reference from main README.md
- Fix stale example filename in examples/README.md
- Update Node.js prerequisite from v18+ to v20+ in examples/README.md
@andreaonofrei01
andreaonofrei01 merged commit cf127bf into main Mar 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants