Add readthedocs via mkdocs

This commit is contained in:
2021-10-02 20:21:51 +02:00
parent f1e01e8b18
commit e0dafa2093
11 changed files with 720 additions and 28 deletions

20
docs/index.md Normal file
View File

@@ -0,0 +1,20 @@
# GHCup
GHCup is an installer for the general purpose language [Haskell](https://www.haskell.org/).
----
GHCup makes it easy to install specific versions of GHC on GNU/Linux,
macOS (aka Darwin), FreeBSD and Windows and can also bootstrap a fresh [Haskell developer environment](./install/#supported-tools) from scratch.
It follows the unix UNIX philosophy of [do one thing and do it well](https://en.wikipedia.org/wiki/Unix_philosophy#Do_One_Thing_and_Do_It_Well). Similar in scope to [rustup](https://github.com/rust-lang-nursery/rustup.rs), [pyenv](https://github.com/pyenv/pyenv) and [jenv](http://www.jenv.be).
<div class="text-center">
<a href="https://www.haskell.org/ghcup/" class="btn btn-primary" role="button">Quick Install</a>
<a href="install/" class="btn btn-primary" role="button">Getting Started</a>
<a href="guide/" class="btn btn-primary" role="button">User Guide</a>
</div>
----
![GHCup](./ghcup.gif)