Skip to content

Commit

Permalink
Refactor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 3, 2024
1 parent a6f4e31 commit 3d3b463
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

# awesome unified [![awesome][awesome-badge]][awesome]

[<img src="https://raw.githubusercontent.com/unifiedjs/unified/39917ea/logo.svg?sanitize=true" align="right" alt width="200">](https://github.com/unifiedjs/unified)
[<img align="right" alt src="https://raw.githubusercontent.com/unifiedjs/unified/6838c70/logo-square.svg?sanitize=true" width="200">](https://github.com/unifiedjs/unified)

> A curated list of awesome [**unified**][unified] resources.
> A curated list of awesome **[unified][]** resources.
**unified** is an ecosystem around syntax trees, processing content, where
plugins do the heavy lifting.
**unified** is an ecosystem around syntax trees,
processing content,
where plugins do the heavy lifting.

## Contents

Expand All @@ -21,14 +22,14 @@ plugins do the heavy lifting.
## Official

* [unified](https://github.com/unifiedjs/unified) - Repository.
* [unifiedjs.com](https://unifiedjs.com) - Homepage.
* [unifiedjs.com](https://unifiedjs.com) - Website.
* [collective](https://github.com/unifiedjs/collective) - Collective governance docs.

## Projects

* [unified-engine](https://github.com/unifiedjs/unified-engine) - Process multiple files with unified.
* [unified-args](https://github.com/unifiedjs/unified-args) - Engine to create CLIs.
* [unified-engine-gulp](https://github.com/unifiedjs/unified-engine-gulp) - Engine to create [Gulp][] plugins.
* [unified-engine-gulp](https://github.com/unifiedjs/unified-engine-gulp) - Engine to create Gulp plugins.
* [unified-diff](https://github.com/unifiedjs/unified-diff) - Ignore unrelated messages in CIs.
* [unified-stream](https://github.com/unifiedjs/unified-stream) - Streaming interface.

Expand Down Expand Up @@ -58,16 +59,14 @@ plugins do the heavy lifting.

<!-- Definitions. -->

[license]: https://creativecommons.org/licenses/by/4.0/

[license-badge]: https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by.svg

[author]: https://wooorm.com

[awesome-badge]: https://awesome.re/badge.svg

[awesome]: https://awesome.re

[unified]: https://github.com/unifiedjs/unified
[license]: https://creativecommons.org/licenses/by/4.0/

[license-badge]: https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by.svg

[gulp]: https://github.com/gulpjs/gulp
[unified]: https://github.com/unifiedjs/unified

0 comments on commit 3d3b463

Please sign in to comment.