docs(configuration): improve clarity and formatting in configuration documentation

This commit is contained in:
elipeter 2026-05-22 09:42:18 -05:00
parent 9062cd652a
commit 32211079a0
32 changed files with 717 additions and 380 deletions

View file

@ -29,8 +29,8 @@
//! guard names on [`DifferentialOutcome::known_guards`] and can
//! deprioritise the finding without losing the underlying signal.
use crate::dynamic::framework::auth_markers::{AuthMarkerKind, classify};
use crate::dynamic::framework::FrameworkBinding;
use crate::dynamic::framework::auth_markers::{AuthMarkerKind, classify};
use crate::evidence::{DifferentialOutcome, DifferentialVerdict};
use crate::symbol::Lang;
@ -116,9 +116,7 @@ pub fn is_triggering_verdict(verdict: DifferentialVerdict) -> bool {
#[cfg(test)]
mod tests {
use super::*;
use crate::dynamic::framework::{
FrameworkBinding, HttpMethod, MiddlewareShape, RouteShape,
};
use crate::dynamic::framework::{FrameworkBinding, HttpMethod, MiddlewareShape, RouteShape};
use crate::evidence::EntryKind;
fn make_outcome(verdict: DifferentialVerdict) -> DifferentialOutcome {