mirror of
https://github.com/apple/pkl.git
synced 2026-03-17 23:03:54 +01:00
Add quick link to standard library docs
Motivation: The standard library docs are some of the most important docs but currently very hard to find. I've noticed that even advanced users have never heard of them and complain about "zero docs".
This commit is contained in:
committed by
Philip K.F. Hölzenspies
parent
0f9ef53126
commit
2392a3c22f
@@ -1,7 +1,10 @@
|
||||
= User Manual
|
||||
include::../partials/component-attributes.adoc[]
|
||||
|
||||
Quick Links: xref:pkl-cli:index.adoc#installation[Installation] | xref:language-reference:index.adoc[Language Reference]
|
||||
Quick Links:
|
||||
xref:pkl-cli:index.adoc#installation[Installation]
|
||||
| xref:language-reference:index.adoc[Language Reference]
|
||||
| https://pkl-lang.org/package-docs/pkl/current/index.html[Standard Library]
|
||||
|
||||
Pkl -- pronounced _Pickle_ -- is an embeddable configuration language which provides rich support for data templating and validation.
|
||||
It can be used from the command line, integrated in a build pipeline, or embedded in a program.
|
||||
|
||||
Reference in New Issue
Block a user