
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
基于 Vite 快速生成文档站点
yarn create vvdoc
yarn
yarn dev
名称 | 地址 |
---|---|
vvModal | https://vvmodal.vercel.app/ |
https://github.com/zwmmm/create-vvdoc/blob/main/template/vvdoc.config.ts
当你需要自定义入口,比如全局修改Antd的配置
根目录新增一个 index.tsx
import { ConfigProvider } from 'antd'
import zhCN from 'antd/lib/locale/zh_CN'
export default function (props: any) {
return (
<ConfigProvider locale={zhCN} componentSize="small">
{props.children}
</ConfigProvider>
)
}
FAQs
1. 开箱即用,快速生成文档站点 2. 基于vite 启动速度快,编写体验极佳 3. 支持文档搜索 4. 自动生成文章目录 5. 自定义主题
We found that vvdoc demonstrated a not healthy version release cadence and project activity because the last version was released 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 Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.