Skip to content

Commit

Permalink
[ci skip] Add discord links
Browse files Browse the repository at this point in the history
  • Loading branch information
Baccata committed Feb 10, 2023
1 parent cbd1cc7 commit e7bfb4e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ See https://github.com/disneystreaming/smithy4s/pull/744
It is now possible to load credentials from an AWS-compliant configuration file (typically found under ~/.aws/credentials).
This is wired by default in the clients, and has lower precedence than the other providers.

### Improve docs

We've improved and added new sections to the documentation, in particular around AWS SDK usage and model pre-processing.
## Bug fixes

### Null default value traits are now correctly handled
Expand Down Expand Up @@ -131,7 +134,7 @@ See https://github.com/disneystreaming/smithy4s/pull/706

it's now possible to invoke transformations more conveniently in polymorhic code, via a method in the `Transformation` companion object

See https://github.com/disneystreaming/smithy4s/pull/681
See https://github.com/disneystreaming/smithy4s/pull/681

## Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![CI](https://github.com/disneystreaming/smithy4s/actions/workflows/ci.yml/badge.svg)](https://github.com/disneystreaming/smithy4s/actions/workflows/ci.yml)
[![smithy4s-core Scala version support](https://index.scala-lang.org/disneystreaming/smithy4s/smithy4s-core/latest-by-scala-version.svg)](https://index.scala-lang.org/disneystreaming/smithy4s/smithy4s-core)
[![CLA assistant](https://cla-assistant.io/readme/badge/disneystreaming/smithy4s)](https://cla-assistant.io/disneystreaming/smithy4s)

[![Discord](https://img.shields.io/discord/1045676621761347615.svg?label=&logo=discord&logoColor=ffffff&color=404244&labelColor=6A7EC2)](https://discord.gg/wvVga94s8r)
# smithy4s

## Usage
Expand Down
5 changes: 5 additions & 0 deletions modules/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ const config = {
label: 'GitHub',
position: 'right',
},
{
href: 'https://discord.gg/wvVga94s8r',
label: 'Discord',
position: 'right',
},
],
},
footer: {
Expand Down

0 comments on commit e7bfb4e

Please sign in to comment.