Skip to content

Commit

Permalink
chore(docs): fixed section title
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jun 23, 2024
1 parent 2eeb265 commit 2264f02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pages/docs/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
index: 'Introduction',
'-- Getting Started': {
type: 'separator',
title: 'Guides',
title: 'Getting Started',
},
'quick-start': '',
options: '',
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/plugins/frontmatter/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ In addition any non standard tags should be added to a `tsdoc.json` file and add
"extends": ["typedoc/tsdoc.json"],
"tagDefinitions": [
{
"tagName": "@author",
"tagName": "@customTag",
"syntaxKind": "modifier"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const indexFrontmatter: Partial<DeclarationOption> = {
* "extends": ["typedoc/tsdoc.json"],
* "tagDefinitions": [
* {
* "tagName": "@author",
* "tagName": "@customTag",
* "syntaxKind": "modifier"
* }
* ]
Expand Down

0 comments on commit 2264f02

Please sign in to comment.