![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.