Skip to content

Commit

Permalink
chore(docs): prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Dec 27, 2024
1 parent 640b9ca commit 2addf78
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 14 deletions.
10 changes: 9 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,13 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "minor",
"ignore": ["@devtools/*"]
"ignore": [
"@devtools/*",
"docusaurus-plugin-typedoc",
"typedoc-github-wiki-theme",
"typedoc-gitlab-wiki-theme",
"typedoc-vitepress-theme",
"typedoc-plugin-remark",
"typedoc-plugin-frontmatter"
]
}
3 changes: 0 additions & 3 deletions packages/docusaurus-plugin-typedoc/src/types/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ export interface PluginOptions {
sidebar: Sidebar;
}

/**
*
*/
export interface Sidebar {
autoConfiguration: boolean;
pretty: boolean;
Expand Down
3 changes: 0 additions & 3 deletions packages/typedoc-github-wiki-theme/src/types/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ export interface PluginOptions {
sidebar: Sidebar;
}

/**
*
*/
export interface Sidebar {
autoConfiguration: boolean;
heading: string;
Expand Down
3 changes: 0 additions & 3 deletions packages/typedoc-gitlab-wiki-theme/src/types/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ export interface PluginOptions {
sidebar: Sidebar;
}

/**
*
*/
export interface Sidebar {
autoConfiguration: boolean;
heading: string;
Expand Down
3 changes: 2 additions & 1 deletion packages/typedoc-plugin-frontmatter/test/typedoc-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"readme": "./some-readme.md",
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-frontmatter"],
"hidePageHeader": true,
"hideBreadcrumbs": true
"hideBreadcrumbs": true,
"disableSources": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ module.exports = {
hide: true,
},
frontmatterCommentTags: ['tagOne', 'tagTwo', 'tagThree'],
disableSources: true,
};
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ module.exports = {
hide: true,
},
frontmatterCommentTags: ['tagOne', 'tagTwo', 'tagThree'],
disableSources: true,
};
3 changes: 0 additions & 3 deletions packages/typedoc-vitepress-theme/src/types/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ export interface PluginOptions {
sidebar: Sidebar;
}

/**
*
*/
export interface Sidebar {
autoConfiguration: boolean;
format: string;
Expand Down

0 comments on commit 2addf78

Please sign in to comment.