Skip to content

Commit

Permalink
chore: fix yet another CRLF error
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 committed Jan 19, 2025
1 parent c671d43 commit 79f138d
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions docs/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"$schema": "https://typedoc-plugin-markdown.org/schema.json",
"entryPoints": ["../packages/client"],
"plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"],
"name": "Packages Example",
"entryPointStrategy": "packages",
"packageOptions": {
"includeVersion": true,
"entryPoints": ["src/*.ts"]
},
"basePath": "../packages/client/src",
"readme": "none",
"entryFileName": "index.md",
"mergeReadme": true,
"indexFormat": "table",
"useCodeBlocks": true,
"textContentMappings": {
"title.indexPage": "API Reference",
"title.memberPage": "{name}"
},
"outputs": [
{
"name": "markdown",
"path": "./api"
}
],
"hidePageHeader": false,
"logLevel": "Verbose"
}
{
"$schema": "https://typedoc-plugin-markdown.org/schema.json",
"entryPoints": ["../packages/client"],
"plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"],
"name": "Packages Example",
"entryPointStrategy": "packages",
"packageOptions": {
"includeVersion": true,
"entryPoints": ["src/*.ts"]
},
"basePath": "../packages/client/src",
"readme": "none",
"entryFileName": "index.md",
"mergeReadme": true,
"indexFormat": "table",
"useCodeBlocks": true,
"textContentMappings": {
"title.indexPage": "API Reference",
"title.memberPage": "{name}"
},
"outputs": [
{
"name": "markdown",
"path": "./api"
}
],
"hidePageHeader": false,
"logLevel": "Verbose"
}

0 comments on commit 79f138d

Please sign in to comment.