Skip to content

Commit

Permalink
Update docs: Rename logo image files
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
kevin-lee committed Jan 26, 2024
1 parent 91c89b8 commit be8c9b1
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/latest/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: /
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

![](/img/logger-f-logo-200x200.png)
![](/img/logger-f-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)
Expand Down
2 changes: 1 addition & 1 deletion docs/v1/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import TabItem from '@theme/TabItem';

* Supported Scala Versions: @SUPPORTED_SCALA_VERSIONS@

## ![](/img/logger-f-logo-96x96.png) LoggerF - Logger for `F[_]`
## ![](/img/logger-f-96x96.png) 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/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const websiteConfig = {
title: 'logger-f',
logo: {
alt: 'logger-f Logo',
src: 'img/logger-f-logo-32x32.png',
src: 'img/logger-f-32x32.png',
},
items: [
{
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/')}/logger-f-logo-400x400.png`} alt="Project Logo" />
<img src={`${useBaseUrl('img/')}/logger-f-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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit be8c9b1

Please sign in to comment.