From 2ecd00030a4b7eb0cb10f883181fd180d0bec4fd Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Tue, 14 Jan 2025 10:55:50 -0800 Subject: [PATCH] add antora_docs hook, update index.html --- doc/antora_docs.sh | 9 +++++++++ index.html | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100755 doc/antora_docs.sh diff --git a/doc/antora_docs.sh b/doc/antora_docs.sh new file mode 100755 index 00000000..5fc4a429 --- /dev/null +++ b/doc/antora_docs.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +set -ex + +SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) +cd "$SCRIPT_DIR" + +npm ci +npx antora unordered-playbook.yml diff --git a/index.html b/index.html index afbc35e3..a9d60f6a 100644 --- a/index.html +++ b/index.html @@ -7,10 +7,10 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) - + Automatic redirection failed, please go to -doc/html/unordered.html +doc/html/index.html