Browse Source

chore: add badges (#4260)

* chore: add badges

* docs: fix editLink
pull/4265/head
Li Kui 3 weeks ago
committed by GitHub
parent
commit
84816ef769
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      README.ja-JP.md
  2. 2
      README.md
  3. 2
      README.zh-CN.md
  4. 3
      docs/.vitepress/config/en.mts

2
README.ja-JP.md

@ -5,6 +5,8 @@
<h1>Vue Vben Admin</h1> <h1>Vue Vben Admin</h1>
</div> </div>
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=vbenjs_vue-vben-admin&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=vbenjs_vue-vben-admin) ![codeql](https://github.com/vbenjs/vue-vben-admin/actions/workflows/codeql.yml/badge.svg) ![build](https://github.com/vbenjs/vue-vben-admin/actions/workflows/build.yml/badge.svg) ![ci](https://github.com/vbenjs/vue-vben-admin/actions/workflows/ci.yml/badge.svg) ![deploy](https://github.com/vbenjs/vue-vben-admin/actions/workflows/deploy.yml/badge.svg)
**日本語** | [English](./README.md) | [中文](./README.zh-CN.md) **日本語** | [English](./README.md) | [中文](./README.zh-CN.md)
## 紹介 ## 紹介

2
README.md

@ -5,6 +5,8 @@
<h1>Vue Vben Admin</h1> <h1>Vue Vben Admin</h1>
</div> </div>
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=vbenjs_vue-vben-admin&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=vbenjs_vue-vben-admin) ![codeql](https://github.com/vbenjs/vue-vben-admin/actions/workflows/codeql.yml/badge.svg) ![build](https://github.com/vbenjs/vue-vben-admin/actions/workflows/build.yml/badge.svg) ![ci](https://github.com/vbenjs/vue-vben-admin/actions/workflows/ci.yml/badge.svg) ![deploy](https://github.com/vbenjs/vue-vben-admin/actions/workflows/deploy.yml/badge.svg)
**English** | [中文](./README.zh-CN.md) | [日本語](./README.ja-JP.md) **English** | [中文](./README.zh-CN.md) | [日本語](./README.ja-JP.md)
## Introduction ## Introduction

2
README.zh-CN.md

@ -5,6 +5,8 @@
<h1>Vue Vben Admin</h1> <h1>Vue Vben Admin</h1>
</div> </div>
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=vbenjs_vue-vben-admin&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=vbenjs_vue-vben-admin) ![codeql](https://github.com/vbenjs/vue-vben-admin/actions/workflows/codeql.yml/badge.svg) ![build](https://github.com/vbenjs/vue-vben-admin/actions/workflows/build.yml/badge.svg) ![ci](https://github.com/vbenjs/vue-vben-admin/actions/workflows/ci.yml/badge.svg) ![deploy](https://github.com/vbenjs/vue-vben-admin/actions/workflows/deploy.yml/badge.svg)
**中文** | [English](./README.md) | [日本語](./README.ja-JP.md) **中文** | [English](./README.md) | [日本語](./README.ja-JP.md)
## 简介 ## 简介

3
docs/.vitepress/config/en.mts

@ -13,7 +13,8 @@ export const en = defineConfig({
prev: 'Previous Page', prev: 'Previous Page',
}, },
editLink: { editLink: {
pattern: 'https://github.com/vuejs/vitepress/edit/main/docs/src/:path',
pattern:
'https://github.com/vbenjs/vue-vben-admin/edit/main/docs/src/:path',
text: 'Edit this page on GitHub', text: 'Edit this page on GitHub',
}, },
footer: { footer: {

Loading…
Cancel
Save