
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
MkDocs plugin to generate documentation from TypeScript source code using TypeDoc.
The Mkdocs-Typedoc Plugin is designed to integrate TypeDoc documentation with your MkDocs project.
Install the plugin using pip from PyPI:
pip install mkdocs-typedoc
Ensure that you have Node.js installed in your system. If not, you can download it from the official website.
Also, install TypeDoc using NPM:
npm install typedoc typescript --save-dev
Add the following lines to your mkdocs.yml:
plugins:
- typedoc:
source: './ts-examples/@types/*.d.ts'
output_dir: 'typedocApi'
tsconfig: './ts-examples/tsconfig.json'
options: 'typedoc.json'
name: 'API Doc'
disable_system_check: False
title_link: "/" # optional, default: '/'
source
(required): The path to your TypeScript source code.output_dir
(optional): The directory where you want to output your docs. Default is "typedoc".tsconfig
(required): The path to the tsconfig file for your project.options
(optional): The path to the typedoc.json options file with more options.name
(optional): The name for the generated documentation. Default is "TypeDoc API".disable_system_check
(optional): Disable the TypeScript system check. Default is False.title_link
(optional): The link from TypeDoc back to the main page. Default is "/".The plugin will generate TypeDoc documentation into the output directory specified.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Then you can consider:
FAQs
MkDocs plugin to generate documentation from TypeScript source code using TypeDoc.
We found that mkdocs-typedoc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.