Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jan 17, 2024
1 parent eed79dc commit 5337c8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
<img src="/lsm-tree/logo.png" height="128">
<img src="/logo.png" height="128">
</p>

[![CI](https://github.com/fjall-rs/fjall/actions/workflows/test_lsmt.yml/badge.svg)](https://github.com/fjall-rs/fjall/actions/workflows/test_lsmt.yml)
[![CI](https://github.com/fjall-rs/lsm-tree/actions/workflows/lsmt.yml/badge.svg)](https://github.com/fjall-rs/lsm-tree/actions/workflows/lsmt.yml)
[![docs.rs](https://img.shields.io/docsrs/lsm-tree?color=green)](https://docs.rs/lsm-tree)
[![Crates.io](https://img.shields.io/crates/v/lsm-tree?color=blue)](https://crates.io/crates/lsm-tree)
![MSRV](https://img.shields.io/badge/MSRV-1.74.0-blue)
Expand Down Expand Up @@ -48,3 +48,4 @@ All contributions are to be licensed as MIT OR Apache-2.0.
## Footnotes

[1] https://rocksdb.org/blog/2017/05/12/partitioned-index-filter.html

4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
//! # Ok::<(), lsm_tree::Error>(())
//! ```

#![doc(html_logo_url = "https://raw.githubusercontent.com/fjall-rs/fjall/main/lsm-tree/logo.png")]
#![doc(html_logo_url = "https://raw.githubusercontent.com/fjall-rs/lsm-tree/main/logo.png")]
#![doc(
html_favicon_url = "https://raw.githubusercontent.com/fjall-rs/fjall/main/lsm-tree/logo.png"
html_favicon_url = "https://raw.githubusercontent.com/fjall-rs/lsm-tree/main/logo.png"
)]
#![forbid(unsafe_code)]
#![deny(clippy::all, missing_docs, clippy::cargo)]
Expand Down

0 comments on commit 5337c8b

Please sign in to comment.