Skip to content

Commit a2df261

Browse files
committed
fix: update docs
1 parent 8e11bcc commit a2df261

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ SecurityDept is a layered authentication and authorization toolkit. It ships as
88

99
Current release line: `0.2.0-beta.2`. This beta line is focused on packaging, documentation, release automation, and reference-app readiness for the existing auth stack.
1010

11+
<p class="badges" align="center">
12+
<a href="https://www.npmjs.com/package/@securitydept/client"><img src="https://img.shields.io/npm/v/%40securitydept%2Fclient?logo=npm&label=npm" alt="npm"></a>
13+
<a href="https://crates.io/crates/securitydept-core"><img src="https://img.shields.io/crates/v/securitydept-core?logo=rust&label=crates.io" alt="crates.io"></a>
14+
<a href="https://github.com/ethaxon/securitydept/pkgs/container/securitydept"><img src="https://img.shields.io/badge/ghcr-ethaxon%2Fsecuritydept-2496ED?logo=docker&logoColor=white" alt="ghcr"></a>
15+
<a href="https://github.com/ethaxon/securitydept/actions/workflows/tests.yml"><img src="https://github.com/ethaxon/securitydept/actions/workflows/tests.yml/badge.svg" alt="Tests"></a>
16+
<a href="https://github.com/ethaxon/securitydept/actions/workflows/docs.yml"><img src="https://github.com/ethaxon/securitydept/actions/workflows/docs.yml/badge.svg" alt="Docs"></a>
17+
</p>
18+
1119
## Use SecurityDept
1220

1321
### Rust Crates

README_zh.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ SecurityDept 是一个分层的认证和授权工具包。它以可复用 Rust c
88

99
当前 release line:`0.2.0-beta.2`。这条 beta line 聚焦现有 auth stack 的 packaging、文档、release automation 与 reference-app readiness。
1010

11+
<p class="badges" align="center">
12+
<a href="https://www.npmjs.com/package/@securitydept/client"><img src="https://img.shields.io/npm/v/%40securitydept%2Fclient?logo=npm&label=npm" alt="npm"></a>
13+
<a href="https://crates.io/crates/securitydept-core"><img src="https://img.shields.io/crates/v/securitydept-core?logo=rust&label=crates.io" alt="crates.io"></a>
14+
<a href="https://github.com/ethaxon/securitydept/pkgs/container/securitydept"><img src="https://img.shields.io/badge/ghcr-ethaxon%2Fsecuritydept-2496ED?logo=docker&logoColor=white" alt="ghcr"></a>
15+
<a href="https://github.com/ethaxon/securitydept/actions/workflows/tests.yml"><img src="https://github.com/ethaxon/securitydept/actions/workflows/tests.yml/badge.svg" alt="Tests"></a>
16+
<a href="https://github.com/ethaxon/securitydept/actions/workflows/docs.yml"><img src="https://github.com/ethaxon/securitydept/actions/workflows/docs.yml/badge.svg" alt="Docs"></a>
17+
</p>
18+
1119
## 使用 SecurityDept
1220

1321
### Rust Crates

docsite/.vitepress/theme/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
gap: 10px;
99
flex-wrap: wrap;
1010
align-items: center;
11+
justify-content: center;
1112
margin: 16px 0;
1213
}
1314

0 commit comments

Comments
 (0)