apple / pkl

A configuration as code language with rich validation and tooling.
https://pkl-lang.org
Apache License 2.0
10.38k stars 280 forks source link

Added support for an alternative current dir mode in pkldoc #824

Open netvl opened 3 days ago

netvl commented 3 days ago

Some systems, for example, GitHub Pages, have trouble with handling symlinks, which breaks the current directory links created by Pkldoc. In this PR, we add an alternative mode which creates a full copy of the latest published version contents in the current directory instead.