Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Oct 4, 2024
1 parent 9317139 commit 791df25
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
// @ts-check
/**
* Generate a sidebar object for use as reference documentation sidebar entry for each package.
* @param {string} pkg the sub-package to generate refdoc options for
*/
function packageSidebarEntry(pkg) {
/*
return {
type: 'category',
label: `@slack/${pkg}`,
link: {
type: 'doc',
id: `reference/${pkg}/index`,
},
items: await waitAndImportFile(`./content/reference/${pkg}/typedoc-sidebar.cjs`),
};
*/
}

/**
* Generate list of sidebar objects for docs site.
* @param {string[]} packages list of sub-package to generate refdoc sidebar entries for
Expand Down

0 comments on commit 791df25

Please sign in to comment.