Move go doc to new location (#1366)
Includes a couple other small fixes.
This commit is contained in:
parent
59e879bd70
commit
ab85208b7b
3 changed files with 4 additions and 2 deletions
|
@ -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:
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
doc/prelude-cheatsheet.pdf
|
||||
docs/prelude-cheatsheet.pdf
|
Loading…
Reference in a new issue