Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: migrate guides to TSDoc references #6100

Merged
merged 14 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 11 additions & 0 deletions .changeset/tasty-lobsters-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@medusajs/file-local": patch
"medusa-file-minio": patch
"medusa-file-s3": patch
"@medusajs/medusa": patch
---

chore(@medusajs/medusa): add missing constructor to some services
fix(@medusajs/file-local): Fix argument passed to the constructor
fix(medusa-file-minio): Fix argument passed to the constructor
fix(medusa-file-s3): Fix argument passed to the constructor
1 change: 1 addition & 0 deletions docs-util/packages/typedoc-config/_base.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
excludeExternals: true,
excludeReferences: true,
disableSources: true,
sort: ["source-order"],
validation: {
notExported: false,
// invalidLink: false,
Expand Down
Loading
Loading