-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
77 lines (71 loc) · 2.11 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
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
# Project information
site_name: Laboratorio de Amazon Neptune
site_description: 'En este laboratorio usted recorrerá las preferencias de juegos de consola de un conjunto de datos de jugadores y juegos utilizando Amazon Neptune y Gremlin.'
#site_author: '[email protected]'
site_url: 'http://neptune.oldschool.cloud'
# Repository
#repo_name: 'name'
repo_url: 'https://github.com/josemp-git/neptune'
google_analytics: ['UA-177862521-1', 'neptune.oldschool.cloud']
# Copyright
copyright: '© 2020 - José Peñúñuri '
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/josemp-git
- icon: fontawesome/brands/twitter
link: https://twitter.com/jose_penunuri
- icon: fontawesome/solid/home
link: http://neptune.oldschool.cloud
nav:
- Inicio: index.md
- 1. Preparación del ambiente: setup.md
- 2. Cargar datos en Neptune: cargardatos.md
- 3. Conectar con Neptune: connect.md
- 4. Consultas con Gremlin: gremlin.md
- 5. Visualización con Jupyter: view.md
- 6. HTTPS REST Endpoint: rest.md
- 7. Integración con Python: python.md
theme:
name: material
palette:
primary: Green
accent: orange
icon:
logo: fontawesome/brands/aws
repo: fontawesome/brands/git-alt
markdown_extensions:
- codehilite:
linenums: true
- admonition
- markdown.extensions.admonition
- markdown.extensions.sane_lists
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.def_list
- markdown.extensions.abbr
- markdown.extensions.tables
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.toc:
permalink: True
separator: "_"
- pymdownx.extra
- pymdownx.arithmatex
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tilde
- pyembed.markdown
- pymdownx.betterem:
smart_enable: all
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg