-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
63 lines (58 loc) · 1.64 KB
/
Copy pathmkdocs.yml
File metadata and controls
63 lines (58 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
site_name: New Transport Quoter — Manual de Usuario
site_description: Documentacion oficial del sistema de cotizacion de transporte de carga
site_author: Boxting Labs
site_url: https://boxting.github.io/docs_cotizador_nt/
docs_dir: docs
site_dir: site
theme:
name: material
language: es
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Cambiar a modo oscuro
- scheme: slate
toggle:
icon: material/brightness-4
name: Cambiar a modo claro
font:
text: Roboto
code: Roboto Mono
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
extra:
version: "2026.03.27"
markdown_extensions:
- admonition
- tables
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.details
nav:
- Inicio: index.md
- Alcance: alcance.md
- Perfiles de Usuario: perfiles.md
- Acceso al Sistema: acceso.md
- Navegacion General: navegacion.md
- Modulo de Cotizacion:
- Listado de Cotizaciones: cotizacion/listado.md
- Acciones por Cotizacion: cotizacion/acciones.md
- Crear Nueva Cotizacion: cotizacion/crear.md
- Ver Cotizacion: cotizacion/ver.md
- Generar PDF: cotizacion/pdf.md
- Variables de Cotizacion (Tarifas):
- Funciones Comunes: tarifas/funciones-comunes.md
- Crear y Editar Tarifa: tarifas/crear-editar.md
- Base de Datos Maestros: maestros.md
- Mensajes y Validaciones: validaciones.md
- Buenas Practicas: buenas-practicas.md
- Control de Cambios: control-cambios.md