Include link to the new book (#7056)

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-05-20 07:49:23 +12:00
committed by GitHub
parent 3a599d0a0a
commit b1d1d89ca5
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ excerpt: "Documentation of the KCL language for the Zoo Design Studio."
layout: manual layout: manual
--- ---
This is a reference for KCL. If you are learning KCL, you may prefer the [guide]() which explains This is a reference for KCL. If you are learning KCL, you may prefer the [guide](https://zoo.dev/docs/kcl-book/intro.html) which explains
things in a more tutorial fashion. See also our documentation of the [standard library](/docs/kcl-std). things in a more tutorial fashion. See also our documentation of the [standard library](/docs/kcl-std).
## Topics ## Topics

View File

@ -11,7 +11,7 @@ Contains frequently used constants, functions for interacting with the KittyCAD
The standard library is organised into modules (listed below), but most things are always available in KCL programs. The standard library is organised into modules (listed below), but most things are always available in KCL programs.
You might also want the [KCL language reference](/docs/kcl-lang) or the [KCL guide](). You might also want the [KCL language reference](/docs/kcl-lang) or the [KCL guide](https://zoo.dev/docs/kcl-book/intro.html).
## Modules ## Modules

View File

@ -6,7 +6,7 @@
/// The standard library is organised into modules (listed below), but most things are always available /// The standard library is organised into modules (listed below), but most things are always available
/// in KCL programs. /// in KCL programs.
/// ///
/// You might also want the [KCL language reference](/docs/kcl-lang) or the [KCL guide](). /// You might also want the [KCL language reference](/docs/kcl-lang) or the [KCL guide](https://zoo.dev/docs/kcl-book/intro.html).
@no_std @no_std
@settings(defaultLengthUnit = mm, kclVersion = 1.0) @settings(defaultLengthUnit = mm, kclVersion = 1.0)