* WIP: Change the name of the app Fixes #5971 * Force release build * More renames * Fix release builds on PR * Remove alpha on home page, replace with nightly if nightly * Change appId back to dev.zoo.modeling-app after updater test failure * Cleanup towards review * Lint * Lint plus @jacebrowning's suggestion * Lint
23 lines
369 B
Handlebars
23 lines
369 B
Handlebars
---
|
|
title: "KCL Standard Library"
|
|
excerpt: "Documentation for the KCL standard library for the Zoo Design Studio."
|
|
layout: manual
|
|
---
|
|
|
|
## Table of Contents
|
|
|
|
### Language
|
|
|
|
{{#each lang_topics}}
|
|
* [`{{name}}`](kcl/{{file_name}})
|
|
{{/each}}
|
|
|
|
### Standard library
|
|
|
|
{{#each modules}}
|
|
* **{{name}}**
|
|
{{#each functions}}
|
|
* [`{{name}}`](kcl/{{file_name}})
|
|
{{/each}}
|
|
{{/each}}
|