From efa3db78c72b0dfe82e333df89daa526123a9d80 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 13 Feb 2023 00:53:06 +0100 Subject: build book with mdbook --- documentation/book/book.toml | 6 ++++++ documentation/book/the_lux_programming_language/SUMMARY.md | 1 + documentation/book/the_lux_programming_language/introduction.md | 4 ++++ 3 files changed, 11 insertions(+) create mode 100644 documentation/book/book.toml create mode 120000 documentation/book/the_lux_programming_language/SUMMARY.md (limited to 'documentation') diff --git a/documentation/book/book.toml b/documentation/book/book.toml new file mode 100644 index 000000000..69ee53e79 --- /dev/null +++ b/documentation/book/book.toml @@ -0,0 +1,6 @@ +[book] +authors = ["stuebinm"] +language = "en" +multilingual = false +src = "the_lux_programming_language" +title = "The Lux Programming Language" diff --git a/documentation/book/the_lux_programming_language/SUMMARY.md b/documentation/book/the_lux_programming_language/SUMMARY.md new file mode 120000 index 000000000..dd0ea36c8 --- /dev/null +++ b/documentation/book/the_lux_programming_language/SUMMARY.md @@ -0,0 +1 @@ +index.md \ No newline at end of file diff --git a/documentation/book/the_lux_programming_language/introduction.md b/documentation/book/the_lux_programming_language/introduction.md index 4b75ac8f1..71ac923e2 100644 --- a/documentation/book/the_lux_programming_language/introduction.md +++ b/documentation/book/the_lux_programming_language/introduction.md @@ -28,3 +28,7 @@ I wish you, my dear reader, good luck on this journey, and much fun! Click here to [read](chapter_1.md) the 1st chapter. + +# Copyright Note + +This work is under the [Mozilla Public License 2.0](https://github.com/LuxLang/lux/blob/master/license.md), and was published as part of the [the Lux repository on GitHub](https://github.com/LuxLang/lux). -- cgit v1.2.3