From 8196ab379495ab00c11b74b55b6f2fabd99ab351 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 20 Sep 2021 23:01:35 -0400 Subject: Updates and fixes for the book. --- .../book/the_lux_programming_language/appendix_h.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'documentation/book/the_lux_programming_language/appendix_h.md') diff --git a/documentation/book/the_lux_programming_language/appendix_h.md b/documentation/book/the_lux_programming_language/appendix_h.md index b20a6240f..3ed682294 100644 --- a/documentation/book/the_lux_programming_language/appendix_h.md +++ b/documentation/book/the_lux_programming_language/appendix_h.md @@ -139,10 +139,10 @@ Now that we have seen the available commands, it would be useful to see an annot ... "organization" ["name" "Lux Foundation" ... "url" "http://example.com/lux_foundation"] ]] - ... #contributors [["name" "Eduardo Julian" - ... "url" "https://github.com/eduardoejp" - ... "organization" ["name" "Lux Foundation" - ... "url" "http://example.com/lux_foundation"]]] + ... "contributors" [["name" "Eduardo Julian" + ... "url" "https://github.com/eduardoejp" + ... "organization" ["name" "Lux Foundation" + ... "url" "http://example.com/lux_foundation"]]] ] ... An optional list of repositories you can deploy to, given aliases so they're easy to refer to with the "deploy" command. @@ -198,11 +198,12 @@ Now that we have seen the available commands, it would be useful to see an annot ] "bibliotheca" - ["info" ["description" "Standard library for the Lux programming language."] + ["info" ["description" "Standard Library for the Lux programming language."] "test" "test/lux"] - "documentation" - ["program" "documentation/lux" + "scriptum" + ["info" ["description" "Documentation for the Standard Library for the Lux programming language."] + "program" "documentation/lux" "test" "documentation/lux"] "aedifex" -- cgit v1.2.3