Files
pkl/docs/modules/language-tutorial/pages/index.adoc
Peter Niederwieser ecad035dca Initial commit
2024-02-01 14:00:22 -08:00

18 lines
854 B
Plaintext

= Tutorial
include::ROOT:partial$component-attributes.adoc[]
Welcome to the Pkl tutorial. We will get you up and running quickly!
If you are new to Pkl, we recommend that you follow along with the code examples.
This tutorial describes interactions with the xref:pkl-cli:index.adoc#repl[REPL].
For an even more interactive experience, follow along using a xref:main:ROOT:tools.adoc[supported editor].
For more comprehensive documentation, see xref:language-reference:index.adoc[Language Reference].
For ready-to-go examples with full source code, see xref:ROOT:examples.adoc[].
For API documentation, see xref:ROOT:standard-library.adoc[Standard Library].
Pick a tutorial by topic:
1. xref:01_basic_config.adoc[Basic Configuration]
2. xref:02_filling_out_a_template.adoc[Filling out a Template]
3. xref:03_writing_a_template.adoc[Writing a Template]