Skip to content

Commit

Permalink
Merge pull request #49 from meilisearch/introduce-grenad-logo-and-assets
Browse files Browse the repository at this point in the history
Add the new logos to the README and docs
  • Loading branch information
Kerollmops committed Nov 26, 2023
2 parents 46e5e27 + 199b789 commit e5905ea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Grenad
<p align="center"><img width="280px" src="https://raw.githubusercontent.com/meilisearch/grenad/main/assets/grenad-pomegranate-logo.png"></a>
<h1 align="center" >Grenad</h1>

[![License](https://img.shields.io/badge/license-MIT-green)](#LICENSE)
[![Crates.io](https://img.shields.io/crates/v/grenad)](https://crates.io/crates/grenad)
Expand Down
Binary file added assets/grenad-pomegranate-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/grenad-pomegranate.ico
Binary file not shown.
7 changes: 7 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#![doc(
html_favicon_url = "https://raw.githubusercontent.com/meilisearch/grenad/main/assets/grenad-pomegranate.ico?raw=true"
)]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/meilisearch/grenad/main/assets/grenad-pomegranate-logo.png?raw=true"
)]

//! This library provides tools to sort, merge, write, and read immutable key-value pairs.
//! The entries in the grenad files are _immutable_ and the only way to modify them is by _creating
//! a new file_ with the changes.
Expand Down

0 comments on commit e5905ea

Please sign in to comment.