From be8c9b105f76f8530046cc291d04dec3ee59f7ed Mon Sep 17 00:00:00 2001 From: Kevin Lee Date: Fri, 26 Jan 2024 21:56:08 +1100 Subject: [PATCH] Update docs: Rename logo image files [skip ci] --- docs/latest/getting-started.md | 2 +- docs/v1/getting-started.md | 2 +- website/docusaurus.config.js | 2 +- website/src/pages/index.js | 2 +- ...gger-f-logo-200x200.png => logger-f-200x200.png} | Bin .../{logger-f-logo-32x32.png => logger-f-32x32.png} | Bin ...gger-f-logo-400x400.png => logger-f-400x400.png} | Bin .../{logger-f-logo-64x64.png => logger-f-64x64.png} | Bin .../{logger-f-logo-96x96.png => logger-f-96x96.png} | Bin 9 files changed, 4 insertions(+), 4 deletions(-) rename website/static/img/{logger-f-logo-200x200.png => logger-f-200x200.png} (100%) rename website/static/img/{logger-f-logo-32x32.png => logger-f-32x32.png} (100%) rename website/static/img/{logger-f-logo-400x400.png => logger-f-400x400.png} (100%) rename website/static/img/{logger-f-logo-64x64.png => logger-f-64x64.png} (100%) rename website/static/img/{logger-f-logo-96x96.png => logger-f-96x96.png} (100%) diff --git a/docs/latest/getting-started.md b/docs/latest/getting-started.md index deaf4632..6e6e544f 100644 --- a/docs/latest/getting-started.md +++ b/docs/latest/getting-started.md @@ -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) diff --git a/docs/v1/getting-started.md b/docs/v1/getting-started.md index 6750b60a..87b1203c 100644 --- a/docs/v1/getting-started.md +++ b/docs/v1/getting-started.md @@ -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. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 932d912a..768f6ee4 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -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: [ { diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 183b4831..087389cf 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -60,7 +60,7 @@ function Home() { description="Logger for F[_]">
- Project Logo + Project Logo

{siteConfig.title}

diff --git a/website/static/img/logger-f-logo-200x200.png b/website/static/img/logger-f-200x200.png similarity index 100% rename from website/static/img/logger-f-logo-200x200.png rename to website/static/img/logger-f-200x200.png diff --git a/website/static/img/logger-f-logo-32x32.png b/website/static/img/logger-f-32x32.png similarity index 100% rename from website/static/img/logger-f-logo-32x32.png rename to website/static/img/logger-f-32x32.png diff --git a/website/static/img/logger-f-logo-400x400.png b/website/static/img/logger-f-400x400.png similarity index 100% rename from website/static/img/logger-f-logo-400x400.png rename to website/static/img/logger-f-400x400.png diff --git a/website/static/img/logger-f-logo-64x64.png b/website/static/img/logger-f-64x64.png similarity index 100% rename from website/static/img/logger-f-logo-64x64.png rename to website/static/img/logger-f-64x64.png diff --git a/website/static/img/logger-f-logo-96x96.png b/website/static/img/logger-f-96x96.png similarity index 100% rename from website/static/img/logger-f-logo-96x96.png rename to website/static/img/logger-f-96x96.png