-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmkdocs.yml
executable file
·82 lines (73 loc) · 1.98 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
78
79
80
site_name: TP Big Data
site_description: Les Travaux Pratiques du cours Big Data
site_author: Lilia Sfaxi
site_url: http://INSATunisia.github.io/TP-BigData/
# Repository
repo_name: INSATunisia/TP-BigData
repo_url: https://github.com/INSATunisia/TP-BigData
# Copyright
copyright: 'Copyright © 2017 - 2024 Lilia Sfaxi'
# Theme directory
plugins:
- search
- autolink_references:
autolinks:
- reference_prefix: AF-
target_url: https://linear.com/AF-<num>
- reference_prefix: PROJ-
target_url: https://jiracloud.com/PROJ-<num>
- git-revision-date-localized:
type: timeago
- minify:
minify_html: true
markdown_extensions:
- footnotes
- admonition
- meta
- toc:
permalink: true
baselevel: 2
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
theme:
name: material
favicon: img/favicon.ico
logo: "img/logo.png"
palette:
text: 'Ubuntu'
code: 'Ubuntu Mono'
primary: Blue
accent: Yellow
extra_css:
- 'stylesheets/extra.css'
- 'stylesheets/links.css'
social:
- type: globe
link: http://liliasfaxi.wix.com/liliasfaxi
- type: github-alt
link: https://github.com/liliasfaxi
- type: twitter
link: https://twitter.com/lillitou
- type: linkedin
link: https://www.linkedin.com/in/liliasfaxi/
# Page tree
pages:
- Travaux Pratiques Big Data: 'index.md'
- TP1 - Le traitement Batch avec Hadoop HDFS et Map Reduce: 'tp1.md'
- TP2 - Traitement par Lot et Streaming avec Spark: 'tp2.md'
- TP3 - La Collecte de Données avec le Bus Kafka: 'tp3.md'
#- TP4 - Stockage de Données dans une Base NOSQL avec HBase: 'tp4.md'