Files
modeling-app/src/wasm-lib/kcl/src/docs/templates/index.hbs

18 lines
348 B
Handlebars
Raw Normal View History

---
title: "KCL Standard Library"
excerpt: "Documentation for the KCL standard library for the Zoo Modeling App."
layout: manual
---
## Table of Contents
* [Types](kcl/types)
* [Modules](kcl/modules)
* [Known Issues](kcl/KNOWN-ISSUES)
{{#each modules}}
* **`{{name}}`**
{{#each functions}}
* [`{{name}}`](kcl/{{file_name}})
{{/each}}
{{/each}}