From 2392a3c22f8c5520ec64c20eccedb5ca0c1e3a79 Mon Sep 17 00:00:00 2001 From: translatenix <119817707+translatenix@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:00:36 -0700 Subject: [PATCH] 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". --- docs/modules/ROOT/pages/index.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 33dca19b..b71ec94f 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -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.