Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@antv/dumi-theme-antv

Package Overview
Dependencies
Maintainers
0
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/dumi-theme-antv

AntV website theme based on dumi2.

  • 0.5.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
361
increased by15.71%
Maintainers
0
Weekly downloads
 
Created
Source

@antv/dumi-theme-antv

NPM version NPM downloads

A theme package for the dumi framework.

Usage

Install this theme into devDependencies:

$ npm i @antv/dumi-theme-antv -D

Configure it in dumi config file .dumirc.ts:

import { defineConfig } from 'dumi';

export defineConfig({
  themeConfig: {
    ...
  },
});

That's all, now you can execute dumi dev and enjoy this theme.

Options

TODO

themeConfig.docsearchOptions.sort 用于配置搜索结果的排序规则。可以通过字符串数组来定义排序逻辑。

  • 每个字符串可以是一个路径片段,用于匹配搜索结果的链接。
  • 如果字符串以 ! 开头,则表示不包含该路径片段的结果应排在包含该路径片段的结果之前。

Development

$ npm install

After the dependencies are installed, a symlink from example/.dumi/theme to ../../src will be created automatically, the symlink makes dumi load our theme package as a local theme, so we can start the example directly, HMR is also available:

# switch to example directory
$ cd example

# downloads the dependencies
npm install

# start dev server to preview
npm run dev

dumi theme development documentation: https://next.d.umijs.org/theme

LICENSE

MIT

Keywords

FAQs

Package last updated on 04 Dec 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc