hercules-ci / arion

Run docker-compose with help from Nix/NixOS
Apache License 2.0
631 stars 47 forks source link

Use Compose Spec links in docs #202

Closed pedorich-n closed 8 months ago

pedorich-n commented 1 year ago

Since arion supports both docker and podman as a backend, I thought docs might point to a generic compose-spec because both of these backends implement it: https://github.com/compose-spec/compose-spec#implementations

I tested the docs with:

less $(nix build .#generated-option-doc-arion --print-out-paths)

I didn't test the validity of all the links. I clicked a couple and ensured the general way of constructing the link worked.

pedorich-n commented 8 months ago

@roberth are there any plans to get this merged? Or is there not much reason to have this?

roberth commented 8 months ago

Just didn't get around to it. Thank you!