-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
49 lines (43 loc) · 1.07 KB
/
mkdocs.yml
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
site_name: ULA
site_description: 'Documentación Lenguaje ULA'
site_url: 'https://juliolugo96.github.io/ula-lang/'
site_author: 'Julio Lugo'
repo_name: 'juliolugo96/ula-lang'
repo_url: 'https://github.com/juliolugo96/ula-lang'
copyright: 'Copyright © 2020 Julio Lugo'
nav:
- ULA: index.md
- Ejemplos: examples.md
- Funcionalidades:
- Sintaxis: features/syntax.md
- Palabras clave: features/keywords.md
- Operadores: features/operators.md
- Control de flujo: features/flow_control.md
- Estructuras: features/structs.md
- Tipos: features/types.md
- Enumerados: features/enums.md
- Clases: features/classes.md
- Licencia: license.md
extra_css:
- css/extra.css
theme:
name: 'material'
palette:
primary: 'blue'
accent: 'blue'
font:
text: 'Noto Sans'
code: 'Roboto Mono'
logo:
icon: 'book'
language: 'es'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- toc:
permalink: False
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.inlinehilite