GitXplorerGitXplorer
a

pkl-package-docs

public
11 stars
5 forks
1 issues

Commits

List of commits on branch main.
Verified
f2078080006a354de86008b33f8fbe8408bcd037

Set Pkl version to 0.+ (#13)

bbioball committed 3 months ago
Verified
b977e0e4b55760845486fca7fc3a0d0dff684c9a

Pin versions of dependencies (#12)

bbioball committed 3 months ago
Verified
55adca04a8f48f12fb7f552583ff178e04aad013

Fix setting author when creating commit (#9)

bbioball committed 5 months ago
Verified
275946801018e1e7df089f1725ec359e761fb636

Fix commit author when publishing (#8)

bbioball committed 5 months ago
Verified
e3ab9b4e8adfcea4f3f1fab92c55f12b31772554

Repo improvements (#7)

bbioball committed 6 months ago
Verified
23fbb1832566def5545a83254b0f6eb7831cd12d

Minor cleanup in build and env var handling (#3)

jjamesward committed 7 months ago

README

The README file for this repository.

= Package Docs

This repository hosts pkldoc documentation for Pkl packages.

It scans for new packages by polling for the latest GitHub releases from a set of GitHub repositories.

== How documentation is generated

This repository scans for new releases of packages from a set of repositories, determined in link:build.gradle.kts[].

It works by listing releases of each of these repositories, and spawnings the pkldoc generator with the latest set of each package.

The documentation gets pushed to the www branch of this repository. Once the documentation is pushed, the CI build for pkl-lang.org is triggered, which clones down the www branch and adds its contents to the resulting website.