Contributing to the Docs
These docs live in the docs directory of this repository and are published automatically to https://docs.javaabu.com/docs/dhivehigpt-sdk-python.
Each page is a Markdown file with frontmatter (title, sidebar_position) at the top. Subdirectories group related pages together and are configured with a _category_.json file. Package-level metadata used by the docs site lives in docs/metadata.json.
To propose a change, open a pull request updating the relevant Markdown file(s) in docs/. Please keep examples runnable and consistent with the current SDK API.