]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
docs-v4: `make docsite` build fix
authornolade <nola.aunger@inkbridge.io>
Mon, 15 Dec 2025 18:32:31 +0000 (13:32 -0500)
committerAlan DeKok <aland@freeradius.org>
Thu, 8 Jan 2026 18:57:14 +0000 (13:57 -0500)
doc/antora/modules/reference/pages/dictionary/index.adoc
doc/antora/modules/tutorials/pages/unlang.adoc

index eb5bd68e368807f7537cb4b508b56d2e93d96b31..fafa980e4cf25a6d26550abcf7a7f2a6c3a027d1 100644 (file)
@@ -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,
index 057870971753f53c27e0b74cfbb8156c1b95e619..cefea27f06d95d1cb1d29185f0cbb2c1024eb079 100644 (file)
@@ -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.