Skip to content

Commit 436f537

Browse files
authored
Add a prominent link to the standard library docs (#16)
Motivation: The standard library docs are some of the most important docs but currently very hard to find. I've noticed that even fairly advanced users have never heard of them and complain about "zero docs".
1 parent faf7822 commit 436f537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/supplemental-ui/partials/header-content.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<a href="{{siteRootPath}}/main/current/resources.html" class="navbar-link">Resources</a>
5252
<div class="navbar-dropdown">
5353
<a class="navbar-item" href="https://github.com/apple/pkl">GitHub</a>
54+
<a class="navbar-item" href="https://pkl-lang.org/package-docs/pkl/current/index.html">Standard Library</a>
5455
<a class="navbar-item" href="https://pkl-lang.org/package-docs/">Package Docs</a>
5556
<a class="navbar-item" href="{{siteRootPath}}/main/current/style-guide/index.html">Style Guide</a>
5657
<a class="navbar-item" href="{{siteRootPath}}/security.html">Security</a>

0 commit comments

Comments
 (0)