aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2023-02-13 00:53:06 +0100
committerstuebinm2023-02-13 01:09:31 +0100
commitefa3db78c72b0dfe82e333df89daa526123a9d80 (patch)
tree8a0879750891bf027f7434811c037c0b6821ed63
parent049dcdc0c6dc678786dbf854a20385fb6ef06f9a (diff)
build book with mdbookHEADmaster
-rw-r--r--documentation/book/book.toml6
l---------documentation/book/the_lux_programming_language/SUMMARY.md1
-rw-r--r--documentation/book/the_lux_programming_language/introduction.md4
3 files changed, 11 insertions, 0 deletions
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).