From ab85208b7b561384e62903d323c7c8f46a44fa5f Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 18 Apr 2022 06:05:15 -0400 Subject: [PATCH] Move go doc to new location (#1366) Includes a couple other small fixes. --- {doc => docs}/modules/go.md | 2 +- mkdocs.yml | 2 ++ prelude-cheatsheet.pdf | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) rename {doc => docs}/modules/go.md (98%) diff --git a/doc/modules/go.md b/docs/modules/go.md similarity index 98% rename from doc/modules/go.md rename to docs/modules/go.md index 7999b7e..9d8981d 100644 --- a/doc/modules/go.md +++ b/docs/modules/go.md @@ -1,7 +1,7 @@ # Prelude Go This module builds on top of the shared [Programming](programming.md) -module, as well as the [Prelude-LSP](lsp.md) module. +module, as well as the `prelude-lsp` module. The following keybindings are set by default, which are not present in each mode's default bindings: diff --git a/mkdocs.yml b/mkdocs.yml index 8f9ded8..37910de 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -21,6 +21,8 @@ nav: - Python: modules/python.md - Ruby: modules/ruby.md - Rust: modules/rust.md + - F#: modules/fsharp.md + - Go: modules/go.md - FAQ: faq.md - Troubleshooting: troubleshooting.md - Contributing: contributing.md diff --git a/prelude-cheatsheet.pdf b/prelude-cheatsheet.pdf index f5c1113..1783a80 120000 --- a/prelude-cheatsheet.pdf +++ b/prelude-cheatsheet.pdf @@ -1 +1 @@ -doc/prelude-cheatsheet.pdf \ No newline at end of file +docs/prelude-cheatsheet.pdf \ No newline at end of file