Skip to content

Commit

Permalink
docs: script
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 11, 2025
1 parent 1936aa8 commit 4355105
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/run-typedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Application, PageEvent, TSConfigReader } from 'typedoc'

const __dirname = path.dirname(new URL(import.meta.url).pathname)

/** @satisfies {Partial<import('typedoc').TypeDocOptions> & Partial<import('typedoc-plugin-markdown').PluginOptions>} */
/** @satisfies {Partial<import('typedoc').TypeDocOptions> & Partial<import('typedoc-plugin-markdown').PluginOptions> & { docsRoot?: string }} */
const DEFAULT_OPTIONS = {
name: 'API Documentation',
cleanOutputDir: true,
Expand All @@ -27,11 +27,6 @@ const DEFAULT_OPTIONS = {
entryFileName: 'index.md',
hideBreadcrumbs: false,
preserveAnchorCasing: true,
// pageTitleTemplates {},
// textContentMappings: {
// 'title.indexPage': 'API Reference',
// 'title.memberPage': '{name}',
// },
// vitepress theme
docsRoot: path.resolve(__dirname, '../docs'),
indexFormat: 'table',
Expand Down

0 comments on commit 4355105

Please sign in to comment.