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

23 lines
369 B
Handlebars
Raw Normal View History

---
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}}