// SPDX-FileCopyrightText: 2026 Slatian <baschdel@disroot.org>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
//! Documentation module
//!
//! ## In here
//!
//! In here you can find documentation on:
//! * [The Template Directory Layout][template_directory]
//! * [A migration guide to version 0.6](migrating_to_0_6)
//! * The Configuration files:
//! * [`templates.toml` the Templates Manifest][templates_manifest]
//! * [`languages/manifest.toml` the Language Manifest][language_manifest]
//! * `extra.toml` is fully defined by the template, it is not documented here
//! * [A reference for writing templates][writing_templates]
//! * [A guide for developers on how to make the lib-humus parts of your application enjoyable for admins][admin_experience]
//!
//! ## See Also
//!
//! Example code can be found in the [`lib-humus` repository in the `examples` directory](https://codeberg.org/slatian/lib-humus/src/branch/main/examples).
//!
//! * [Documentation for the tera templating engine](https://keats.github.io/tera/)
//! * [Fluent (the `.flt` files) Website with documentation](https://projectfluent.org/)