Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 582 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 582 Bytes

Old version of terranix.org. See terranix/terranix.github.io for current version.

terranix.org source code

task server  # start local server
task publish # publish code

generate content/options//options.json

terranix-doc-json \
  --path /nix/store/yp1h149c9mbc4sp4c65iwwlh1rfcxh9x-terranix \
  --url https://github.com/terranix/terranix/tree/master/ \
  core-options.nix | jq '.' > core-options.json

--path is to shorten the url, just run without it, and you'll see.