remove comments

This commit is contained in:
darrell-thobe-sp
2025-03-31 15:08:22 -04:00
parent 879f05e3ac
commit 003e0f012e

View File

@@ -16,10 +16,6 @@ Welcome to the **Golang SDK Reference**. This reference guide provides detailed
### What You'll Find Here:
- **[Beta Method Reference](/docs/tools/sdk/go/beta/methods)** List of available Beta cmdlets, their parameters, and expected outputs.
- **[Beta Model Definitions](/docs/tools/sdk/go/beta/models)** Descriptions of Beta objects and data structures the SDK uses.
<!-- - **[V3 Method Reference](/docs/tools/sdk/go/v3/methods)** List of available V3 cmdlets, their parameters, and expected outputs.
- **[V3 Model Definitions](/docs/tools/sdk/go/v3/models)** Descriptions of V3 objects and data structures the SDK uses.
- **[V2024 Method Reference](/docs/tools/sdk/go/v2024/methods)** List of available V2024 cmdlets, their parameters, and expected outputs.
- **[V2024 Model Definitions](/docs/tools/sdk/go/v2024/models)** Descriptions of V2024 objects and data structures the SDK uses. -->
- **Usage Examples** Practical Golang scripts demonstrating common tasks.
Use this reference guide as a companion while scripting and automating tasks. If you're new to the SDK, check out [Installation & Setup](/docs/tools/sdk/go) before you get started.