
Research
/Security News
Fake imToken Chrome Extension Steals Seed Phrases via Phishing Redirects
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.
@mintlify/astro
Advanced tools
Mintlify integration for Astro. Syncs Mintlify-style docs content into Astro content collections and provides MDX components for rendering docs pages.
npm install @mintlify/astro
Peer dependencies: astro, @astrojs/react, @astrojs/mdx, @mintlify/components, and react.
// astro.config.mjs
import { defineConfig } from 'astro/config';
import react from '@astrojs/react';
import mdx from '@astrojs/mdx';
import { mintlify } from '@mintlify/astro';
export default defineConfig({
integrations: [mintlify({ docsDir: './docs' }), react(), mdx()],
});
---
import { render } from 'astro:content';
import { components } from '@mintlify/astro/components';
---
<Content components={components} />
./docs/docs.json — navigation and site configuration./docs/**/*.mdx — page content./docs/snippets/* — reusable content snippets (optional)./docs/** (.png, .jpg, .jpeg, .gif, .webp, .svg, .ico, .mp4, .webm, .mp3, .wav, .css, .woff, .woff2, .ttf, .eot)At build setup time, the integration generates files under .mintlify/:
| Directory | Contents |
|---|---|
.mintlify/docs/ | Synced page content |
.mintlify/components/ | Extracted React components |
.mintlify/static/ | Static assets from docs |
These are generated build artifacts and should not be edited manually.
See CONTRIBUTING.md and DEVELOPMENT.md.
FAQs
Mintlify integration for Astro
We found that @mintlify/astro demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 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
Mixed-script homoglyphs and a lookalike domain mimic imToken’s import flow to capture mnemonics and private keys.

Security News
Latio’s 2026 report recognizes Socket as a Supply Chain Innovator and highlights our work in 0-day malware detection, SCA, and auto-patching.

Company News
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.