Skip to content

Commit

Permalink
Set favicon (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Havret authored Jun 7, 2024
1 parent 8ca5e1b commit ac044e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# .NET Client for Apache ActiveMQ Artemis
# .NET CORE Client for Apache ActiveMQ Artemis

[![Build](https://github.com/Havret/dotnet-activemq-artemis-core-client/actions/workflows/build.yml/badge.svg)](https://github.com/Havret/dotnet-activemq-artemis-core-client/actions/workflows/build.yml)

---

<div align="center">

<img src="./readme/artemis.png" alt="ArtemisNetCoreClient" width="400"/>
<img src="./website/static/img/artemis.png" alt="ArtemisNetCoreClient" width="400"/>

</div>

Expand All @@ -18,7 +18,7 @@

Apache ActiveMQ Artemis is an open-source project to build a multi-protocol, embeddable, very high performance, clustered, asynchronous messaging system.

This .NET client library is an open-source effort to equip .NET developers with a powerful, straightforward client for Apache ActiveMQ Artemis. Utilizing the broker's Core protocol, this library focuses on high-performance messaging, ensuring compatibility and comprehensive feature support with Apache ActiveMQ Artemis.
This .NET client library is an open-source effort to equip .NET developers with a powerful, straightforward client for Apache ActiveMQ Artemis. Utilizing the broker's CORE protocol, this library focuses on high-performance messaging, ensuring compatibility and comprehensive feature support with Apache ActiveMQ Artemis.

## Quickstart

Expand Down
8 changes: 4 additions & 4 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module.exports = {
tagline: 'Unofficial .NET client library for Apache ActiveMQ Artemis utilizing the CORE protocol',
url: 'https://havret.github.io',
baseUrl: '/dotnet-activemq-artemis-core-client',
favicon: 'img/favicon.ico',
favicon: 'img/artemis.png',
organizationName: 'havret', // Usually your GitHub org/user name.
projectName: 'dotnet-activemq-artemis-core-client', // Usually your repo name.
themeConfig: {
navbar: {
title: '.NET CORE Client for ActiveMQ Artemis',
logo: {
alt: 'My Site Logo',
src: 'img/logo.svg',
alt: '.NET CORE Client for ActiveMQ Artemis',
src: 'img/artemis.png',
},
items: [
{
Expand Down Expand Up @@ -63,7 +63,7 @@ module.exports = {
algolia : {
appId: 'RMXXLJY88T',
apiKey: 'bdcaf022e9869ccbf8537bbc9bd7e75f',
indexName: 'dotnet-activemq-artemis-client',
indexName: 'dotnet-activemq-artemis-core-client',
contextualSearch: false
},
announcementBar: {
Expand Down
File renamed without changes

0 comments on commit ac044e8

Please sign in to comment.