Skip to content

Conversation

@VitorAEltz
Copy link
Contributor

PR Description

Here's a comprehensive PR description for the Azion Lib documentation update:


Title

docs: Update Azion Lib documentation to reflect SDK changes


Description

This PR updates the Azion Lib documentation to align with the current state of the SDK packages in aziontech/lib.

Changes

New Documentation

  • KV Package (kv.mdx EN + PT-BR): Complete documentation for the new Redis-like KV Store client, including:
    • Client creation with event-based error handling
    • Basic operations (get, set, delete)
    • Hash operations (hSet, hGetAll, hVals)
    • Connection management (connect, disconnect)
    • Provider detection (native vs API)
    • Full type definitions

Updated Documentation

File Changes
storage.mdx Added setupStorage utility function; Changed edge_accessworkloads_access; Added new bucket properties (last_editor, last_modified, product_version)
sql.mdx Added getTables method documentation
client.mdx Added KV to services list; Added "Available modules" section with module table; Added KV usage example
config.mdx Major rewrite with new configuration structure including: applications, workloads, connectors, functions, storage, firewall, waf, networkList, customPages, purge, kv

Languages

All changes applied to both EN and PT-BR versions.

Files Changed

Created:

  • src/content/docs/en/pages/devtools/azion-lib/usage/kv.mdx
  • src/content/docs/pt-br/pages/devtools/azion-lib/usage/kv.mdx

Updated:

  • src/content/docs/en/pages/devtools/azion-lib/usage/storage.mdx
  • src/content/docs/pt-br/pages/devtools/azion-lib/usage/storage.mdx
  • src/content/docs/en/pages/devtools/azion-lib/usage/sql.mdx
  • src/content/docs/pt-br/pages/devtools/azion-lib/usage/sql.mdx
  • src/content/docs/en/pages/devtools/azion-lib/usage/client.mdx
  • src/content/docs/pt-br/pages/devtools/azion-lib/usage/client.mdx
  • src/content/docs/en/pages/devtools/azion-lib/usage/config.mdx
  • src/content/docs/pt-br/pages/devtools/azion-lib/usage/config.mdx

Related

  • Based on SDK packages from aziontech/lib

Checklist

  • EN documentation updated
  • PT-BR documentation updated
  • New KV package documented
  • Storage setupStorage and workloads_access documented
  • SQL getTables method documented
  • Client updated with KV module
  • Config rewritten with new structure

…nfig references

Add detailed documentation for the KV library including Redis-like API usage, connection management, and all supported operations (strings, hashes, sets, sorted sets). Update client.mdx to reference KV module and add usage example. Expand config.mdx with complete type definitions and configuration sections for applications, workloads, connectors, functions, storage, firewall, WAF, network lists, and KV.
@VitorAEltz VitorAEltz requested a review from a team as a code owner February 10, 2026 19:02
@VitorAEltz VitorAEltz added the do not merge Waiting for decision or deploy label Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Waiting for decision or deploy

Development

Successfully merging this pull request may close these issues.

1 participant