Skip to content

Commit abe8bde

Browse files
committed
Final touches
1 parent 721f021 commit abe8bde

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

docs/mkDocs/docs/community.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ If you have any questions, you can:
44

55
* Join the Liquid Haskell [slack channel](https://join.slack.com/t/liquidhaskell/shared_invite/enQtMjY4MTk3NDkwODE3LTFmZGFkNGEzYWRkNDJmZDQ0ZGU1MzBiZWZiZDhhNmY3YTJiMjUzYTRlNjMyZDk1NDU3ZGIxYzhlOTIzN2UxNWE)
66
* Mail the [users mailing list](https://groups.google.com/forum/#!forum/liquidhaskell)
7+
8+
9+
Alternatively, feel free to drop [Ranjit Jhala](https://github.com/ranjitjhala) or
10+
[Niki Vazou](https://github.com/nikivazou) an email.

docs/mkDocs/docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Read the below for more details on how to:
1313

1414
* **Install** [external software](install.md) dependencies required by LH
1515
* **Install** and use LH as a [GHC Plugin](plugin.md)
16-
* **Install** and use the (legacy) LH standalone [executable](legacy.md)
1716
* Use the command line [options](options.md) supported by LH
1817
* Write refinement type [specifications](specifications.md)
1918

docs/mkDocs/mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
site_name: LiquidHaskell
22

33
nav:
4-
- Install:
5-
- 'External Dependencies': install.md
6-
- 'Plugin': plugin.md
7-
- 'Legacy Executable': legacy.md
4+
- Home: index.md
5+
- Install: plugin.md
86
- Play: "https://liquid-demo.programming.systems/index.html"
97
- Learn:
108
- Blog: "https://ucsd-progsys.github.io/liquidhaskell-blog/"
119
- Options: options.md
1210
- Specifications: specifications.md
1311
- "Get Involved": contributing.md
12+
- "<i class='fa fa-github'></i>&nbsp;Github": "https://github.com/ucsd-progsys/liquidhaskell"
13+
1414

1515
theme: litera
1616

0 commit comments

Comments
 (0)