More docs fixes (#6733)
* Fix various docs errors around std module Signed-off-by: Nick Cameron <nrc@ncameron.org> * remove KCL from lang docs titles and move settings docs Signed-off-by: Nick Cameron <nrc@ncameron.org> * Include functions declared in Rust in module docs Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
		@ -1,6 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
title: "prelude"
 | 
			
		||||
subtitle: "Module in "
 | 
			
		||||
title: "std"
 | 
			
		||||
subtitle: "Module in std::"
 | 
			
		||||
excerpt: "The KCL standard library "
 | 
			
		||||
layout: manual
 | 
			
		||||
---
 | 
			
		||||
@ -30,6 +30,11 @@ Contains frequently used constants, functions for interacting with the KittyCAD
 | 
			
		||||
* [`Y`](/docs/kcl-std/consts/std-Y)
 | 
			
		||||
* [`YZ`](/docs/kcl-std/consts/std-YZ)
 | 
			
		||||
* [`Z`](/docs/kcl-std/consts/std-Z)
 | 
			
		||||
* [`appearance`](/docs/kcl-std/appearance)
 | 
			
		||||
* [`assert`](/docs/kcl-std/assert)
 | 
			
		||||
* [`assertIs`](/docs/kcl-std/assertIs)
 | 
			
		||||
* [`clone`](/docs/kcl-std/clone)
 | 
			
		||||
* [`helix`](/docs/kcl-std/functions/std-helix)
 | 
			
		||||
* [`offsetPlane`](/docs/kcl-std/functions/std-offsetPlane)
 | 
			
		||||
* [`patternLinear2d`](/docs/kcl-std/patternLinear2d)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user