Skip to content

Commit

Permalink
documentation: Promote INSTALL and TUTORIAL to essentials
Browse files Browse the repository at this point in the history
It's probably not a very good idea that the first thing new users see is
the old wiki and FAQ. While still sometimes useful, these should be
de-emphasised (and, in an ideal world, just moved to the website at some
point).
  • Loading branch information
slotThe committed May 9, 2023
1 parent fd10e59 commit 9a57039
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

## The essentials

* [the FAQ](https://wiki.haskell.org/Xmonad/Frequently_asked_questions)
* [the wiki](https://wiki.haskell.org/Xmonad)
* the documentation:
* [install xmonad](INSTALL.md) – how to install xmonad
* [configuration tutorial](TUTORIAL.md) – guide to configuring xmonad
* Hackage documentation:
* [xmonad](https://hackage.haskell.org/package/xmonad) (last release)
* [xmonad-contrib](https://hackage.haskell.org/package/xmonad-contrib) (last release)
* [xmonad, xmonad-contrib, X11](https://xmonad.github.io/xmonad-docs/) (nightly snapshot)
Expand All @@ -28,6 +28,8 @@
* [manpage](manpage.html) – a reference of the default keybindings
* [configuring](https://xmonad.github.io/xmonad-docs/xmonad-contrib/XMonad-Doc-Configuring.html) – how to write a config file
* [xmonad api docs](https://xmonad.github.io/xmonad-docs/xmonad/) – reference documentation for xmonad's core API
* [the (old) FAQ](https://wiki.haskell.org/Xmonad/Frequently_asked_questions)
* [the (old) wiki](https://wiki.haskell.org/Xmonad)

## Extensions

Expand Down

0 comments on commit 9a57039

Please sign in to comment.