Skip to content

Commit

Permalink
docs-util: add user, pricing, and auth as modules with DML (#10423)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Dec 4, 2024
1 parent 1f3754a commit 582f52b
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@ export const customModulesOptions: Record<string, Partial<TypeDocOptions>> = {
}

// a list of modules that now support DML
export const dmlModules = ["currency", "region", "product"]
export const dmlModules = [
"currency",
"region",
"product",
"user",
"auth",
"pricing",
]

0 comments on commit 582f52b

Please sign in to comment.