Skip to content

Commit 2834910

Browse files
authored
update migration doc (#2398)
1 parent 2624275 commit 2834910

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

MIGRATION.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
This guide goes over how to migrate your code from using the monolithic `@datadog/datadog-api-client` package to the new logically grouped packages structure.
44

5+
## Navigation
6+
7+
- [Major changes](#major-changes)
8+
- [Package structure changes](#package-structure-changes)
9+
- [Configuration object updates](#configuration-object-updates)
10+
- [Migration steps](#migration-steps)
11+
- [1. Package installation](#1-package-installation)
12+
- [2. Update core imports](#2-update-core-imports)
13+
- [3. Update service specific imports](#3-update-service-specific-imports)
14+
- [4. Update configuration](#4-update-configuration)
15+
- [Example migration](#example-migration)
16+
- [Available service packages](#available-service-packages)
17+
- [Support](#support)
18+
519
## Major changes
620

721
### Package structure changes
@@ -140,7 +154,7 @@ const api = new v1.MonitorsApi(configuration);
140154

141155
## Available service packages
142156

143-
See [#Clients] section in the following [README.md](./packages/datadog-api-client/README.md#clients)
157+
See Clients section in the following [README.md](./packages/datadog-api-client/README.md#clients)
144158

145159
## Support
146160

0 commit comments

Comments
 (0)