From: nolade Date: Mon, 15 Dec 2025 18:32:31 +0000 (-0500) Subject: docs-v4: `make docsite` build fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a8fe5437b036446be7805b6689468dfcae7f2d7;p=thirdparty%2Ffreeradius-server.git docs-v4: `make docsite` build fix --- diff --git a/doc/antora/modules/reference/pages/dictionary/index.adoc b/doc/antora/modules/reference/pages/dictionary/index.adoc index eb5bd68e368..fafa980e4cf 100644 --- a/doc/antora/modules/reference/pages/dictionary/index.adoc +++ b/doc/antora/modules/reference/pages/dictionary/index.adoc @@ -1,4 +1,4 @@ -= Dictionaries +== Dictionaries The `dictionary` files define names, numbers, and xref:type/index.adoc[data types] for use in the server. In general, diff --git a/doc/antora/modules/tutorials/pages/unlang.adoc b/doc/antora/modules/tutorials/pages/unlang.adoc index 05787097175..cefea27f06d 100644 --- a/doc/antora/modules/tutorials/pages/unlang.adoc +++ b/doc/antora/modules/tutorials/pages/unlang.adoc @@ -2,4 +2,4 @@ The xref:reference:unlang/index.adoc[Unlang] policy language in FreeRADIUS enables you to create policies with ease. Unlang enables conditional checks and updates to request or response attributes based on those checks. Unlang’s syntax is similar to configuration files. It supports comments, whitespace, and sections. The main difference is that configuration files are static and declarative. They define variables and values that remain static while the server runs. -In contrast, xref:reference:unlang/index.adoc[Unlang] operates at runtime. It processes each incoming packet and evaluates conditional statements, like xref:reference:unlang/condition/if.adoc[if] for every packet. This allows dynamic editing of attribute contents or lists, making it more flexible for "in-flight" requests. +In contrast, xref:reference:unlang/index.adoc[Unlang] operates at runtime. It processes each incoming packet and evaluates conditional statements, like xref:reference:unlang/if.adoc[if] for every packet. This allows dynamic editing of attribute contents or lists, making it more flexible for "in-flight" requests.