Skip to content

Commit d122bfd

Browse files
committed
docs: update README with consistent style and fixed links
- Adopt table-based header for organization consistency - Fix broken wiki search link - Update lib/ to public/ paths - Remove dead/unreachable R2 and IPFS links - Use SVG logo for better quality
1 parent 9082f68 commit d122bfd

1 file changed

Lines changed: 54 additions & 38 deletions

File tree

docs/README.md

Lines changed: 54 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,56 @@
1-
<h1 align="center">
2-
<p>
3-
<a href="https://github.com/z-shell/zi">
4-
<img src="https://raw.githubusercontent.com/z-shell/.github/main/profile/img/logo.png" alt="Logo" width="80" height="80" />❮ Zi ❯
5-
</a>
6-
</p>
7-
</h1>
8-
<h3 align="center">
9-
<a href="https://github.com/orgs/z-shell/discussions/">《❔》Ask a Question </a>
10-
<a href="https://wiki.zshell.devv/search/">《💡》Search Wiki </a>
11-
<a href="https://github.com/z-shell/community/issues/new?assignees=&labels=%F0%9F%91%A5+member&template=membership.yml&title=team%3A+">《💜》Join </a>
12-
<a href="https://translate.zshell.dev">《🌐》Localize </a>
13-
</h3>
14-
<p align="center">
15-
<a target="_self" href="https://translate.zshell.dev">
16-
<img alt="Crowdin" align="center" src="https://badges.crowdin.net/e/f108c12713ee8526ac878d5671ad6e29/localized.svg" />
17-
</a>
18-
<a target="_self" href="https://www.gnu.org/licenses/gpl-3.0/">
19-
<img align="center" src="https://img.shields.io/badge/License-GPL%20v3-blue.svg" alt="Project License" />
20-
</a>
21-
<a target="_self" href="https://github.com/z-shell/zi-vim-syntax/">
22-
<img align="center" src="https://img.shields.io/badge/--019733?logo=vim" alt="VIM" />
23-
</a>
24-
<a target="_self" href="https://open.vscode.dev/z-shell/src/">
25-
<img align="center" src="https://img.shields.io/badge/--007ACC?logo=visual%20studio%20code&logoColor=ffffff" alt="Visual Studio Code" />
26-
</a></p><hr />
1+
<table style="background-color:transparent;">
2+
<tr>
3+
<td>
4+
<h1 align="center">
5+
<a target="_self" href="https://github.com/z-shell/zi">
6+
<img style="width: 60px; height: 60px"
7+
src="https://raw.githubusercontent.com/z-shell/zi/main/docs/images/logo.svg" alt="❮ Zi ❯ Logo" />
8+
</a>❮ <strong>Src</strong> ❯
9+
</h1>
10+
<h2 align="center">
11+
✨ Z-Shell source library — snippets, installer scripts and shared utilities
12+
</h2>
13+
<div align="center">
14+
<a href="https://github.com/orgs/z-shell/discussions/"><strong>《 Ask a Question 》</strong></a>
15+
·
16+
<a href="https://wiki.zshell.dev/search"><strong>《💡》Search Wiki </strong></a>
17+
·
18+
<a
19+
href="https://github.com/z-shell/community/issues/new?assignees=&labels=%F0%9F%91%A5+member&template=membership.yml&title=team%3A+"><strong>《💜》Join
20+
</strong></a>
21+
·
22+
<a href="https://translate.zshell.dev/"><strong>《🌐》Localize </strong></a>
23+
</div>
24+
</tr>
25+
</td>
26+
<tr>
27+
<td>
28+
<div align="center">
29+
<a title="Crowdin" target="_self" href="https://translate.zshell.dev/">
30+
<img align="center" src="https://badges.crowdin.net/e/f108c12713ee8526ac878d5671ad6e29/localized.svg" />
31+
</a>
32+
<a title="License" target="_self" href="https://www.gnu.org/licenses/gpl-3.0/">
33+
<img align="center" src="https://img.shields.io/badge/License-GPL%20v3-blue.svg" alt="Project License" />
34+
</a>
35+
<a title="VIM" target="_self" href="https://github.com/z-shell/zi-vim-syntax/">
36+
<img align="center" src="https://img.shields.io/badge/--019733?logo=vim" alt="VIM" />
37+
</a>
38+
<a target="_self" href="https://open.vscode.dev/z-shell/src/">
39+
<img align="center" src="https://img.shields.io/badge/--007ACC?logo=visual%20studio%20code&logoColor=ffffff"
40+
alt="Visual Studio Code" />
41+
</a>
42+
</div>
43+
</tr>
44+
</td>
45+
</table>
46+
<hr />
2747

2848
### Content
2949

30-
- Wiki Pages:
31-
- https://wiki.zshell.dev
32-
- Loader:
33-
- https://init.zshell.dev
34-
- Installer:
35-
- https://get.zshell.dev
36-
- R2:
37-
- https://r2.zshell.dev
38-
- IPFS:
39-
- https://ipfs.zshell.dev
40-
- jsDeliver:
41-
- https://cdn.jsdelivr.net/gh/z-shell/src@main/
50+
- **Wiki Pages**: [wiki.zshell.dev](https://wiki.zshell.dev)
51+
- **Loader**: [init.zshell.dev](https://init.zshell.dev)
52+
- **Installer**: [get.zshell.dev](https://get.zshell.dev)
53+
- **jsDeliver CDN**: [cdn.jsdelivr.net/gh/z-shell/src@main/](https://cdn.jsdelivr.net/gh/z-shell/src@main/)
4254

4355
### Maintainer — Verify and Sync Loader
4456

@@ -68,3 +80,7 @@ Skip checksum validation:
6880
```sh
6981
sh public/sh/sync-init.sh --no-checksum
7082
```
83+
84+
---
85+
86+
> This repository is compatible with [Zi](https://github.com/z-shell/zi)

0 commit comments

Comments
 (0)