✨ (seaorm): Incluye DbType y retoca docs de config
This commit is contained in:
parent
3951f1da1a
commit
dfc1bdbc4c
4 changed files with 42 additions and 22 deletions
|
|
@ -28,13 +28,13 @@ include_config!(SETTINGS: Settings => [
|
|||
"bootsier.max_width" => "1440px",
|
||||
]);
|
||||
|
||||
/// Tipos para la sección [`[bootsier]`](Bootsier) de [`SETTINGS`].
|
||||
/// Ajustes para la sección [`Bootsier`] de [`SETTINGS`].
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct Settings {
|
||||
pub bootsier: Bootsier,
|
||||
}
|
||||
|
||||
/// Sección `[bootsier]` de la configuración. Forma parte de [`Settings`].
|
||||
/// Sección **`[bootsier]`** de la configuración. Forma parte de [`Settings`].
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct Bootsier {
|
||||
/// Ancho máximo predeterminado para la página, por ejemplo "100%" o "90rem".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue