-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
48 lines (45 loc) · 1.37 KB
/
mkdocs.yml
File metadata and controls
48 lines (45 loc) · 1.37 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
site_name: Linux
repo_url: https://github.com/briggetteroman/Linux
theme:
name: 'material'
feature:
tabs: false
static_templates:
- sitemap.html
extra_css:
- css/extra.css
nav:
- Home: 'index.md'
- Introducción:
- 'Guia': 'introduction/guide.md'
- Primera Parte :
- Arquitectura:
- 'Proceso de Booteo': 'primera-parte/1-Arquitecture.md'
- Instalación de Linux:
- 'Creación de USB boot': 'primera-parte/2-USBBoot/index.md'
- 'Particiones': 'primera-parte/2-Partitions.md'
- 'Instalación Ubuntu': 'primera-parte/2-Install-Ubuntu.md'
- 'Instalación Fedora': 'primera-parte/2-Install-Fedora.md'
- 'Instalación Kali': 'primera-parte/2-Install-Kali.md'
- Comandos Unix y GNU:
- 'Linux FileSystem': 'primera-parte/3-Filesystem/index.md'
- 'Comandos UNIX': 'primera-parte/3-UnixCommands.md'
- Gestión de software y procesos:
- 'Gestión de paquetes': 'primera-parte/4-PackageManaging.md'
- Configuración de Hardware:
- 'Configuraciones': 'primera-parte/5-HardwareConfigurations.md'
- Gestión de Archivos:
- 'File Management': 'primera-parte/6-ManagingFiles.md'
# - Sistema de Archivos: ''
# - Segunda Parte:
# -
- Acerca:
- 'About me': 'license.md'
- 'ACECOM': 'release-notes.md'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- toc:
permalink: true