-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
135 lines (123 loc) · 3.41 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
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
site_name: Guida VisiData
site_url: https://ondata.github.io/guidaVisiData/
site_description: Una guida per imparare a usare VisiData, il coltellino svizzero per i dati
repo_url: https://github.com/ondata/guidaVisiData
repo_name: guidaVisiData
edit_uri: edit/master/docs/
copyright: '<b>Guida VisiData</b> è un progetto dell''<a href="https://twitter.com/ondatait" target="_blank">associazione onData</a> | licenza <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.it" target="_blank">CC BY-SA 4.0</a>'
theme:
name: material
icon:
logo: material/table
highlightjs: true
custom_dir: overrides
favicon: imgs/favicon.ico
palette:
- scheme: preference
accent: orange
# toggle:
# icon: material/weather-night
# name: Switch to dark mode
# - scheme: slate
# primary: indigo
# accent: orange
# toggle:
# icon: material/weather-sunny
# name: Switch to light mode
language: it
features:
- navigation.top
- navigation.tabs
- navigation.sections
- search.highlight
- search.share
- search.suggest
- navigation.footer
# - navigation.instant
# - navigation.tracking
font:
text: Montserrat
code: Fira Code
nav:
- Home: README.md
- Guida:
- Installazione: installazione.md
- Primi passi: primiPassi.md
- Navigare tra i dati: navigare.md
- Configurazione: configurazione.md
- Lavorare sui dati:
- sulle righe: lavorareRighe.md
- sulle colonne: lavorareColonne.md
- sulle celle: lavorareCelle.md
- Varie:
- Fogli: fogli.md
- Ricette: ricette.md
- Formati: formati.md
# - Comandi: comandi.md
- Contributi:
- Cheat-sheet: cheatsheet.md
- 10 modi di usarlo: dieciModi.md
- Sostieni: sostieni.md
- Aiuto: aiuto.md
- Note: note.md
# - Versioni: release.md
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/ondatait
name: account twitter
- icon: octicons/comment-discussion-16
link: https://github.com/ondata/guidaVisiData/discussions
name: Forum sulla guida
- icon: fontawesome/brands/paypal
link: https://tinyurl.com/sostieniondata
name: sostieni onData
# - icon: material/table
# link: https://www.visidata.org/
# name: HomePage VisiData
# foglio di stile personalizzato
extra_css:
- stylesheets/style.css
plugins:
- search:
lang: it
- mkdocstrings
- tags
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- javascripts/tables.js
- javascripts/varie.js
- https://unpkg.com/mermaid/dist/mermaid.min.js
markdown_extensions:
- admonition
- md_in_html
- attr_list
- footnotes
- meta
- mkdocs-click
- pymdownx.keys
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic:
mode: view
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.tilde
- toc:
permalink: true
toc_depth: 3