docs: added entity reference (#2047)
* added entity reference * chore: added github action * added link to reference
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
const globalTypedocOptions = require("./typedoc")
|
||||
|
||||
module.exports = {
|
||||
...globalTypedocOptions,
|
||||
entryPoints: ["packages/medusa/src/models/index.ts"],
|
||||
out: ["docs/content/references/entities"],
|
||||
tsconfig: "packages/medusa/tsconfig.json",
|
||||
name: "Entities Reference",
|
||||
indexTitle: "Entities Reference",
|
||||
entryDocument: "index.md",
|
||||
hideInPageTOC: true,
|
||||
hideBreadcrumbs: true,
|
||||
plugin: [...globalTypedocOptions.plugin, "typedoc-frontmatter-plugin"],
|
||||
frontmatterData: {
|
||||
displayed_sidebar: "entitiesSidebar",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user