Skip to content

Commit

Permalink
comment out the plugin used to geenrate sdk docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HananINouman committed Feb 11, 2024
1 parent e0fee60 commit 5f12c31
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ const config = {
indexBlog: false,
},
],
[
"docusaurus-plugin-typedoc",
// [
// "docusaurus-plugin-typedoc",

// Plugin / TypeDoc options
{
entryPoints: ["../src/index.ts"],
tsconfig: "../tsconfig.json",
out: "docs/sdk",
mergeReadme: true,
parametersFormat: "table",
propertiesFormat: "table",
enumMembersFormat: "table",
typeDeclarationFormat: "table",
hidePageTitle: true
// // Plugin / TypeDoc options
// {
// entryPoints: ["../src/index.ts"],
// tsconfig: "../tsconfig.json",
// out: "docs/sdk",
// mergeReadme: true,
// parametersFormat: "table",
// propertiesFormat: "table",
// enumMembersFormat: "table",
// typeDeclarationFormat: "table",
// hidePageTitle: true

},
],
// },
// ],
],
presets: [
[
Expand Down

0 comments on commit 5f12c31

Please sign in to comment.