Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@antv/dumi-theme-antv
Advanced tools
A theme package for the dumi framework.
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.
TODO
themeConfig.docsearchOptions.sort
用于配置搜索结果的排序规则。可以通过字符串数组来定义排序逻辑。
!
开头,则表示不包含该路径片段的结果应排在包含该路径片段的结果之前。$ 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
MIT
FAQs
AntV website theme based on dumi2.
The npm package @antv/dumi-theme-antv receives a total of 31 weekly downloads. As such, @antv/dumi-theme-antv popularity was classified as not popular.
We found that @antv/dumi-theme-antv 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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.