From d0b8e02c28b588fe573b576d34f45bec5c1083d9 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 16 Dec 2022 02:37:20 +0100 Subject: [PATCH] Work around antora bug? Worked locally. --- docs/modules/ROOT/pages/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index b976641..7b63fe6 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -116,7 +116,7 @@ Describe containers using NixOS-style modules. There are a few options: `examples/minimal/arion-compose.nix` [,nix] ---- -include::example$minimal/arion-compose.nix[] +include::arion:ROOT:example$minimal/arion-compose.nix[] ---- ==== NixOS: run full OS @@ -125,7 +125,7 @@ include::example$minimal/arion-compose.nix[] [,nix] ---- -include::example$full-nixos/arion-compose.nix[] +include::arion:ROOT:example$full-nixos/arion-compose.nix[] ---- ==== Docker image from DockerHub