-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzensical.es.toml
More file actions
178 lines (167 loc) · 6.39 KB
/
zensical.es.toml
File metadata and controls
178 lines (167 loc) · 6.39 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
[project]
site_name = "omegaUp Documentation"
site_url = "https://antedotee.github.io/omegaup-docs/"
site_dir = "site/es"
copyright = "Copyright © 2025 omegaUp"
docs_dir = "docs/es"
use_directory_urls = true
extra_css = ["stylesheets/omegaup-theme.css"]
extra_javascript = ["javascripts/docs-layout-fix.js"]
[project.theme]
name = "material"
palette.primary = "custom"
palette.accent = "custom"
palette.scheme = "default"
language = "es"
favicon = "assets/images/favicon-76x76.png"
logo = "assets/images/omegaup.png"
custom_dir = "overrides"
features = [
"navigation.tabs",
"navigation.sections",
"navigation.expand",
"navigation.indexes",
"navigation.top",
"search.suggest",
"search.highlight",
"content.code.copy",
"content.code.annotate",
]
[project.markdown_extensions.admonition]
[project.markdown_extensions.attr_list]
[project.markdown_extensions.def_list]
[project.markdown_extensions.footnotes]
[project.markdown_extensions.md_in_html]
[project.markdown_extensions.tables]
[project.markdown_extensions.pymdownx.arithmatex]
[project.markdown_extensions.pymdownx.betterem]
[project.markdown_extensions.pymdownx.caret]
[project.markdown_extensions.pymdownx.details]
[project.markdown_extensions.pymdownx.emoji]
emoji_index = "zensical.extensions.emoji.twemoji"
emoji_generator = "zensical.extensions.emoji.to_svg"
options.custom_icons = ["overrides/.icons"]
[project.markdown_extensions.pymdownx.highlight]
[project.markdown_extensions.pymdownx.inlinehilite]
[project.markdown_extensions.pymdownx.keys]
[project.markdown_extensions.pymdownx.magiclink]
[project.markdown_extensions.pymdownx.mark]
[project.markdown_extensions.pymdownx.smartsymbols]
[project.markdown_extensions.pymdownx.superfences]
custom_fences = [
{ name = "mermaid", class = "mermaid", format = "pymdownx.superfences.fence_code_format" },
]
[project.markdown_extensions.pymdownx.tasklist]
[project.markdown_extensions.pymdownx.tilde]
#
# Navigation
[[project.nav]]
"Empezando" = [
{ "Descripción general" = "getting-started/" },
{ "Configuración de desarrollo" = "getting-started/development-setup.md" },
{ "Contribuyendo" = "getting-started/contributing.md" },
{ "Obtener ayuda" = "getting-started/getting-help.md" },
]
[[project.nav]]
"Arquitectura" = [
{ "Descripción general" = "architecture/" },
{ "Internos" = "architecture/internals.md" },
{ "Backend" = "architecture/backend.md" },
{ "Frontend" = "architecture/frontend.md" },
{ "Esquema de base de datos" = "architecture/database-schema.md" },
{ "Patrón MVC" = "architecture/mvc-pattern.md" },
{ "Internos del Grader" = "architecture/grader-internals.md" },
{ "Internos del Runner" = "architecture/runner-internals.md" },
{ "Gitserver" = "architecture/gitserver.md" },
{ "Broadcaster" = "architecture/broadcaster.md" },
{ "Infraestructura" = "architecture/infrastructure.md" },
{ "Seguridad" = "architecture/security.md" },
]
[[project.nav]]
"Características" = [
{ "Descripción general" = "features/" },
{ "Arena" = "features/arena.md" },
{ "Grader" = "features/grader.md" },
{ "Runner" = "features/runner.md" },
{ "Sandbox" = "features/sandbox.md" },
{ "Versionado de problemas" = "features/problem-versioning.md" },
{ "Actualizaciones en tiempo real" = "features/realtime.md" },
{ "Veredictos" = "features/verdicts.md" },
{ "Insignias" = "features/badges.md" },
{ "Concursos" = [
{ "Descripción general" = "features/contests/" },
{ "Gestión de concursos" = "features/contests/managing-contests.md" },
]},
{ "Problemas" = [
{ "Descripción general" = "features/problems/" },
{ "Formato de problema" = "features/problems/problem-format.md" },
{ "Crear problemas" = "features/problems/creating-problems.md" },
]},
]
[[project.nav]]
"Desarrollo" = [
{ "Descripción general" = "development/" },
{ "Directrices de codificación" = "development/coding-guidelines.md" },
{ "Pruebas" = "development/testing.md" },
{ "Componentes" = "development/components.md" },
{ "Patrones de base de datos" = "development/database-patterns.md" },
{ "Guía de migración" = "development/migration-guide.md" },
{ "Comandos útiles" = "development/useful-commands.md" },
{ "Generación de páginas GSoC" = "development/gsoc-data-generation.md" },
]
[[project.nav]]
"Referencia de API" = [
{ "Descripción general" = "api/" },
{ "REST API" = "api/rest-api.md" },
{ "Autenticación" = "api/authentication.md" },
{ "Usuarios" = "api/users.md" },
{ "Problemas" = "api/problems.md" },
{ "Concursos" = "api/contests.md" },
{ "Ejecuciones" = "api/runs.md" },
{ "Aclaraciones" = "api/clarifications.md" },
{ "Grupos" = "api/groups.md" },
{ "Equipos" = "api/teams.md" },
{ "Escuelas" = "api/schools.md" },
{ "Insignias" = "api/badges.md" },
{ "Certificados" = "api/certificates.md" },
{ "Etiquetas" = "api/tags.md" },
{ "Nominaciones de calidad" = "api/quality-nominations.md" },
{ "Admin" = "api/admin.md" },
{ "Códigos de error" = "api/error-codes.md" },
]
[[project.nav]]
"Operaciones" = [
{ "Descripción general" = "operations/" },
{ "Configuración de Docker" = "operations/docker-setup.md" },
{ "Despliegue" = "operations/deployment.md" },
{ "Configuración de Nginx" = "operations/nginx-configuration.md" },
{ "Monitoreo" = "operations/monitoring.md" },
{ "Solución de problemas" = "operations/troubleshooting.md" },
]
[[project.nav]]
"Comunidad" = [
{ "Descripción general" = "community/" },
{ "Google Summer of Code" = [
{ "Descripción general" = "community/gsoc/" },
{ "GSoC 2026" = "community/gsoc/2026.md" },
{ "GSoC 2025" = "community/gsoc/2025.md" },
{ "GSoC 2024" = "community/gsoc/2024.md" },
{ "GSoC 2023" = "community/gsoc/2023.md" },
]},
{ "Reclutamiento" = "community/recruitment.md" },
]
[[project.nav]]
"Referencia" = [
{ "Descripción general" = "reference/" },
{ "Glosario" = "reference/glossary.md" },
{ "Lenguajes soportados" = "reference/languages.md" },
{ "Enlaces útiles" = "reference/links.md" },
]
[project.extra]
version = "1.0.0"
alternate = [
{ name = "English", link = "/en/", lang = "en" },
{ name = "Español", link = "/es/", lang = "es" },
{ name = "Português", link = "/pt/", lang = "pt" },
{ name = "Português (Brasil)", link = "/pt-BR/", lang = "pt-BR" },
]