Skip to content

Commit 517879c

Browse files
committed
docs: center README badges and promote documentation link
Move badges into the centered icon block so they render beneath the logo instead of left-aligned. Add a documentation link above the feature table so new visitors find the docs site immediately rather than scrolling past the comparison matrix first.
1 parent b639ed4 commit 517879c

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
<p align="center">
44
<img src="docs/assets/spookaphant.svg" alt="Spookaphant" width="316" height="230" />
5+
<br>
6+
<a href="https://github.com/PHPantom-dev/phpantom_lsp/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/PHPantom-dev/phpantom_lsp/ci.yml?logo=github&label=CI" alt="CI"></a>
7+
<a href="https://codecov.io/gh/PHPantom-dev/phpantom_lsp"><img src="https://codecov.io/gh/PHPantom-dev/phpantom_lsp/graph/badge.svg?token=UH5RFA3AR9" alt="codecov"></a>
8+
<a href="https://crates.io/crates/phpantom_lsp"><img src="https://img.shields.io/crates/v/phpantom_lsp?logo=rust" alt="crates"></a>
59
</p>
610

7-
[![CI](https://img.shields.io/github/actions/workflow/status/PHPantom-dev/phpantom_lsp/ci.yml?logo=github&label=CI)](https://github.com/PHPantom-dev/phpantom_lsp/actions/workflows/ci.yml)
8-
[![codecov](https://codecov.io/gh/PHPantom-dev/phpantom_lsp/graph/badge.svg?token=UH5RFA3AR9)](https://codecov.io/gh/PHPantom-dev/phpantom_lsp)
9-
[![crates](https://img.shields.io/crates/v/phpantom_lsp?logo=rust)](https://crates.io/crates/phpantom_lsp)
10-
1111
A fast, lightweight PHP language server written in Rust. Ready in seconds, uses a fraction of the RAM other language servers need, and stays responsive throughout. No indexing phase, no waiting.
1212

13+
Check out the **[documentation](https://phpantom-dev.github.io/phpantom_lsp/)** to get started.
14+
1315
> [!NOTE]
1416
> PHPantom is in active development. The core editing features are solid and used daily on production codebases.
1517
@@ -89,10 +91,6 @@ PHPantom understands Composer projects out of the box, but works without setup o
8991
- **Go-to-implementation.** Jump from an interface or abstract class to all concrete implementations. Scans open files, classmap, PSR-4 directories, and embedded stubs.
9092
- **Workspace-wide diagnostics.** After startup, diagnostics run in the background across every file in the project, not just the ones you have open, so problems are already visible when you navigate to a file. Configured external tools (PHPStan, PHPCS, Mago) run project-wide too, once the background pass finishes. Both are deferred until after startup so they never slow down time to ready.
9193

92-
## Documentation
93-
94-
**[Read the docs](https://phpantom-dev.github.io/phpantom_lsp/)** -- installation, editor setup, configuration reference, CLI usage, benchmarks, and more.
95-
9694
## Acknowledgements
9795

9896
PHPantom stands on the shoulders of:

0 commit comments

Comments
 (0)