docs: use tooling convention across docs (#10512)

This commit is contained in:
Shahed Nasser
2024-12-09 19:15:29 +02:00
committed by GitHub
parent 7c76ee24cb
commit 3409953c4f
76 changed files with 283 additions and 265 deletions
@@ -1,11 +1,11 @@
import { ChildDocs } from "docs-ui"
export const metadata = {
title: `Medusa Test Functions Reference`,
title: `Medusa's Testing Framework Reference`,
}
# {metadata.title}
This section of the documentation provides a reference to the testing functions provided by the `@medusajs/test-utils` package.
This section of the documentation provides a reference to Medusa's Testing Framework provided by the `@medusajs/test-utils` package.
<ChildDocs />