typedoc.json•2.51 kB
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"./src/index.ts"
],
"out": "./docs",
"name": "VyOS MCP Server",
"includeVersion": true,
"excludePrivate": false,
"excludeProtected": false,
"excludeInternal": false,
"readme": "./README.md",
"categorizeByGroup": true,
"categoryOrder": [
"Authentication",
"Configuration",
"Operational",
"System",
"Interfaces",
"Routing",
"Network Tools",
"Monitoring",
"Schemas",
"*"
],
"groupOrder": [
"Functions",
"Classes",
"Interfaces",
"Type Aliases",
"Variables",
"*"
],
"sort": [
"kind",
"instance-first",
"alphabetical"
],
"kindSortOrder": [
"Document",
"Project",
"Module",
"Namespace",
"Enum",
"EnumMember",
"Class",
"Interface",
"TypeAlias",
"Constructor",
"Property",
"Variable",
"Function",
"Accessor",
"Method",
"Parameter",
"TypeParameter",
"TypeLiteral",
"CallSignature",
"ConstructorSignature",
"IndexSignature",
"GetSignature",
"SetSignature"
],
"navigation": {
"includeCategories": true,
"includeGroups": true
},
"searchInComments": true,
"searchInDocuments": true,
"treatWarningsAsErrors": false,
"treatValidationWarningsAsErrors": false,
"validation": {
"notExported": false,
"invalidLink": false,
"notDocumented": false
},
"skipErrorChecking": true,
"commentStyle": "jsdoc",
"blockTags": [
"@deprecated",
"@param",
"@remarks",
"@returns",
"@throws",
"@alpha",
"@beta",
"@eventProperty",
"@example",
"@inheritDoc",
"@internal",
"@override",
"@packageDocumentation",
"@public",
"@readonly",
"@sealed",
"@see",
"@virtual",
"@since",
"@version",
"@author",
"@category",
"@group"
],
"modifierTags": [
"@override",
"@readonly",
"@virtual",
"@alpha",
"@beta",
"@deprecated",
"@eventProperty",
"@experimental",
"@hidden",
"@hideCategories",
"@hideGroups",
"@ignore",
"@internal",
"@packageDocumentation",
"@public",
"@sealed"
],
"plugin": [],
"theme": "default",
"lightHighlightTheme": "github-light",
"darkHighlightTheme": "github-dark",
"githubPages": true,
"gitRevision": "master",
"gitRemote": "origin",
"hideGenerator": false,
"cleanOutputDir": true,
"logLevel": "Info",
"preserveWatchOutput": false
}