Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@karmaniverous/typedoc-plugin-sitemap
Advanced tools
A TypeDoc plugin that generates a sitemap for your documentation site.
PARTIALLY DEPRECATED! Typedoc's
hostedBaseUrl
option now generates a sitemap natively. Only use this plugin if you need more control over the sitemap generation process.
Automagically generate a sitemap for your TypeDoc documentation site!
To install:
npm install -D @karmaniverous/typedoc-plugin-sitemap
In your typedoc.json
configuration file, add the following:
{
"plugins": ["@karmaniverous/typedoc-plugin-sitemap"],
"sitemap": {
"baseUrl": "https://docs.karmanivero.us/typedoc-plugin-sitemap",
"filename": "sitemap.xml",
"changeFreq": "weekly",
"priority": 0.5
}
}
Now run TypeDoc however you usually run it, and your site map will be generated in the root of your output directory!
Option | Type | Default | Description |
---|---|---|---|
baseUrl | string | required | The base URL of your documentation site. |
filename | string | 'sitemap.xml' | The name of the sitemap file. |
changeFreq | 'always' ⏐ 'hourly' ⏐ 'daily' ⏐ 'weekly' ⏐ 'monthly' ⏐ 'yearly' ⏐ 'never' | 'weekly' | How frequently the page is likely to change. |
priority | number | 0.5 | The priority of this URL relative to other URLs on your site. |
Built for you with ❤️ on Bali! Find more great tools & templates on my GitHub Profile.
FAQs
A TypeDoc plugin that generates a sitemap for your documentation site.
We found that @karmaniverous/typedoc-plugin-sitemap demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.