Skip to content

Commit

Permalink
Merge pull request #521 from kevin-lee/update-docs
Browse files Browse the repository at this point in the history
Update docs: Update logo images
  • Loading branch information
kevin-lee authored Jan 26, 2024
2 parents b7c28ab + d9b3e2b commit 6423890
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/latest/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ slug: /
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

![](/img/logger-f-logo-200x200.png)

[![Build Status](https://github.com/Kevin-Lee/logger-f/workflows/Build-All/badge.svg)](https://github.com/Kevin-Lee/logger-f/actions?workflow=Build-All)
[![Release Status](https://github.com/Kevin-Lee/logger-f/workflows/Release/badge.svg)](https://github.com/Kevin-Lee/logger-f/actions?workflow=Release)
[![Latest version](https://index.scala-lang.org/kevin-lee/logger-f/latest.svg)](https://index.scala-lang.org/kevin-lee/logger-f)
Expand All @@ -21,7 +23,7 @@ import TabItem from '@theme/TabItem';

* Supported Scala Versions: @SUPPORTED_SCALA_VERSIONS@

## ![](/img/logger-f-logo-96x96.png) LoggerF - Logger for `F[_]`
## LoggerF - Logger for `F[_]`

LoggerF is a tool for logging tagless final with an effect library. LoggerF requires [Effectie](https://kevin-lee.github.io/effectie) to construct `F[_]`. All the example code in this doc site uses Effectie so if you're not familiar with it, please check out [Effectie](https://kevin-lee.github.io/effectie) website.

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function Home() {
description="Logger for F[_]">
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<img src={`${useBaseUrl('img/')}/poster.png`} alt="Project Logo" />
<img src={`${useBaseUrl('img/')}/logger-f-logo-400x400.png`} alt="Project Logo" />
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle"><div dangerouslySetInnerHTML={{__html: siteConfig.tagline}} /></p>
<div className={styles.buttons}>
Expand Down
Binary file modified website/static/img/favicon.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 website/static/img/logger-f-logo-200x200.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 modified website/static/img/logger-f-logo-32x32.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 website/static/img/logger-f-logo-400x400.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 modified website/static/img/logger-f-logo-64x64.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 modified website/static/img/logger-f-logo-96x96.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 website/static/img/logger-f-social-card.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/static/img/poster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6423890

Please sign in to comment.