From d67f5fed1baa7dd540ef5737a3b85b6c4fcda4c8 Mon Sep 17 00:00:00 2001 From: Caleb-o Date: Sat, 21 Sep 2024 18:07:44 +1000 Subject: [PATCH] Tidied up getting started and wrote first basics example --- book.toml | 5 +- docs/404.html | 5 +- docs/basics/hello_world.html | 301 +++++++++++++++++++++++++++++++++ docs/getting_started.html | 41 +++-- docs/index.html | 41 +++-- docs/print.html | 112 ++++++++++-- docs/searchindex.js | 2 +- docs/searchindex.json | 2 +- examples/basics/hello_world.c3 | 6 + src/SUMMARY.md | 5 + src/basics/hello_world.md | 104 ++++++++++++ src/getting_started.md | 34 ++-- 12 files changed, 603 insertions(+), 55 deletions(-) create mode 100644 docs/basics/hello_world.html create mode 100644 examples/basics/hello_world.c3 create mode 100644 src/basics/hello_world.md diff --git a/book.toml b/book.toml index cbc1e02..2a08676 100644 --- a/book.toml +++ b/book.toml @@ -1,8 +1,11 @@ [book] -authors = [] +authors = ["Caleb-o"] language = "en" multilingual = false src = "src" +[output.html] +git-repository-url = "https://github.com/Caleb-o/c3-cookbook" + [build] build-dir = "docs" \ No newline at end of file diff --git a/docs/404.html b/docs/404.html index cabc51c..c2e1b6b 100644 --- a/docs/404.html +++ b/docs/404.html @@ -89,7 +89,7 @@ diff --git a/docs/index.html b/docs/index.html index 0035e96..b164323 100644 --- a/docs/index.html +++ b/docs/index.html @@ -88,7 +88,7 @@ @@ -210,6 +222,9 @@

+ diff --git a/docs/print.html b/docs/print.html index 339990e..8ca407a 100644 --- a/docs/print.html +++ b/docs/print.html @@ -89,7 +89,7 @@