From 8e73e6ae0fc9b197f54b32242a4c70bfa634f309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20D=C3=BCsing?= Date: Wed, 17 Dec 2025 15:07:14 +0100 Subject: [PATCH 1/5] Move ConfigurationExplorer HTML template to ScalaDoc v3 design. Add CE run to unidoc SBT command --- TOOLS/ce/src/main/resources/ce.conf | 2 +- TOOLS/ce/src/main/resources/template.html | 119 ++++++++++++++++++---- build.sbt | 9 +- 3 files changed, 106 insertions(+), 24 deletions(-) diff --git a/TOOLS/ce/src/main/resources/ce.conf b/TOOLS/ce/src/main/resources/ce.conf index a07608269b..a6393d281a 100644 --- a/TOOLS/ce/src/main/resources/ce.conf +++ b/TOOLS/ce/src/main/resources/ce.conf @@ -31,7 +31,7 @@ # This does not render correctly on the documentation due to it being an HTML expression # @type String # @constraint Must be a valid closed HTML expression - headline = "

$label $brief$details

" + headline = "

$label

$brief$details
" brief = "- $brief " diff --git a/TOOLS/ce/src/main/resources/template.html b/TOOLS/ce/src/main/resources/template.html index 63e0793cea..3d27931631 100644 --- a/TOOLS/ce/src/main/resources/template.html +++ b/TOOLS/ce/src/main/resources/template.html @@ -1,58 +1,110 @@ + - + + The OPAL Framework $version - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - -