From 1d1ace096e89b7162a981427d29350d2e278d978 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 2 Oct 2021 22:26:35 +0200 Subject: [PATCH] Update docs --- README.md | 2 -- docs/css/extra.css | 13 +++++++++++++ docs/index.md | 11 +++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c794a35..78fe64a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ ## The GHCup Haskell installer ----- - [![Join the chat at Libera.chat](https://img.shields.io/badge/chat-on%20libera%20IRC-brightgreen.svg)](https://kiwiirc.com/nextclient/irc.libera.chat/?nick=Guest%7C?#haskell,#haskell-ghcup) [![Join the chat at Matrix.org](https://img.shields.io/matrix/haskell-tooling:matrix.org?label=chat%20on%20matrix.org)](https://app.element.io/#/room/#haskell-tooling:matrix.org) [![Join the chat at Discord](https://img.shields.io/discord/280033776820813825?label=chat%20on%20discord)](https://discord.gg/pKYf3zDQU7) diff --git a/docs/css/extra.css b/docs/css/extra.css index fea434a..8a90c82 100644 --- a/docs/css/extra.css +++ b/docs/css/extra.css @@ -20,6 +20,19 @@ code.no-highlight { color: black; } +div.gh-badge img { + margin: 0; + padding: 0; + height: 30px; +} + +a.donate-badge img { + margin-top: 10; + margin-bottom: 0; + padding: 0; + height: 50px; +} + /* Definition List styles */ dd { diff --git a/docs/index.md b/docs/index.md index 1772491..ecf6fd2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,6 +8,13 @@ hide: GHCup is an installer for the general purpose language [Haskell](https://www.haskell.org/). +
+Join the chat at Libera.chat +Join the chat at Matrix.org +Join the chat at Discord +Join the chat at https://gitter.im/haskell/ghcup +
+ ---- GHCup makes it easy to install specific versions of GHC on GNU/Linux, @@ -19,6 +26,10 @@ It follows the unix UNIX philosophy of [do one thing and do it well](https://en. Getting Started User Guide +
+ +
+ ----